HDK
|
#include <GLTF_GeoLoader.h>
Public Member Functions | |
GLTF_GeoLoader (const GLTF_Loader &loader, GLTF_Handle mesh_idx, GLTF_Handle primitive_idx, const GLTF_MeshLoadingOptions &options={}) | |
bool | loadIntoDetail (GU_Detail &detail) |
Static Public Member Functions | |
static bool | load (const GLTF_Loader &loader, GLTF_Handle mesh_idx, GLTF_Handle primitive_idx, GU_Detail &detail, const GLTF_MeshLoadingOptions options={}) |
Definition at line 60 of file GLTF_GeoLoader.h.
GLTF_NAMESPACE::GLTF_GeoLoader::GLTF_GeoLoader | ( | const GLTF_Loader & | loader, |
GLTF_Handle | mesh_idx, | ||
GLTF_Handle | primitive_idx, | ||
const GLTF_MeshLoadingOptions & | options = {} |
||
) |
|
static |
bool GLTF_NAMESPACE::GLTF_GeoLoader::loadIntoDetail | ( | GU_Detail & | detail | ) |