|
HDK
|
#include <GLTF_Reader.h>
Public Member Functions | |
| GLTF_Reader () | |
| GLTF_Reader (const char *filePath) | |
| ~GLTF_Reader () | |
| bool | loadFile (GLTF_ErrorManager &errors) |
| bool | closeFile () |
| bool | isOpen () const |
| bool | loadBuffer (const GLTF_Index buf_idx, GLTF_ErrorManager &errors) |
| bool | loadAccessorData (const GLTF_Index accessor_idx, unsigned char **out_data, GLTF_ErrorManager &errors) |
| bool | loadAnimationData (const GLTF_Index anim_idx, GLTF_ErrorManager &errors) |
| void | setFilePath (const char *path) |
| const UT_StringHolder & | filePath () const |
| CgltfImpl & | getCgltfImpl () const |
Definition at line 13 of file GLTF_Reader.h.
| GLTF_Reader::GLTF_Reader | ( | ) |
| GLTF_Reader::GLTF_Reader | ( | const char * | filePath | ) |
| GLTF_Reader::~GLTF_Reader | ( | ) |
| bool GLTF_Reader::closeFile | ( | ) |
|
inline |
Definition at line 43 of file GLTF_Reader.h.
| CgltfImpl& GLTF_Reader::getCgltfImpl | ( | ) | const |
|
inline |
Definition at line 28 of file GLTF_Reader.h.
| bool GLTF_Reader::loadAccessorData | ( | const GLTF_Index | accessor_idx, |
| unsigned char ** | out_data, | ||
| GLTF_ErrorManager & | errors | ||
| ) |
| bool GLTF_Reader::loadAnimationData | ( | const GLTF_Index | anim_idx, |
| GLTF_ErrorManager & | errors | ||
| ) |
| bool GLTF_Reader::loadBuffer | ( | const GLTF_Index | buf_idx, |
| GLTF_ErrorManager & | errors | ||
| ) |
| bool GLTF_Reader::loadFile | ( | GLTF_ErrorManager & | errors | ) |
|
inline |
Definition at line 41 of file GLTF_Reader.h.