OptionalanimationThe amount of time (in seconds) to carry out the animation. 0 means no animation enabled.
OptionalattachWhether to attach the input controls to a specific dom element to get the input from
OptionalcameraThe Camera Animation Configuration groups the different settings used to define the camera animation behavior
OptionalenableWhether to enable the camera
OptionalfovField Of View set in Degrees
OptionalinertiaDefine the overall inertia of the camera. This helps to give a smooth feeling to the camera movement.
OptionalmaxZDefine the maximum distance the camera can see to
OptionalminimizeMinimize 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
OptionalminZDefine the minimum distance the camera can see from @default: 1
OptionalspeedDefine the current speed of the camera
OptionaltargetDefines the target point of the camera. The camera looks towards it form the radius distance.
Base properties of all types of cameras