source: GTP/trunk/Lib/Illum/IBRBillboardCloudTrees/OGRE/src/BBCMesh.cpp @ 731

Revision 731, 299 bytes checked in by igarcia, 18 years ago (diff)
Line 
1
2#include "BBCMesh.h"
3
4namespace BBC {
5
6
7Mesh::~Mesh()   
8{
9        Ogre::LogManager::getSingleton().logMessage("Destroy Mesh...");
10        Ogre::MeshManager::getSingleton().unload( this->get()->getName() );
11        Ogre::MeshManager::getSingleton().remove( this->get()->getName() );
12        //delete mMesh;
13}
14
15}
Note: See TracBrowser for help on using the repository browser.