Skip to main content

CameraFlyToBoundingSphere

CameraFlyToBoundingSphere is a kind of operation of the camera.

When it is mounted, camera.flyToBoundingSphere(boundingSphere, options) will be execute.

If any property is changed, the current camera flight will be canceled and a new one is executed.

See also: Camera#flyToBoundingSphere

Availability

Inside Viewer or CesiumWidget components.

Properties

PropertyTypeDescription
durationnumber
endTransformMatrix4
maximumHeightnumber
pitchAdjustHeightnumber
flyOverLongitudenumber
flyOverLongitudeWeightnumber
easingFunctionCallback
offsetHeadingPitchRange
boundingSphereBoundingSphere
onCompleteFlightCompleteCallback
onCancelFlightCancelledCallback
cancelFlightOnUnmountbooleanIf true, cancel camera flight if this component is unmounted. Default value is false.
oncebooleanIf true, camera flight will be executed only once time.