Moved the ambient occlusion calculation code from Thermite into PolyVox.

This commit is contained in:
David Williams
2011-01-16 16:26:10 +00:00
parent 8619b36b5f
commit e3dd07c216
7 changed files with 2367 additions and 0 deletions

View File

@ -15,6 +15,8 @@ SET(CORE_SRC_FILES
#Projects headers files
SET(CORE_INC_FILES
include/AmbientOcclusionCalculator.h
include/AmbientOcclusionCalculator.inl
include/Array.h
include/Array.inl
include/ArraySizes.h
@ -53,6 +55,8 @@ SET(CORE_INC_FILES
SET(IMPL_SRC_FILES
source/PolyVoxImpl/MarchingCubesTables.cpp
source/PolyVoxImpl/RandomUnitVectors.cpp
source/PolyVoxImpl/RandomVectors.cpp
source/PolyVoxImpl/Utility.cpp
)
@ -63,6 +67,8 @@ SET(IMPL_INC_FILES
include/PolyVoxImpl/Block.h
include/PolyVoxImpl/Block.inl
include/PolyVoxImpl/MarchingCubesTables.h
include/PolyVoxImpl/RandomUnitVectors.h
include/PolyVoxImpl/RandomVectors.h
include/PolyVoxImpl/SubArray.h
include/PolyVoxImpl/SubArray.inl
include/PolyVoxImpl/TypeDef.h