Appearance
KBE3D / KBCore / Cesium / EllipsoidGeometryUpdater
类: EllipsoidGeometryUpdater
A GeometryUpdater for ellipsoids. Clients do not normally create this class directly, but instead rely on DataSourceDisplay.
参数
The entity containing the geometry to be visualized.
参数
The scene where visualization is taking place.
方法
createFillGeometryInstance()
createFillGeometryInstance(
time:JulianDate,skipModelMatrix?:boolean,modelMatrixResult?:Matrix4):GeometryInstance
Creates the geometry instance which represents the fill of the geometry.
参数
time
The time to use when retrieving initial attribute values.
skipModelMatrix?
boolean
Whether to compute a model matrix for the geometry instance
modelMatrixResult?
Used to store the result of the model matrix calculation
返回
The geometry instance representing the filled portion of the geometry.
createOutlineGeometryInstance()
createOutlineGeometryInstance(
time:JulianDate,skipModelMatrix?:boolean,modelMatrixResult?:Matrix4):GeometryInstance
Creates the geometry instance which represents the outline of the geometry.
参数
time
The time to use when retrieving initial attribute values.
skipModelMatrix?
boolean
Whether to compute a model matrix for the geometry instance
modelMatrixResult?
Used to store the result of the model matrix calculation
返回
The geometry instance representing the outline portion of the geometry.
构造函数
构造函数
new EllipsoidGeometryUpdater(
entity:Entity,scene:Scene):EllipsoidGeometryUpdater
参数
entity
scene
返回
EllipsoidGeometryUpdater
