Docs

Vec3 Add

Component-wise A plus B on two 3D vectors. The usual way to offset a position before feeding it to a pattern.

Vec3 Add node

The Vec3 Add node

When to use it

Component-wise A plus B on two 3D vectors. The usual way to offset a position before feeding it to a pattern.

To move an entire subgraph's sample point, Domain Translate does it in one place instead of one node per pattern.

Pins

Pin Type Description
AX Number A X component.
AY Number A Y component.
AZ Number A Z component.
BX Number B X component.
BY Number B Y component.
BZ Number B Z component.
Pin Type Description
X Number The result's X component.
Y Number The result's Y component.
Z Number The result's Z component.