Transform3D
GPU GpuApplies translation, rotation, and scale to incoming 3D geometry.
Transform3D is the main spatial utility for repositioning meshes or scenes before rendering.
Parameters
| Name | Type | Description |
|---|---|---|
| pos_x | float | Position offset along the X axis. |
| pos_y | float | Position offset along the Y axis. |
| pos_z | float | Position offset along the Z axis. |
| rot_x | float | — |
| rot_y | float | Rotation around the Y axis. |
| rot_z | float | — |
| scale_x | float | Scale along the X axis. |
| scale_y | float | — |
| scale_z | float | — |