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

Overview

Combines X and Y scalar channels into a Vector2.

Lossless value conversion; disconnected components default to 0; no image allocation.

Category
Vector
Internal ID
processing.combineVector
Version
VFX Loom 1.0

Inputs

InputTypeRequiredDefaultMeaning
x Scalar Required 0 See the overview for the node's documented behavior.
y Scalar Required 0 See the overview for the node's documented behavior.

Outputs

OutputTypeMeaning
vector Vector2 The production node output described by the overview.

Usage

In practice

  • Use Combine Vector when the graph needs Combines X and Y scalar channels into a Vector2.
  • Lossless value conversion; disconnected components default to 0; no image allocation.
  • Use it to build, split, measure, or transform Vector2 data before connecting the appropriate output to a graph input.