VTK
9.4.20250113
|
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 112 of file vtkGLTFDocumentLoader.h.
int vtkGLTFDocumentLoader::BufferView::Buffer |
Definition at line 114 of file vtkGLTFDocumentLoader.h.
int vtkGLTFDocumentLoader::BufferView::ByteOffset |
Definition at line 115 of file vtkGLTFDocumentLoader.h.
int vtkGLTFDocumentLoader::BufferView::ByteLength |
Definition at line 116 of file vtkGLTFDocumentLoader.h.
int vtkGLTFDocumentLoader::BufferView::ByteStride |
Definition at line 117 of file vtkGLTFDocumentLoader.h.
int vtkGLTFDocumentLoader::BufferView::Target |
Definition at line 118 of file vtkGLTFDocumentLoader.h.
std::string vtkGLTFDocumentLoader::BufferView::Name |
Definition at line 119 of file vtkGLTFDocumentLoader.h.