Vector3 node
Create a 3D vector from individual X, Y, and Z components.
Read time 1 minuteLast updated 2 days ago
The Vector3 node is a 3D vector toolbox for positions and directions (X, Y, Z). Typical uses:
- Access common directions like forward, up, right, or zero/one vectors.
- Get direction from one point to another and normalize it.