import {SceneModelTextureSet} from '@xeokit/xeokit-sdk/src/viewer/scene/model/SceneModelTextureSet.js'
SceneModelTextureSet
A texture set within a SceneModel.
- Created with SceneModel#createTextureSet
- Belongs to many SceneModelMeshes
- Stored by ID in SceneModel#textureSets
- Referenced by SceneModelMesh#textureSet
Member Summary
Public Members | ||
public |
alphaCutoff: * The alpha cutoff [float] |
|
public |
The color texture. |
|
public |
The emissive color texture. |
|
public |
id: * Unique ID of this SceneModelTextureSet. |
|
public |
The metallic-roughness texture. |
|
public |
The normal map texture. |
|
public |
The ambient occlusion texture. |
Public Members
public id: * source
Unique ID of this SceneModelTextureSet.
The SceneModelTextureSet is registered against this ID in SceneModel#textureSets.