new Cesium.EntityView(entity, scene, ellipsoid)
使用相机跟踪实体的实用对象。
Name | Type | Default | Description |
---|---|---|---|
entity |
Entity | 用相机跟踪的实体。 | |
scene |
Scene | 使用的场景。 | |
ellipsoid |
Ellipsoid | Ellipsoid.WGS84 |
optional 用来确定相机方向的椭球。 |
成员变量
获取或设置相机偏移,该偏移将用于初始化后续的EntityViews。
boundingSphere : BoundingSphere
对象的包围球。
ellipsoid : Ellipsoid
用来确定相机方向的椭球。
entity : Entity
用相机跟踪的实体。
scene : Scene
跟踪目标的场景。
内置方法
update(time, boundingSphere)
应该调用每个动画帧来更新相机到最新设置。
Name | Type | Description |
---|---|---|
time |
JulianDate | 当前动画时间。 |
boundingSphere |
BoundingSphere | optional 包围球对象。 |