Work on making the surface extractor use the new Array class.

This commit is contained in:
David Williams
2010-03-14 22:24:32 +00:00
parent dbde097547
commit 34d138417e
4 changed files with 163 additions and 127 deletions

View File

@ -121,7 +121,7 @@ void OpenGLWidget::setVolume(PolyVox::Volume<PolyVox::uint8_t>* volData)
//For decimation built into Mesh
//mesh->generateAveragedFaceNormals(true);
mesh->decimate(0.999f);
//mesh->decimate(0.999f);
//mesh->generateAveragedFaceNormals(true);
////////////////////////////////////////////////////////////////////////////////