Cesium3DTile

new Cesium.Cesium3DTile()

一块Cesium3DTileset的瓷砖。第一次创建平铺时,不会加载其内容; 当需要时,将根据视图按需加载内容。

Do not construct this directly, instead access tiles through Cesium3DTileset#tileVisible.

Members

readonly boundingSphere : BoundingSphere

获取从平铺边界体积派生的边界球体。

readonly children : Array.<Cesium3DTile>

获取磁贴的子级。

readonly computedTransform : Matrix4

此平铺的最终计算转换。
互动程序的内容。这代表了实际磁贴的有效载荷, 不是tileset JSON文件中内容的元数据。
内容过期并请求新内容的日期。

expireDuration : Number

当内容过期并请求新内容时,磁贴内容准备就绪后的时间(秒)。

readonly extras : *

返回此磁贴的tileset JSON中的extras属性,该属性包含特定于应用程序的元数据。 如果extras不存在,则返回undefined
See:

readonly geometricError : Number

如果渲染了此平铺而未渲染其子级,则会引入以米为单位的错误。 这用于计算屏幕空间误差,即以像素为单位测量的误差。
此图块的父级,如果此图块是根,则为undefined

When a tile's content points to an external tileset JSON file, the external tileset's root tile's parent is not undefined; instead, the parent references the tile (with its content pointing to an external tileset JSON file) as if the two tilesets were merged.

包含此平铺的瓷砖集。
此平铺的局部变换。