BGE: dynamic loading patch commited. API and demo files available here: https://projects.blender.org/tracker/?func=detail&aid=19492&group_id=9&atid=127

This commit is contained in:
Benoit Bolsee
2009-11-15 23:58:56 +00:00
parent 349fa813ea
commit b45ab480e0
42 changed files with 1164 additions and 45 deletions

View File

@@ -104,6 +104,10 @@ RAS_MeshObject::~RAS_MeshObject()
for(it=m_Polygons.begin(); it!=m_Polygons.end(); it++)
delete (*it);
m_sharedvertex_map.clear();
m_Polygons.clear();
m_materials.clear();
}
bool RAS_MeshObject::MeshModified()