Cleaning up.

This commit is contained in:
David Williams
2008-01-23 22:02:12 +00:00
parent a319751d7e
commit 048af66620
4 changed files with 132 additions and 37 deletions

View File

@ -31,6 +31,9 @@ namespace Ogre
RegionGeometry(){};
bool m_bIsEmpty;
bool m_bContainsSingleMaterialPatch;
bool m_bContainsMultiMaterialPatch;
UIntVector3 m_v3dRegionPosition;
IndexedSurfacePatch* m_patchSingleMaterial;
IndexedSurfacePatch* m_patchMultiMaterial;