Cesium3DTilesetGraphics

new Cesium.Cesium3DTilesetGraphics(options)

Entity 表示的 3D Tiles 图块集。 图块集 modelMatrix 由包含的 Entity 位置和方向决定 或者如果未定义 position ,则不设置 。
Name Type Description
options Cesium3DTilesetGraphics.ConstructorOptions optional 描述初始化选项的对象

Members

获取在更改或修改属性或子属性时引发的事件。
获取或设置用于驱动细节层次优化的最大屏幕空间错误。
获取或设置boolean 指定模型可见性的属性。
Default Value: true
获取或设置string 属性,用于指定 glTF 资源的 URI。

Methods

复制instance.
Name Type Description
result Cesium3DTilesetGraphics optional 要在其上存储结果的对象。
Returns:
修改后的结果参数或者一个新实例(如果未提供)。
将此对象上每个未分配的属性分配给值 的 API 值。
Name Type Description
source Cesium3DTilesetGraphics 要合并到此对象中的对象。

Type Definitions

Cesium.Cesium3DTilesetGraphics.ConstructorOptions

Cesium3DTilesetGraphics 构造函数的初始化选项
Properties:
Name Type Attributes Default Description
show Property | boolean <optional>
true 指定图块集可见性的布尔属性。
uri Property | string | Resource <optional>
指定图块集 URI 的字符串或 Resource Property。
maximumScreenSpaceError Property | number <optional>
一个数字或属性,用于指定用于驱动细节层次优化的最大屏幕空间误差。
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.