Some tidying and commenting of LOD code.

This commit is contained in:
David Williams
2010-02-03 21:48:04 +00:00
parent 89c48cdc27
commit 801c7f5c7f
3 changed files with 50 additions and 35 deletions

View File

@ -51,6 +51,7 @@ namespace PolyVox
float getMaterial(void) const;
const Vector3DFloat& getNormal(void) const;
const Vector3DFloat& getPosition(void) const;
unsigned int getNoOfGeometryEdges(void) const;
bool isOnEdge(void) const;
bool isOnGeometryEdge(void) const;