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

@ -44,7 +44,7 @@ namespace PolyVox
std::string tostring(void) const;
private:
public:
Vector3DFloat position;
Vector3DFloat normal;
float material;