Pass:scale
EditScales the coordinate system.
Scale the coordinate system using numbers.
Arguments
Name | Type | Default | Description |
sx | number | The x component of the scale. | |
sy | number | sx | The y component of the scale. |
sz | number | sx | 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