A tile in a SceneModel.

See @xeokit/sdk/scene for usage.

Properties

id: string

Unique ID of this SceneTile.

models: { [key: string]: SceneModel }

The SceneModels belonging to this SceneTile, each keyed to its SceneModel.id.

A SceneModel can belong to more than one SceneTile.

numObjects: number

The number of SceneMeshes associated with this SceneTile.

objects: { [key: string]: SceneObject }

The SceneObjects in this SceneTile, mapped to SceneObject.id.

A SceneObject can belong to more than one SceneTile.

The 3D World-space origin of this SceneTile.

scene: Scene

The Scene that owns this SceneTile.