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.
- Use this button to add more rows (indices) to the UI.0: Value - The first index in the array. Set 3 dimensional values.
Example
- Create a Value3 Array.
- Click the button to create a second index.
- Set values for X, Y, Z of
0, 0, 0
and100, 100, 100
for each index. - Add a Camera.
- Create a Basic Shape.
- Connect value3Array.id→basicShape.position.
- Uncheck Auto Index on the Value3 Array.
- 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
.
Double click to set Index
Double clicking on a indices' row will set the Index to that value.