Work on generating surface patches on demand.

This commit is contained in:
David Williams
2008-07-10 21:43:24 +00:00
parent 8b98d69d4e
commit f32616d5a9
6 changed files with 53 additions and 0 deletions

View File

@ -53,6 +53,8 @@ namespace PolyVox
const bool isEmpty(void) const;
Vector3DInt32 m_v3dRegionPosition; //FIXME - remove this?
int32 m_iTimeStamp;
private:
std::vector<uint32> m_vecTriangleIndices;