VTK  9.2.6
Public Attributes | List of all members
vtkGLTFDocumentLoader::BufferView Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: