Removed old and redundant Mesh* classes.

This commit is contained in:
David Williams
2011-01-06 22:46:24 +00:00
parent 83b2f84529
commit 3205ce6c30
10 changed files with 3 additions and 1017 deletions

View File

@ -8,10 +8,6 @@ SET(CORE_SRC_FILES
source/AStarPathfinder.cpp
source/GradientEstimators.cpp
source/Log.cpp
source/Mesh.cpp
source/MeshEdge.cpp
source/MeshFace.cpp
source/MeshVertex.cpp
source/Region.cpp
source/VertexTypes.cpp
source/VoxelFilters.cpp
@ -35,12 +31,8 @@ SET(CORE_INC_FILES
include/Log.h
include/Material.h
include/MaterialDensityPair.h
include/Mesh.h
include/MeshDecimator.h
include/MeshDecimator.inl
include/MeshEdge.h
include/MeshFace.h
include/MeshVertex.h
include/PolyVoxForwardDeclarations.h
include/Region.h
include/SurfaceExtractor.h