translate

fun translate(x: Float, y: Float, z: Float): Model

Translates this model via transform.

Return

this model, for chaining

Parameters

x

The amount to translate across the X axis

y

The amount to translate across the Y axis

z

The amount to translate across the Z axis