VTK
9.1.0
|
This struct describes a glTF bufferView object. More...
#include <vtkGLTFDocumentLoader.h>
Public Attributes | |
int | Buffer |
int | ByteOffset |
int | ByteLength |
int | ByteStride |
int | Target |
std::string | Name |
This struct describes a glTF bufferView object.
A bufferView represents a subset of a glTF binary buffer
Definition at line 120 of file vtkGLTFDocumentLoader.h.
int vtkGLTFDocumentLoader::BufferView::Buffer |
Definition at line 122 of file vtkGLTFDocumentLoader.h.
int vtkGLTFDocumentLoader::BufferView::ByteOffset |
Definition at line 123 of file vtkGLTFDocumentLoader.h.
int vtkGLTFDocumentLoader::BufferView::ByteLength |
Definition at line 124 of file vtkGLTFDocumentLoader.h.
int vtkGLTFDocumentLoader::BufferView::ByteStride |
Definition at line 125 of file vtkGLTFDocumentLoader.h.
int vtkGLTFDocumentLoader::BufferView::Target |
Definition at line 126 of file vtkGLTFDocumentLoader.h.
std::string vtkGLTFDocumentLoader::BufferView::Name |
Definition at line 127 of file vtkGLTFDocumentLoader.h.