Documentation
Vector processing.separateVector
The Separate Vector node on the VFX Loom graph canvas.
Fig. 1 The Separate Vector node in its resting, collapsed state on the VFX Loom graph canvas.

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

InputTypeRequiredDefaultMeaning
vector Vector2 Required (0,0) See the overview for the node's documented behavior.

Outputs

OutputTypeMeaning
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.