EllipsoidGeometryUpdater

new Cesium.EllipsoidGeometryUpdater(entity, scene)

用于更新椭球的GeometryUpdater 。 Clients do not normally create this class directly, but instead rely on DataSourceDisplay.
Name Type Description
entity Entity 椭球几何型实体。
scene Scene 场景。

Members

获取地形偏移量。

Methods

createFillGeometryInstance(time, skipModelMatrix, modelMatrixResult)GeometryInstance

创建表示几何图形填充的几何图形实例。
Name Type Default Description
time JulianDate 检索初始属性值时使用的时间。
skipModelMatrix Boolean false optional 是否要为该实例计算模型矩阵。
modelMatrixResult Matrix4 optional 用于存储模型矩阵计算的结果
Returns:
表示几何填充部分的几何实例。
Throws:

createOutlineGeometryInstance(time, skipModelMatrix, modelMatrixResult)GeometryInstance

创建表示几何图形边框的几何图形实例。
Name Type Default Description
time JulianDate 检索初始属性值时使用的时间。
skipModelMatrix Boolean false optional 是否要为该实例计算模型矩阵。
modelMatrixResult Matrix4 optional 用于存储模型矩阵计算的结果。
Returns:
表示几何边框部分的几何实例。
Throws: