ModelVisualizer

new Cesium.ModelVisualizer (scene, entityCollection)

Entity#model 映射到 Model Visualizer 工具。
Name Type Description
scene Scene 图元将被渲染的场景。
entityCollection EntityCollection 要可视化的 entityCollection。

Methods

删除并销毁此实例创建的所有原语。

isDestroyed () Boolean

如果此对象被销毁,则返回 true;否则为假。
Returns:
如果此对象被销毁,则为真;否则为假。

update (time) Boolean

更新模型创建了这个可视化工具以在给定时间匹配它们的实体对应物。
Name Type Description
time JulianDate 更新到的时间。
Returns:
此函数始终返回 true。