Compose Vector3#

Combines three separate numbers into a single Vector3.

Component Information#

  • Name: ComposeVector3

  • UI Name: Compose Vector3

  • Version: 1

  • Categories: Transform

Input Properties#

Property

Display Name

Type

IO Type

Default Value

Optional

x

X

Float

Input

0.0

No

y

Y

Float

Input

0.0

No

z

Z

Float

Input

0.0

No

X#

The X component of the vector (Red channel).

Y#

The Y component of the vector (Green channel).

Z#

The Z component of the vector (Blue channel).

Output Properties#

Property

Display Name

Type

IO Type

Default Value

Optional

vector

Vector

Float3

Output

[0.0, 0.0, 0.0]

No

Vector#

The composed vector.

Usage Notes#

This component is part of the RTX Remix graph system. It is intended for use in the Remix Toolkit and Runtime only.


← Back to Component Index