lookDown

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

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

Parameters

amount

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

See also