A 3D Tiles tileset represented by an
Entity
.
The tileset modelMatrix is determined by the containing Entity position and orientation
or is left unset if position is undefined.
参数名称 | 类型 | 描述信息 |
---|---|---|
options |
Cesium3DTilesetGraphics.ConstructorOptions | 可选 Object describing initialization options |
成员(属性)
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.
-
默认值:
true
uri : Property|undefined
Gets or sets the string Property specifying the URI of the glTF asset.
方法
Duplicates this instance.
参数名称 | 类型 | 描述信息 |
---|---|---|
result |
Cesium3DTilesetGraphics | 可选 The object onto which to store the result. |
返回值:
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.
参数名称 | 类型 | 描述信息 |
---|---|---|
source |
Cesium3DTilesetGraphics | The object to be merged into this object. |
定义的类型
Initialization options for the Cesium3DTilesetGraphics constructor
属性:
属性名称 | 类型 | 可选 | 默认值 | 描述信息 |
---|---|---|---|---|
show |
Property | boolean |
<可选> |
true | A boolean Property specifying the visibility of the tileset. |
uri |
Property | string | Resource |
<可选> |
A string or Resource Property specifying the URI of the tileset. | |
maximumScreenSpaceError |
Property | number |
<可选> |
A number or Property specifying the maximum screen space error used to drive level of detail refinement. |