moveLeft

fun moveLeft(amount: Double? = definedExternally)(source)

Translates the camera's position by amount along the opposite direction of the camera's right vector.

Parameters

amount

The amount, in meters, to move. Defaults to defaultMoveAmount.

See also