Print view · Vec3 Scale · 1 pageChoose "Save as PDF" as the destination in the print dialog.
Back to the docs

Mesh Morpher documentation

Vec3 Scale

1 page · exported 2026-09-06 · https://meshmorpher.com/docs/studio-and-graph/voxel/math/vec3-scale

Studio and Graph › Voxel › Math

Vec3 Scale

Multiplies a 3D vector by a scalar. Uniform scale.

Vec3 Scale node

The Vec3 Scale node

When to use it

Multiplies a 3D vector by a scalar. Uniform scale.

Non-uniform scaling has to be built from the components, or done with Domain Scale when it is the sample point you want scaled.

Pins

Pin Type Description
VX Number V X component.
VY Number V Y component.
VZ Number V Z component.
Scale Number One number that multiplies every part of the vector.
Pin Type Description
X Number The result's X component.
Y Number The result's Y component.
Z Number The result's Z component.