Removed now redundant reference surface extractor.

This commit is contained in:
David Williams
2009-05-05 07:58:04 +00:00
parent c03c18c1e4
commit 74013b7500
6 changed files with 3 additions and 391 deletions

View File

@ -37,7 +37,6 @@ SET(IMPL_SRC_FILES
source/PolyVoxImpl/DecimatedSurfaceExtractor.cpp
source/PolyVoxImpl/FastSurfaceExtractor.cpp
source/PolyVoxImpl/MarchingCubesTables.cpp
source/PolyVoxImpl/ReferenceSurfaceExtractor.cpp
source/PolyVoxImpl/Utility.cpp
)
@ -48,7 +47,6 @@ SET(IMPL_INC_FILES
include/PolyVoxImpl/DecimatedSurfaceExtractor.h
include/PolyVoxImpl/FastSurfaceExtractor.h
include/PolyVoxImpl/MarchingCubesTables.h
include/PolyVoxImpl/ReferenceSurfaceExtractor.h
include/PolyVoxImpl/TypeDef.h
include/PolyVoxImpl/Utility.h
)