Optional
aabbTarget axis-aligned bounding box (AABB) in world coordinates for the camera to focus on.
Optional
durationDuration of the animation in seconds.
Optional
eyeTarget position for the camera eye.
Optional
fitFOVIn perspective projection mode, defines how much of the field-of-view the bounding volume should occupy upon arrival. Expressed in degrees.
Optional
lengthTarget distance between the camera and its point-of-interest.
Optional
lookTarget position for the camera to look at.
Optional
orthoTarget orthographic scale, used when transitioning to an orthographic projection.
Optional
poiOptional point-of-interest in world coordinates for the camera to focus on.
Optional
projectionSpecifies the projection type to transition to.
Use either PerspectiveProjectionType
or OrthoProjectionType
.
Optional
upTarget "up" vector for the camera orientation.
Parameters for CameraFlightAnimation.flyTo and CameraFlightAnimation.jumpTo.