Skip to main content

Value3 Array

Intro

Create a list of three dimensional values that can be assigned to other Layers via their indices.

UI

Auto Index - When checked the Layer will automatically output all indices.

Array Index - Select the index within the array.

Reverse - Invert the order the indices are output in. For example, where there are 3 indices 0,1,2, their order will be reversed to 2,1,0.

Count - Output the number of indices in the array.

Add - Use this button to add more rows (indices) to the UI.

0: Value - The first index in the array. Set 3 dimensional values.

Example
  1. Create a Value3 Array.
  2. + Add a second index.
  3. Set values for X, Y, Z of 0, 0, 0 and 100, 100, 100 for each index.
  4. Add a Camera.
  5. Create a Basic Shape.
  6. Connect value3Array.idbasicShape.position.
  7. Uncheck Auto Index on the Value3 Array.
  8. Set the Array Index to a value of 1.

As the Array Index is toggled between values of 0 and 1 the Shape's position will change from 0,0,0 to 100,100,100.