diff options
Diffstat (limited to 'AssetLoader/include')
| -rw-r--r-- | AssetLoader/include/GLTFLoader.hpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/AssetLoader/include/GLTFLoader.hpp b/AssetLoader/include/GLTFLoader.hpp index 83b9a4d..2b9afaf 100644 --- a/AssetLoader/include/GLTFLoader.hpp +++ b/AssetLoader/include/GLTFLoader.hpp @@ -391,6 +391,17 @@ private: IDeviceContext* pContext, const IGLTFModelCreateInfo& CI); + void LoadFromMemory(IRenderDevice* pDevice, + IDeviceContext* pContext, + const IGLTFModelCreateInfo& CI); + + void LoadScene(IRenderDevice* pDevice, + const tinygltf::Model& gltf_model, + const std::string& BaseDir, + GLTF_TextureCacheType* pTextureCache, + ResourceManager* pResourceMgr, + const IGLTFModelCreateInfo& CI); + void LoadNode(Node* parent, const tinygltf::Node& gltf_node, uint32_t nodeIndex, |
