createModel

AssetManagerInterface::createModel

Creates an empty model and returns its pointer.

Declaration

virtual Model* createModel(const std::string& modelName) = 0;

Parameters

Name

Type

Description

modelName

const std::string&

A unique name for the new Model.

Returns

A pointer to an empty Model.