Optional
alphaDefines the rotation angle of the camera along the longitudinal axis in Degrees
Optional
angularControl the pointer angular sensibility along the X axis or how fast is the camera rotating
Optional
angularControl the pointer angular sensibility along the Y axis or how fast is the camera rotating
Optional
animationThe amount of time (in seconds) to carry out the animation. 0 means no animation enabled.
Optional
attachWhether to attach the input controls to a specific dom element to get the input from
Optional
autoDefines a smooth rotation of an ArcRotateCamera when there is no user interaction
Optional
enabled?: booleanWhether to enable ArcRotation camera's autoRotation behavior
Optional
idleSpeed at which the camera rotates around the mesh
Optional
idleTime (milliseconds) to take to spin up to the full idle rotation speed
Optional
idleTime (in milliseconds) to wait after user interaction before the camera starts rotating
Optional
zoomFlag that indicates if user zooming should stop animation
Optional
betaDefines the rotation angle of the camera along the latitudinal axis in Degrees
Optional
cameraThe Camera Animation Configuration groups the different settings used to define the camera animation behavior
Optional
enableWhether to enable the camera
Optional
fovField Of View set in Degrees
Optional
framingDefines framingBehavior of an ArcRotateCamera. Must be configured before loading models.
Optional
inertiaDefine the overall inertia of the camera. This helps to give a smooth feeling to the camera movement.
Optional
lowerMinimum allowed angle on the longitudinal axis in Degrees. This can help limiting how the Camera is able to move in the scene.
Optional
lowerMinimum allowed angle on the latitudinal axis in Degrees. This can help limiting how the Camera is able to move in the scene.
Optional
lowerMinimum allowed distance of the camera to the target (The camera can not get closer). This can help limiting how the Camera is able to move in the scene.
Optional
maxZDefine the maximum distance the camera can see to
Optional
minimizeMinimize the amount of rotation animation on arcCamera's 'alpha' and 'beta' keys.
For alpha and beta values, we want to minimize the amount of rotation in the animation. User interactions can cause the alpha and beta to be arbitrarily large or small and thus cause the camera to spin around an unpredictable amount to reach the desired alpha and beta. We can avoid this by animating to the current alpha(or beta) + the delta angle between the current and desired alphas and betas
Optional
minZDefine the minimum distance the camera can see from @default: 1
Optional
panningDefines the value of the inertia used during panning. 0 would mean stop inertia and one would mean no deceleration at all.
Optional
panningControl the pointer panning sensibility or how fast is the camera moving
Optional
pinchControl how fast is the camera zooming. The higher, the faster. It will be used instead of pinchPrecision if different from 0. It defines the percentage of current radius to use as delta when pinch zoom is used.
Optional
pinchControl how fast is the camera zooming. The lower, the faster.
Optional
radiusDefines the radius of the camera from it s target point
Optional
speedDefine the current speed of the camera
Optional
targetDefines the target point of the camera. The camera looks towards it form the radius distance.
Type must be 'arcRotateCamera'
Optional
upperMaximum allowed angle on the longitudinal axis in Degrees. This can help limiting how the Camera is able to move in the scene.
Optional
upperMaximum allowed angle on the latitudinal axis in Degrees. This can help limiting how the Camera is able to move in the scene.
Optional
upperMaximum allowed distance of the camera to the target (The camera can not get further). This can help limiting how the Camera is able to move in the scene.
Optional
wheelControl how fast is the camera zooming. The higher, the faster. It will be used instead of wheelPrecision if different from 0. It defines the percentage of current radius to use as delta when wheel zoom is used.
Optional
wheelControl how fast is the camera zooming. The lower, the faster.
Arc rotate camera properties