Initial commit of VolumeResampler and LOD demo.

This commit is contained in:
David Williams
2011-07-02 12:39:04 +01:00
parent 3ab157dc3b
commit ccfa7db1fa
16 changed files with 27636 additions and 2 deletions

View File

@ -61,6 +61,8 @@ SET(CORE_INC_FILES
include/PolyVoxCore/Vector.h
include/PolyVoxCore/Vector.inl
include/PolyVoxCore/VertexTypes.h
include/PolyVoxCore/VolumeResampler.h
include/PolyVoxCore/VolumeResampler.inl
include/PolyVoxCore/VoxelFilters.h
)