new Cesium.EntityView(entity, scene, ellipsoid)

用相机跟踪实体的效用对象 .
Name Type Default Description
entity Entity 用摄像机追踪的实体.
scene Scene 要使用的场景.
ellipsoid Ellipsoid Ellipsoid.default optional The ellipsoid to use for orienting the camera.

Members

static Cesium.EntityView.defaultOffset3D : Cartesian3

获取或设置用于 初始化随后的实体意见.

boundingSphere : BoundingSphere

物体的界限范围.

ellipsoid : Ellipsoid

用于引导相机的椭圆形.

entity : Entity

用摄像机追踪的实体.

scene : Scene

用于跟踪物体的场景 .

Methods

update(time, boundingSphere)

应该叫每个动画框来更新相机 到最新的设置.
Name Type Description
time JulianDate 目前动画时间.
boundingSphere BoundingSphere optional 对象的边框.
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.