|
VTK
9.7.20260801
|
#include <vtkGLTFDocumentLoader.h>
This struct describes a glTF texture object.
A texture is defined two indexes, one to an image resource, and the second to a sampler index.
Definition at line 350 of file vtkGLTFDocumentLoader.h.
Public Attributes | |
| int | Sampler |
| int | Source |
| std::string | Name |
| int vtkGLTFDocumentLoader::Texture::Sampler |
Definition at line 352 of file vtkGLTFDocumentLoader.h.
| int vtkGLTFDocumentLoader::Texture::Source |
Definition at line 353 of file vtkGLTFDocumentLoader.h.
| std::string vtkGLTFDocumentLoader::Texture::Name |
Definition at line 354 of file vtkGLTFDocumentLoader.h.