Interface TransitionCameraOptions

Options for transitioning the camera.

interface TransitionCameraOptions {
    alpha?: number;
    beta?: number;
    radius?: number;
    target?: number[];
    transitionTime?: number;
}

Properties

alpha?: number

The alpha value to transition the camera to.

beta?: number

The beta value to transition the camera to.

radius?: number

The radius value to transition the camera to.

target?: number[]

The target value to transition the camera to.

transitionTime?: number

The time it will take (in seconds) to do the transition. Setting to 0 will be an instant transition. Default: 0

Generated using TypeDoc