CameraAnimation

class cee.CameraAnimation()

Interface for camera animations that can be used with a Viewer


Methods

isAbortableByUserNavigation

cee.CameraAnimation.isAbortableByUserNavigation()

Whether this camera animation should be aborted if user navigation/interaction is detected

Return type

boolean

isAnimationDone

cee.CameraAnimation.isAnimationDone()

Query if the camera animation is finished. Return true to signal that the camera animation is finished and that the Viewer should release the camera animation object.

Return type

boolean

updateCamera

cee.CameraAnimation.updateCamera(highResTimestamp_ms, isResumingAfterPause)

Called to update the camera. Return true if camera changed and a redraw should be triggered

Arguments
  • highResTimestamp_ms (number) –

  • isResumingAfterPause (boolean) –

Return type

boolean