Work on refactoring basic voxel types.

Also, this will probably cause a compile error on Linux but I'm committing anyway so I remember to investigate it...
This commit is contained in:
David Williams
2012-01-13 21:55:23 +00:00
parent 49b5fb3f67
commit a79633de09
5 changed files with 106 additions and 13 deletions

View File

@ -6,6 +6,7 @@ PROJECT(PolyVoxCore)
SET(CORE_SRC_FILES
source/ArraySizes.cpp
source/AStarPathfinder.cpp
source/Density.cpp
source/GradientEstimators.cpp
source/Log.cpp
source/MeshDecimator.cpp