Internal class for vtkGLTFDocumentLoader.
More...
#include <vtkGLTFDocumentLoaderInternals.h>
Internal class for vtkGLTFDocumentLoader.
This class provides json-related methods for vtkGLTFDocumentLoader
Definition at line 23 of file vtkGLTFDocumentLoaderInternals.h.
vtkGLTFDocumentLoaderInternals::vtkGLTFDocumentLoaderInternals |
( |
| ) |
|
|
default |
bool vtkGLTFDocumentLoaderInternals::LoadModelMetaData |
( |
std::vector< std::string > & |
extensionsUsedByLoader | ) |
|
Reset internal Model struct, and serialize glTF metadata (all json information) into it.
Fill usedExtensions vector with the list of used and supported extensions in the glTF file. To load buffers, use LoadModelData
bool vtkGLTFDocumentLoaderInternals::LoadBuffers |
( |
bool |
firstBufferIsGLB | ) |
|
Reads the model's buffer metadata, then uses it to load all buffers into the model.
const unsigned short vtkGLTFDocumentLoaderInternals::GL_POINTS = 0x0000 |
|
static |
const unsigned short vtkGLTFDocumentLoaderInternals::GL_LINES = 0x0001 |
|
static |
const unsigned short vtkGLTFDocumentLoaderInternals::GL_LINE_LOOP = 0x0002 |
|
static |
const unsigned short vtkGLTFDocumentLoaderInternals::GL_LINE_STRIP = 0x0003 |
|
static |
const unsigned short vtkGLTFDocumentLoaderInternals::GL_TRIANGLES = 0x0004 |
|
static |
const unsigned short vtkGLTFDocumentLoaderInternals::GL_TRIANGLE_STRIP = 0x0005 |
|
static |
const unsigned short vtkGLTFDocumentLoaderInternals::GL_TRIANGLE_FAN = 0x0006 |
|
static |
The documentation for this class was generated from the following file: