← Back to vivid-3d

Transform3D

GPU Gpu

Applies translation, rotation, and scale to incoming 3D geometry.

Transform3D is the main spatial utility for repositioning meshes or scenes before rendering.

Parameters

NameTypeDescription
pos_xfloatPosition offset along the X axis.
pos_yfloatPosition offset along the Y axis.
pos_zfloatPosition offset along the Z axis.
rot_xfloat
rot_yfloatRotation around the Y axis.
rot_zfloat
scale_xfloatScale along the X axis.
scale_yfloat
scale_zfloat