Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ LoadFromFile
Method
LoadFromFile
src/Nazara/Graphics/Model.cpp:153–156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
*/
152
153
bool Model::LoadFromFile(const String& filePath, const ModelParameters& params)
154
{
155
return ModelLoader::LoadFromFile(this, filePath, params);
156
}
157
158
/*!
159
* \brief Loads the model from memory
Callers
1
LoadMaterials
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected