Added new mesh smoothing algorithm.

This commit is contained in:
David Williams
2009-04-08 22:07:16 +00:00
parent 3c5e2e6202
commit 6d72169e11
5 changed files with 58 additions and 2 deletions

View File

@ -55,7 +55,7 @@ namespace PolyVox
int32_t m_iTimeStamp;
private:
public:
std::vector<uint32_t> m_vecTriangleIndices;
std::vector<SurfaceVertex> m_vecVertices;
};