Skip to main content

Combine XYZ

Overview

Combines three scalar values into a single vector.


Inputs

NameTypeDescription
XfloatX component of the vector.
YfloatY component of the vector.
ZfloatZ component of the vector.

Outputs

NameTypeDescription
OutputVector3Vector constructed from the X, Y, and Z inputs.

Parameters

This node does not expose additional parameters.


Behavior Notes

  • Each input directly maps to the corresponding axis of the output vector.
  • Commonly used to construct translation, rotation, or scale vectors.
  • if at least one of the inputs is a list, then the output is also a list of vectors.