|
HDK
|
#include <GLTF_Importer.h>
Public Member Functions | |
| void | setGltfFile (const char *filepath) |
| const GLTF_Reader & | getReader () |
| GLTF_ImportOptions & | getImportOptions () |
| const GLTF_AnimationData & | getAnimationData () const |
| const GLTF_SceneData & | getSceneData () const |
| const GLTF_ErrorManager & | getErrors () const |
| bool | importScene (GU_Detail &gdp, const GLTF_Index scene_idx) |
| bool | importNode (GU_Detail &gdp, const GLTF_Index node_idx) |
| bool | importMesh (GU_Detail &gdp, const GLTF_Index mesh_idx) |
| bool | importMeshPrimitive (GU_Detail &prim_gdp, const GLTF_Index mesh_idx, const GLTF_Index prim_idx) |
| bool | importMaterial (GU_Detail &gdp, const GLTF_Index mat_idx) |
Definition at line 20 of file GLTF_Importer.h.
|
inline |
Definition at line 41 of file GLTF_Importer.h.
|
inline |
Definition at line 43 of file GLTF_Importer.h.
|
inline |
Definition at line 40 of file GLTF_Importer.h.
|
inline |
Definition at line 39 of file GLTF_Importer.h.
|
inline |
Definition at line 42 of file GLTF_Importer.h.
| bool GLTF_Importer::importMaterial | ( | GU_Detail & | gdp, |
| const GLTF_Index | mat_idx | ||
| ) |
| bool GLTF_Importer::importMesh | ( | GU_Detail & | gdp, |
| const GLTF_Index | mesh_idx | ||
| ) |
| bool GLTF_Importer::importMeshPrimitive | ( | GU_Detail & | prim_gdp, |
| const GLTF_Index | mesh_idx, | ||
| const GLTF_Index | prim_idx | ||
| ) |
| bool GLTF_Importer::importNode | ( | GU_Detail & | gdp, |
| const GLTF_Index | node_idx | ||
| ) |
| bool GLTF_Importer::importScene | ( | GU_Detail & | gdp, |
| const GLTF_Index | scene_idx | ||
| ) |
|
inline |
Definition at line 34 of file GLTF_Importer.h.