Deconstruct a vector into its component parts
ID
tool-vector-deconstruct-vector
Name
Deconstruct Vector
Group
Vector
Package
Tool
Keywords
Render
After creating the node, you need to connect the vector to be deconstructed to the port. On the output ports, you will get the vector x, y, and z components.
Vector Y
Vector Z
Vector Z
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
vector | Vector | Input vector | [10,10,10] |
Outputs
Name | Type | Description |
---|---|---|
x | Number | Vector {x} component |
y | Number | Vector {y} component |
z | Number | Vector {z} component |