Data Structures

These Nodes are used to create, edit and output Arrays. Arrays can be imagined as lists that can each save a value with a consecutive number (index). This way, for example, the numbers of all points of a given geometry can be saved with the related position vectors. You should, for example, already be familiar with such lists from the Structure Manager where a polygon object's points or UVW values can be displayed. The Array's saved data can, for example, consist of vectors (colors, positions), whole numbers (indices of the polygons’ points) or float comma values (vertex map weighting).