Refactoring mesh generation code.

This commit is contained in:
David Williams
2007-10-07 16:33:53 +00:00
parent 8137b1eb46
commit 52446c765d
9 changed files with 149 additions and 28 deletions

View File

@ -5,6 +5,7 @@ SET(SRC_FILES
source/AbstractSurfacePatch.cpp
source/Block.cpp
source/HalfEdgeSurfacePatch.cpp
source/IndexedSurfacePatch.cpp
source/MarchingCubesTables.cpp
source/MaterialMap.cpp
source/MaterialMapManager.cpp
@ -26,6 +27,7 @@ SET(INC_FILES
include/Block.h
include/Constants.h
include/HalfEdgeSurfacePatch.h
include/IndexedSurfacePatch.h
include/IntegralVector3.h
include/MarchingCubesTables.h
include/MaterialMap.h