Instancing

Nodes in this category enable the duplication, arrangement, and looped generation of graphical elements.

Nodes

NodeDetailsPossible Types
Circular Repeat

Node description coming soon.

Table<Graphic> → Table<Graphic>
Table<Vector> → Table<Vector>
Table<Raster> → Table<Raster>
Table<Color> → Table<Color>
Table<GradientStops> → Table<GradientStops>
Copy to Points

Node description coming soon.

Table<Vector> → Table<Graphic>
Table<Vector> → Table<Vector>
Table<Vector> → Table<Raster>
Table<Vector> → Table<Color>
Table<Vector> → Table<GradientStops>
Instance Index

Produces the index of the current iteration of a loop by reading from the evaluation context, which is supplied by downstream nodes such as Instance Repeat.

Nested loops can enable 2D or higher-dimensional iteration by using the Loop Level parameter to read the index from outer levels of loops.

→ f64
Instance Position

Node description coming soon.

→ vec2
Instance Repeat

Node description coming soon.

Table<Graphic> → Table<Graphic>
Table<Vector> → Table<Vector>
Table<Raster> → Table<Raster>
Table<Color> → Table<Color>
Table<GradientStops> → Table<GradientStops>
Instance on Points

Node description coming soon.

Table<Vector> → Table<Graphic>
Table<Vector> → Table<Vector>
Table<Vector> → Table<Raster>
Table<Vector> → Table<Color>
Table<Vector> → Table<GradientStops>
Mirror

Node description coming soon.

Table<Graphic> → Table<Graphic>
Table<Vector> → Table<Vector>
Table<Raster> → Table<Raster>
Table<Color> → Table<Color>
Table<GradientStops> → Table<GradientStops>
Repeat

Node description coming soon.

Table<Graphic> → Table<Graphic>
Table<Vector> → Table<Vector>
Table<Raster> → Table<Raster>
Table<Color> → Table<Color>
Table<GradientStops> → Table<GradientStops>