Read Position

Node description coming soon.

Interface

Inputs

ParameterDetailsPossible Types
-No Primary Input-
Loop Level

The number of nested loops to traverse outwards (from the innermost loop) to get the position from. The most upstream loop is level 0, and downstream loops add levels.

In programming terms: inside the double loop i { j { ... } }, Loop Level 0 = j and 1 = i. After inserting a third loop k { ... }, inside it, levels would be 0 = k, 1 = j, and 2 = i.

Default: 0

u32

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

Vec2