Moved marching cubes tables to header file.

This commit is contained in:
David Williams
2015-02-06 16:37:08 +01:00
parent d480935e38
commit eb45c97a61
3 changed files with 301 additions and 331 deletions

View File

@ -84,7 +84,7 @@ SET(CORE_INC_FILES
SET(IMPL_SRC_FILES
source/Impl/ErrorHandling.cpp
source/Impl/Logging.cpp
source/Impl/MarchingCubesTables.cpp
#source/Impl/MarchingCubesTables.cpp
source/Impl/RandomUnitVectors.cpp
source/Impl/RandomVectors.cpp
source/Impl/Timer.cpp