Nodes in this category read data from the evaluation context supplied by downstream nodes, such as the current loop iteration index.
Nodes
| Node | Details | Possible Types |
|---|---|---|
| Read Color | Node description coming soon. | → Table<Color> |
| Read Graphic | Node description coming soon. | → Table<Graphic> |
| Read 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 |
| Read Position | Node description coming soon. | → Vec2 |
| Read Raster | Node description coming soon. | → Table<Raster> |
| Read Vector | Node description coming soon. | → Table<Vector> |