VTK  9.3.0
Public Attributes | List of all members
vtkGLTFDocumentLoader::Accessor::Sparse Struct Reference

This struct describes an accessor.sparse glTF object. More...

#include <vtkGLTFDocumentLoader.h>

Public Attributes

int Count
 
int IndicesBufferView
 
int IndicesByteOffset
 
ComponentType IndicesComponentType
 
int ValuesBufferView
 
int ValuesByteOffset
 

Detailed Description

This struct describes an accessor.sparse glTF object.

This object describes the elements that deviate from their initialization value.

Definition at line 130 of file vtkGLTFDocumentLoader.h.

Member Data Documentation

◆ Count

int vtkGLTFDocumentLoader::Accessor::Sparse::Count

Definition at line 132 of file vtkGLTFDocumentLoader.h.

◆ IndicesBufferView

int vtkGLTFDocumentLoader::Accessor::Sparse::IndicesBufferView

Definition at line 133 of file vtkGLTFDocumentLoader.h.

◆ IndicesByteOffset

int vtkGLTFDocumentLoader::Accessor::Sparse::IndicesByteOffset

Definition at line 134 of file vtkGLTFDocumentLoader.h.

◆ IndicesComponentType

ComponentType vtkGLTFDocumentLoader::Accessor::Sparse::IndicesComponentType

Definition at line 135 of file vtkGLTFDocumentLoader.h.

◆ ValuesBufferView

int vtkGLTFDocumentLoader::Accessor::Sparse::ValuesBufferView

Definition at line 136 of file vtkGLTFDocumentLoader.h.

◆ ValuesByteOffset

int vtkGLTFDocumentLoader::Accessor::Sparse::ValuesByteOffset

Definition at line 137 of file vtkGLTFDocumentLoader.h.


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