lookRight

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

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

Parameters

amount

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

See also