Loader of load gltf file or items. More...
#include <GltfLoader.h>
Static Public Member Functions | |
| static bool | Load (const std::string &fileName, GltfCollection *collection) |
| Load a gltf file to GltfCollection. | |
| static bool | LoadPack (GltfPack *pack, const GltfMeshes::Primitive &primitive, GltfAccessors *accessors, GltfBuffers *buffers, GltfBufferViews *bufferViews) |
| Load a gltf mesh to GltfPack. | |
| static std::shared_ptr< Material > | LoadMaterial (const GltfMaterials::Item &material, GltfImages *images) |
| Load a Material from Gltf file material component. | |
Loader of load gltf file or items.
Definition at line 22 of file GltfLoader.h.