new Cesium.Cesium3DTilesetGraphics(options)

A 3D Tiles tileset represented by an Entity. 平板模型 Matrix 是由包含 NT 0 位置和方向决定的 如果位置未定义,则未设置.
Name Type Description
options Cesium3DTilesetGraphics.ConstructorOptions optional 描述初始化选项的对象

Members

readonly definitionChanged : Event

当财产或次级财产被改变或修改时,获取该事件.

maximumScreenSpaceError : Property|undefined

获取或设置用于驱动细节精细度的最大屏幕空间错误.

show : Property|undefined

获取或设置指定模型可见度的布尔属性 .
Default Value: true

uri : Property|undefined

获取或设置字符串属性,指定 glTF 资产的 NT 0 .

Methods

clone(result)Cesium3DTilesetGraphics

重复这个例子.
Name Type Description
result Cesium3DTilesetGraphics optional 存储结果的对象 .
Returns:
未提供修改的结果参数或新实例 .

merge(source)

指定该对象上每个未指定属性的值 - 提供源对象上的同一财产.
Name Type Description
source Cesium3DTilesetGraphics 要合并成此天体的对象.

Type Definitions

Cesium.Cesium3DTilesetGraphics.ConstructorOptions

Cesium3DTILEST Graphics 构造器的初始化选项
Properties:
Name Type Attributes Default Description
show Property | boolean <optional>
real 一个布尔属性指定了砖瓦的可见度.
uri Property | string | Resource <optional>
A string or Resource Property specifying the URI of the tileset.
maximumScreenSpaceError Property | number <optional>
一个编号或属性,指定用于驱动细节精度的最大屏幕空间错误.
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.