Cesium3DTile

external class Cesium3DTile(source)

A tile in a Cesium3DTileset. When a tile is first created, its content is not loaded; the content is loaded on-demand when needed based on the view.

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

Parameters

tileset

The tileset

baseResource

The base resource for the tileset

header

The JSON header for the tile

parent

The parent tile of the new tile

See also

Properties

Link copied to clipboard

Get the bounding sphere derived from the tile's bounding volume.

Link copied to clipboard

Gets the tile's children.

Link copied to clipboard

The final computed transform of this tile.

Link copied to clipboard

The tile's content. This represents the actual tile's payload, not the content's metadata in the tileset JSON file.

Link copied to clipboard

The date when the content expires and new content is requested.

Link copied to clipboard

The time in seconds after the tile's content is ready when the content expires and new content is requested.

Link copied to clipboard
val extras: Any

Returns the extras property in the tileset JSON for this tile, which contains application specific metadata. Returns undefined if extras does not exist.

Link copied to clipboard

The error, in meters, introduced if this tile is rendered and its children are not. This is used to compute screen space error, i.e., the error measured in pixels.

Link copied to clipboard

Gets the I3S Node for the tile.

Link copied to clipboard

This tile's parent or undefined if this tile is the root.

Link copied to clipboard

The tileset containing this tile.

Link copied to clipboard

The local transform of this tile.