Pass:scale
EditScales the coordinate system.
Scale the coordinate system using numbers.
Arguments
Name | Type | Description |
sx | number | The x component of the scale. |
sy | number | The y component of the scale. |
sz | number | The z component of the scale. |
Returns
Nothing
Scale the coordinate system using a vector.
Arguments
Name | Type | Description |
scale | Vec3 | The scale to apply. |
Returns
Nothing
See also
Pass:translate
Pass:rotate
Pass:transform
Pass:origin
Pass:push
Pass:pop
Pass