scale

fun scale(sx: Float, sy: Float, sz: Float): Model

Scales this model via transform.

Return

this model, for chaining

Parameters

sx

The amount to scale on the X axis

sy

The amount to scale on the Y axis

sz

The amount to scale on the Z axis


fun scale(scale: Float): Model

Scales this model via transform.

Return

this model, for chaining

Parameters

scale

The amount to scale by