Class SceneTextureSet

A set of Textures in a SceneModel.

See @xeokit/sdk/scene for usage.

Properties

colorTexture?: SceneTexture

The color SceneTexture in this set.

emissiveTexture?: SceneTexture

The emissive SceneTexture in this set.

id: string

The ID of this SceneTextureSet.

metallicRoughnessTexture?: SceneTexture

The metallic-roughness SceneTexture in this set.

occlusionTexture?: SceneTexture

The occlusion SceneTexture in this set.

rendererTextureSet: RendererTextureSet

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

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