rotate

fun rotate(pitch: Float, yaw: Float, roll: Float): Model

Rotates this model via transform.

Return

this model, for chaining

Parameters

pitch

The amount to rotate on the X axis

yaw

The amount to rotate on the Y axis

roll

The amount to rotate on the Z axis