move

fun move(direction: Cartesian3, amount: Double? = definedExternally)(source)

Translates the camera's position by amount along direction.

Parameters

direction

The direction to move.

amount

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

See also