| VTK
    9.0.1
    | 
This struct describes a glTF textureInfo object, mostly used in material descriptions They contain two indexes, one to a texture object, and the second being used to construct a string with the format TEXCOORD_<index>, which references a key in mesh.primitives.attributes. More...
#include <vtkGLTFDocumentLoader.h>
| Public Attributes | |
| int | Index = -1 | 
| int | TexCoord | 
This struct describes a glTF textureInfo object, mostly used in material descriptions They contain two indexes, one to a texture object, and the second being used to construct a string with the format TEXCOORD_<index>, which references a key in mesh.primitives.attributes.
Definition at line 268 of file vtkGLTFDocumentLoader.h.
| int vtkGLTFDocumentLoader::TextureInfo::Index = -1 | 
Definition at line 270 of file vtkGLTFDocumentLoader.h.
| int vtkGLTFDocumentLoader::TextureInfo::TexCoord | 
Definition at line 271 of file vtkGLTFDocumentLoader.h.
 1.8.17
 1.8.17