Cesium3DTileset 中的一个图元。图元首次创建时,其内容未加载;
内容在需要时根据视图按需加载。
不要直接构造此对象,而是通过 Cesium3DTileset#tileVisible 访问图元。
| Name | Type | Description |
|---|---|---|
tileset |
Cesium3DTileset | 图元集 |
baseResource |
Resource | 图元集的基础资源 |
header |
object | 图元的 JSON 头 |
parent |
Cesium3DTile | 新图元的父图元 |
Members
readonly boundingSphere : BoundingSphere
Get the bounding sphere derived from the tile's bounding volume.
readonly children : Array.<Cesium3DTile>
获取图元的子图元。
readonly computedTransform : Matrix4
此图元的最终计算变换。
readonly content : Cesium3DTileContent
The tile's content. This represents the actual tile's payload,
not the content's metadata in the tileset JSON file.
expireDate : JulianDate
内容过期并请求新内容的日期。
图元内容准备就绪后内容过期并请求新内容的时间(秒)。
Returns the
extras property in the tileset JSON for this tile, which contains application specific metadata.
Returns undefined if extras does not exist.
如果渲染此图元而不渲染其子图元引入的误差(米)。
这用于计算屏幕空间误差,即以像素为单位的误差。
Gets the I3S Node for the tile.
readonly parent : Cesium3DTile
此图元的父图元,如果此图元是根图元则为
undefined。
当图元的内容指向外部图元集 JSON 文件时,外部图元集的
根图元的父图元不是 undefined;相反,父引用
引用该图元(其内容指向外部图元集 JSON 文件),就好像两个图元集合并了一样。
readonly tileset : Cesium3DTileset
The tileset containing this tile.
transform : Matrix4
此图元的局部变换。
