Added flag to test if we are on a material boundary.

This commit is contained in:
David Williams
2009-09-01 17:24:00 +00:00
parent 5ca6178e10
commit 10c0f794b1
4 changed files with 12 additions and 2 deletions

View File

@ -48,8 +48,9 @@ namespace PolyVox
public:
Vector3DFloat position;
Vector3DFloat normal;
float material;
float material; //FIXME: This shouldn't be float on CPU?
bool m_bIsEdgeVertex;
bool m_bIsMaterialEdgeVertex;
};