Removed old, redundant surface extraction algorithms (FastSurfaceExtractor and DecimatedSurfaceExtractor). These are now replaced by the general SurfaceExtractor.

This commit is contained in:
David Williams
2009-05-31 09:59:43 +00:00
parent f5f5bcf48a
commit 69d6ad86a7
10 changed files with 0 additions and 1243 deletions

View File

@ -1,7 +1,6 @@
#include "Log.h"
#include "Volume.h"
#include "IndexedSurfacePatch.h"
#include "SurfaceExtractors.h"
#include "PolyVoxImpl/Utility.h"
#include "OpenGLImmediateModeSupport.h"