lookLeft

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

Rotates the camera around its up vector by amount, in radians, in the opposite direction of its right vector if not in 2D mode.

Parameters

amount

The amount, in radians, to rotate by. Defaults to defaultLookAmount.

See also