Free |
public enum FreeCameraAnimationTypes
Member name | Value | Description |
---|---|---|
LinearInterpolation | 0 | Animates CameraPosition, TargetPosition and UpDirection lineary from one value to another. |
SphericalInterpolation | 1 | Animates CameraPosition, TargetPosition and UpDirection with creating a Quaternion (using LookDirection and UpDirection) and then interpolating the positions using Slerp so that CameraPosition and UpDirection rotate around TargetPosition. The animation is created with using KeyFrames on CameraPositionTrack, but it is also possible to lineary animate the TargetPosition and the distance of the Camera to the TargetPosition. |