VTK
9.1.0
|
This struct describes a glTF image object. More...
#include <vtkGLTFDocumentLoader.h>
Public Attributes | |
int | BufferView |
std::string | MimeType |
std::string | Uri |
vtkSmartPointer< vtkImageData > | ImageData |
std::string | Name |
This struct describes a glTF image object.
Images can be referenced either by URI or with a bufferView. mimeType is required in this case.
Definition at line 277 of file vtkGLTFDocumentLoader.h.
int vtkGLTFDocumentLoader::Image::BufferView |
Definition at line 279 of file vtkGLTFDocumentLoader.h.
std::string vtkGLTFDocumentLoader::Image::MimeType |
Definition at line 280 of file vtkGLTFDocumentLoader.h.
std::string vtkGLTFDocumentLoader::Image::Uri |
Definition at line 281 of file vtkGLTFDocumentLoader.h.
vtkSmartPointer<vtkImageData> vtkGLTFDocumentLoader::Image::ImageData |
Definition at line 283 of file vtkGLTFDocumentLoader.h.
std::string vtkGLTFDocumentLoader::Image::Name |
Definition at line 285 of file vtkGLTFDocumentLoader.h.