🎉 Welcome to the Mirage Renderer Docs Beta.

Array Nodes
IncrementalArray

Incremental Array

Creates an incremental array starting from Start, increasing with Stride, based on ArrayStructure

Inputs

  1. Start (optional): starting point of the array. If empty, will start from 0 (float, int, Vector2, Vector2Int, Vector3, Vector3Int, Vector4)
  2. Stride: the amount of increase per index (float, int, Vector2, Vector2Int, Vector3, Vector3Int, Vector4)
  3. ArrayStructure: Result array structure. Could be a scalar, if scalar dimensions will be based on its values. (float, int, Vector2, Vector2Int, Vector3, Vector3Int, Vector4)[]-[][]-[][][]-[][][][]

Outputs

  1. Out: Output array

Example

Incremental array node example