Class SceneTextureSet

A set of Textures in a SceneModel.

See @xeokit/sdk/scene for usage.

Properties

colorTexture?: SceneTexture

The color SceneTexture in this set.

destroyed: boolean = false

True if this SceneTextureSet has been destroyed.

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.

Methods