Place Node
Hi there,
Ive been looking at past users sketches and I notice that there are using a "Place" node? Im running NodeBox 3 and cant seem to find it in library of nodes. Any thoughts or help?
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac
Support Staff 1 Posted by Frederik De Ble... on 26 Sep, 2013 06:35 PM
Hi,
The
placenode is a relic from NodeBox 2. It was used to place shapes on a template. For example, to place some rectangles on a grid.NodeBox 3 is much more flexible and doesn't require this approach anymore. Any node that has a position port (for example a
rect, ortextpath, orellipse, or ...) can be connected to something that creates points, for example agrid, or aresamplenode.So whereas in NodeBox 2 you would connect a
rectandgridnode to theplacenode, in NodeBox 3 you connect the output of thegriddirectly to the position port of therectnode. This "feeds" the list of points to the rectangle, and creates a new rectangle for each position in the grid. See the screenshot for an example.The second example uses the same principle: we create a
textpath, use aresamplenode to generate more points on the path, and then feed those points into the position port of thestarnode. Again, same principle, just using different nodes.Hopefully this clears things up. If you have more questions, don't hesitate to ask.