More work on compression and bug fixes.

This commit is contained in:
David Williams
2011-02-06 23:23:01 +00:00
parent 4621ef8091
commit f13e9161f8
5 changed files with 30 additions and 27 deletions

View File

@ -59,10 +59,9 @@ namespace PolyVox
uint16_t m_uSideLength;
uint8_t m_uSideLengthPower;
VoxelType* m_tCompressedData;
VoxelType* m_tUncompressedData;
bool m_bIsCompressed;
uint32_t m_uTimestamp;
uint64_t m_uTimestamp;
std::vector<uint32_t> runlengths;
std::vector<VoxelType> values;