Refactoring work... working on meshes

This commit is contained in:
David Williams
2007-08-31 19:40:51 +00:00
parent 121e00861c
commit c52dbe123d
3 changed files with 114 additions and 37 deletions

View File

@ -31,6 +31,8 @@ namespace Ogre
uint m_uTrianglesAdded;
uint m_uVerticesAdded;
long int* vertexIndices;
};
}