3D Tiles 瓷砖集由 A 3D Tiles tileset represented by an
Entity。 tileset modelMatrix 由包含实体的位置和方向确定,或者如果位置未定义,则保持未设置。 . The tileset modelMatrix is determined by the containing Entity position and orientation or is left unset if position is undefined.
| 名称 Name | 类型 Type | 说明 Description |
|---|---|---|
options |
Cesium3DTilesetGraphics.ConstructorOptions | 可选 optional 描述初始化选项的对象 Object describing initialization options |
成员 Members
readonly definitionChanged : Event
获取每当更改或修改属性或子属性时引发的事件。 Gets the event that is raised whenever a property or sub-property is changed or modified.
maximumScreenSpaceError : Property|undefined
获取或设置用于驱动细节细化级别的最大屏幕空间误差。 Gets or sets the maximum screen space error used to drive level of detail refinement.
show : Property|undefined
获取或设置指定模型可见性的布尔属性。 Gets or sets the boolean Property specifying the visibility of the model.
-
默认值: Default Value:
true
uri : Property|undefined
获取或设置指定 glTF 资源的 URI 的字符串属性。 Gets or sets the string Property specifying the URI of the glTF asset.
方法 Methods
复制此实例。 Duplicates this instance.
| 名称 Name | 类型 Type | 说明 Description |
|---|---|---|
result |
Cesium3DTilesetGraphics | 可选 optional 用于存储结果的对象。 The object onto which to store the result. |
返回: Returns:
修改后的结果参数或新实例(如果未提供)。 The modified result parameter or a new instance if one was not provided.
将此对象上每个未分配的属性分配给所提供的源对象上相同属性的值。 Assigns each unassigned property on this object to the value of the same property on the provided source object.
| 名称 Name | 类型 Type | 说明 Description |
|---|---|---|
source |
Cesium3DTilesetGraphics | 要合并到此对象中的对象。 The object to be merged into this object. |
类型定义 Type Definitions
Cesium3DTilesetGraphics 构造函数的初始化选项 Initialization options for the Cesium3DTilesetGraphics constructor
属性: Properties:
| 名称 Name | 类型 Type | Attributes | 默认值 Default | 说明 Description |
|---|---|---|---|---|
show |
Property | boolean |
<可选> <optional> |
true | 指定图块集可见性的布尔属性。 A boolean Property specifying the visibility of the tileset. |
uri |
Property | string | Resource |
<可选> <optional> |
指定图块集 URI 的字符串或资源属性。 A string or Resource Property specifying the URI of the tileset. | |
maximumScreenSpaceError |
Property | number |
<可选> <optional> |
指定用于驱动细节细化级别的最大屏幕空间错误的数字或属性。 A number or Property specifying the maximum screen space error used to drive level of detail refinement. |
