import {XKTTextureSet} from '@xeokit/xeokit-convert/src/XKTModel/XKTTextureSet.js'XKTTextureSet
A set of textures shared by XKTMeshes.
- Created by XKTModel#createTextureSet
 - Registered in XKTMesh#material, XKTModel#materials and XKTModel#.textureSetsList
 
Member Summary
| Public Members | ||
| public | 
      
       RGBA XKTTexture containing base color in RGB and opacity in A.  | 
    |
| public | 
      
       RGBA XKTTexture with emissive color in RGB.  | 
    |
| public | 
      
       Index of this XKTTextureSet in XKTModel#meshesList;  | 
    |
| public | 
      
       Identifies the material type.  | 
    |
| public | 
      
       RGBA XKTTexture containing metallic and roughness factors in R and G.  | 
    |
| public | 
      
       RGBA XKTTexture with surface normals in RGB.  | 
    |
| public | 
      
       The number of XKTMeshs that reference this XKTTextureSet.  | 
    |
| public | 
      
       RGBA XKTTexture with ambient occlusion factors in RGB.  | 
    |
| public | 
      
       Unique ID of this XKTTextureSet in XKTModel#materials.  | 
    |
| public | 
      
       Index of this XKTTexture in XKTModel#texturesList;  | 
    |
Public Members
public colorTexture: XKTTexture source
RGBA XKTTexture containing base color in RGB and opacity in A.
public metallicRoughnessTexture: XKTTexture source
RGBA XKTTexture containing metallic and roughness factors in R and G.
  
  Reference
  Source
  
  
    
  