A mesh in a SceneModel.

See @xeokit/sdk/scene for usage.

Properties

geometry: SceneGeometry

SceneGeometry used by this SceneMesh.

id: string

Unique ID of this SceneMesh.

SceneMesh is stored by this ID in SceneModel.meshes.

object: SceneObject

The SceneObject that uses this SceneMesh.

rendererMesh: RendererMesh

Internal interface through which a SceneMesh can load property updates into a renderers.

This is defined when the owner SceneModel has been added to a Viewer.

streamLayerIndex: number

TODO

textureSet?: SceneTextureSet

SceneTextureSet used by this SceneMesh.

tile: SceneTile

SceneTile this SceneMesh belongs to.

Accessors

Methods