Cleaning up some code.

This commit is contained in:
David Williams
2008-02-05 21:33:09 +00:00
parent 1e3904098a
commit 91c2c7241c
5 changed files with 61 additions and 74 deletions

View File

@ -69,8 +69,6 @@ namespace Ogre
void generateMeshDataForRegion(uint regionX, uint regionY, uint regionZ, IndexedSurfacePatch* singleMaterialPatch, IndexedSurfacePatch* multiMaterialPatch) const;
void doRegionGrowing(uint xStart, uint yStart, uint zStart, uchar value);
bool containsPoint(Vector3 pos, float boundary);
bool containsPoint(IntVector3 pos, uint boundary);