More work on compression.

This commit is contained in:
David Williams
2011-02-07 21:34:57 +00:00
parent f13e9161f8
commit 23a56ed000
4 changed files with 47 additions and 35 deletions

View File

@ -63,7 +63,7 @@ namespace PolyVox
bool m_bIsCompressed;
uint64_t m_uTimestamp;
std::vector<uint32_t> runlengths;
std::vector<uint8_t> runlengths;
std::vector<VoxelType> values;
};
}