Engine API Reference - v2.23.0-beta.17
    Preparing search index...

    Class OrbitControllerAlpha

    The orbit controller. The pose orbits a focus point at a distance: rotate deltas turn the view around the focus within yawRange and pitchRange, the first two move components pan the focus point, and the third scales the distance within zoomRange. Motion is smoothed with rotateDamping, moveDamping and zoomDamping.

    Hierarchy (View Summary)

    Index
    _pose: Pose = ...
    moveDamping: number = 0.98

    The movement damping. In the range 0 to 1, where a value of 0 means no damping and 1 means full damping. Default is 0.98.

    rotateDamping: number = 0.98

    The rotation damping. In the range 0 to 1, where a value of 0 means no damping and 1 means full damping. Default is 0.98.

    zoomDamping: number = 0.98

    The zoom damping. A higher value means more damping. A value of 0 means no damping.