VTK
9.3.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 265 of file vtkGLTFDocumentLoader.h.
int vtkGLTFDocumentLoader::Image::BufferView |
Definition at line 267 of file vtkGLTFDocumentLoader.h.
std::string vtkGLTFDocumentLoader::Image::MimeType |
Definition at line 268 of file vtkGLTFDocumentLoader.h.
std::string vtkGLTFDocumentLoader::Image::Uri |
Definition at line 269 of file vtkGLTFDocumentLoader.h.
vtkSmartPointer<vtkImageData> vtkGLTFDocumentLoader::Image::ImageData |
Definition at line 271 of file vtkGLTFDocumentLoader.h.
std::string vtkGLTFDocumentLoader::Image::Name |
Definition at line 273 of file vtkGLTFDocumentLoader.h.