Pass:translate
EditTranslates the coordinate system.
Translate the coordinate system using numbers.
Arguments
| Name | Type | Description |
| x | number | The x component of the translation. |
| y | number | The y component of the translation. |
| z | number | The z component of the translation. |
Returns
Nothing
Translate the coordinate system using a vector.
Arguments
| Name | Type | Description |
| translation | vector | The translation. |
Returns
Nothing
Notes
Order matters when scaling, translating, and rotating the coordinate system.