Methods
adjustOrbit
- deltaTheta: The adjustment for the theta angle
- deltaPhi: The adjustment for the phi angle
- deltaZoom: The adjustment to the radius
setDamperDecayTime
- decayMilliseconds: Decay value
setFieldOfView
- fov: Field of view value
setOrbit
- goalTheta: Goal theta angle
- goalPhi: Goal phi angle
- goalRadius: Goal radius value
setRadius
setTarget
Typedefs
SmoothOrbitControlsOptions
- optional enableOrbit: Enables orbiting
- optional enableZoom: Enables zooming
- optional enablePan: Enables panning
- optional orbitSensitivity: Sensitivity of rotating
- optional zoomSensitivity: Sensitivity of zooming
- optional panSensitivity: Sensitivity of panning
- optional inputSensitivity: General Sensitivity
- optional minimumRadius: The closest the camera can be to the target
- optional maximumRadius: The farthest the camera can be from the target
- optional minimumPolarAngle: The minimum angle between model-up and the camera polar position
- optional maximumPolarAngle: The maximum angle between model-up and the camera polar position
- optional minimumAzimuthalAngle: The minimum angle between model-forward and the camera azimuthal position
- optional infiniteZoom: Enables infinite zoom
- optional zoomToCursor: Enables scrolling to cursor
- optional damperDecay: The dampening value for the controller
- optional orbitAroundCursor: Enables rotating around cursor
- optional showOrbitPoint: Enables the display of the orbit’s anchor point