![]() |
Blamite Game Engine - blam!
00398.09.22.23.2015.blamite
The core library for the Blamite Game Engine.
|
#include <MeshUtils.h>
Static Public Member Functions | |
static void | importV1Mesh (const Ogre::String &meshName, const Ogre::String &groupName) |
Opens a v1 mesh with the given name and imports it to a v2 mesh using the same name. More... | |
|
static |
Opens a v1 mesh with the given name and imports it to a v2 mesh using the same name.
The v1 mesh will be unloaded.
meshName | Name of the mesh to open. |
groupName | Group of the mesh it resides in. |