OGRE
1.11.6
Object-Oriented Graphics Rendering Engine
|
A factory class that can create various mesh prefabs. More...
#include <OgrePrefabFactory.h>
Static Public Member Functions | |
static bool | createPrefab (Mesh *mesh) |
If the given mesh has a known prefab resource name (e.g "Prefab_Plane") then this prefab will be created as a submesh of the given mesh. More... | |
A factory class that can create various mesh prefabs.
|
static |
If the given mesh has a known prefab resource name (e.g "Prefab_Plane") then this prefab will be created as a submesh of the given mesh.
mesh | The mesh that the potential prefab will be created in. |