Moving Chunk to be a nested class of PagedVolume.

This commit is contained in:
David Williams
2014-09-21 10:27:55 +02:00
parent 71035029d1
commit db9a74fdb4
8 changed files with 72 additions and 110 deletions

View File

@ -38,8 +38,6 @@ SET(CORE_INC_FILES
include/PolyVoxCore/BaseVolume.h
include/PolyVoxCore/BaseVolume.inl
include/PolyVoxCore/BaseVolumeSampler.inl
include/PolyVoxCore/Chunk.h
include/PolyVoxCore/Chunk.inl
include/PolyVoxCore/CubicSurfaceExtractor.h
include/PolyVoxCore/CubicSurfaceExtractor.inl
include/PolyVoxCore/DefaultIsQuadNeeded.h
@ -62,6 +60,7 @@ SET(CORE_INC_FILES
include/PolyVoxCore/Mesh.inl
include/PolyVoxCore/PagedVolume.h
include/PolyVoxCore/PagedVolume.inl
include/PolyVoxCore/PagedVolumeChunk.inl
include/PolyVoxCore/PagedVolumeSampler.inl
include/PolyVoxCore/Pager.h
include/PolyVoxCore/PolyVoxForwardDeclarations.h