Documentation
Separate Vector
VFX Loom 1.0 reference for the Separate Vector node.
Vector
processing.separateVector
Overview
Splits a Vector2 into scalar components.
Lossless value conversion; a disconnected Vector defaults to (0,0); no image allocation.
- Category
- Vector
- Internal ID
processing.separateVector- Version
- VFX Loom 1.0
Inputs
| Input | Type | Required | Default | Meaning |
|---|---|---|---|---|
| vector | Vector2 | Required | (0,0) | See the overview for the node's documented behavior. |
Outputs
| Output | Type | Meaning |
|---|---|---|
| x | Scalar | The production node output described by the overview. |
| y | Scalar | The production node output described by the overview. |
Usage
In practice
- Use Separate Vector when the graph needs Splits a Vector2 into scalar components.
- Lossless value conversion; a disconnected Vector defaults to (0,0); no image allocation.
- Use it to build, split, measure, or transform Vector2 data before connecting the appropriate output to a graph input.