PolyVox and Thermite3D now support the use of a density component as well as a material component for each voxel.

This commit is contained in:
David Williams
2010-06-25 21:41:13 +00:00
parent 29928b774d
commit 254fa3329e
24 changed files with 802 additions and 371 deletions

View File

@ -4,6 +4,7 @@ PROJECT(PolyVoxCore)
#Projects source files
SET(CORE_SRC_FILES
source/ArraySizes.cpp
source/GradientEstimators.cpp
source/SurfaceMesh.cpp
source/Log.cpp
@ -12,7 +13,6 @@ SET(CORE_SRC_FILES
source/MeshFace.cpp
source/MeshVertex.cpp
source/Region.cpp
source/SurfaceExtractor.cpp
source/SurfaceVertex.cpp
source/VoxelFilters.cpp
)
@ -22,10 +22,10 @@ SET(CORE_INC_FILES
include/Array.h
include/Array.inl
include/ArraySizes.h
include/ArraySizes.inl
include/GradientEstimators.inl
include/SurfaceMesh.h
include/Log.h
include/MaterialDensityPair.h
include/MaterialDensityPair.inl
include/Mesh.h
include/MeshEdge.h
include/MeshFace.h
@ -33,6 +33,8 @@ SET(CORE_INC_FILES
include/PolyVoxForwardDeclarations.h
include/Region.h
include/SurfaceExtractor.h
include/SurfaceExtractor.inl
include/SurfaceMesh.h
include/SurfaceVertex.h
include/Vector.h
include/Vector.inl