Added skybox support. This highlighted the fact that the volume was the wrong way round, so an initial version of the tool 'VolumeMagick' is also added for changing this kind of stuff. This in turn meant refactoring volume loading/saving code from thermite into PolyVoxUtil.

This commit is contained in:
David Williams
2008-07-19 15:42:02 +00:00
parent 2459b99886
commit 68d0353cff
3 changed files with 120 additions and 0 deletions

View File

@ -63,11 +63,13 @@ SET(IMPL_INC_FILES
#Projects source files
SET(UTIL_SRC_FILES
source/PolyVoxUtil/Serialization.cpp
source/PolyVoxUtil/VolumeChangeTracker.cpp
)
#Projects headers files
SET(UTIL_INC_FILES
include/PolyVoxUtil/Serialization.h
include/PolyVoxUtil/VolumeChangeTracker.h
)