new DynamicObjectView(dynamicObject, scene, ellipsoid)
A utility object for tracking an object with the camera.
Name | Type | Default | Description |
---|---|---|---|
dynamicObject |
DynamicObject | The object to track with the camera. | |
scene |
Scene | The scene to use. | |
ellipsoid |
Ellipsoid |
Ellipsoid.WGS84
|
optional The ellipsoid to use for orienting the camera. |
Members
-
dynamicObject :DynamicObject
-
The object to track with the camera.
-
ellipsoid :Ellipsoid
-
The ellipsoid to use for orienting the camera.
-
scene :Scene
-
The scene in which to track the object.
Methods
-
update(time)
-
Should be called each animation frame to update the camera to the latest settings.
Name Type Description time
JulianDate The current animation time.