createModel
AssetManager::createModel
Creates an empty model and returns its pointer.
Declaration
Model* createModel(const std::string& modelName);
Parameters
Name |
Type |
Description |
---|---|---|
modelName |
const std::string& |
A unique name for the new Model. |
Returns
A pointer to an empty Model.