Construct Vector
Combines three Float inputs into a Vector3. Use this when the xyz components come from other nodes (a noise, a remap, a decompose); for static constants, use the plain Vector3 node instead.
Node
Interactive preview is available in the interactive reader.
Sockets
x, y, z (in)- Float inputs for each axis. Defaults to the matching parameter when unwired.
value (out)- Vector3 — [x, y, z] triple.
Parameters
X- Fallback X when the x socket is unconnected. Default: 0.
Y- Fallback Y when the y socket is unconnected. Default: 0.
Z- Fallback Z when the z socket is unconnected. Default: 0.