Fast version of perlin noise.

This commit is contained in:
David Williams
2011-02-07 22:07:47 +00:00
parent 23a56ed000
commit 42db69e013
4 changed files with 96 additions and 33 deletions

View File

@ -61,6 +61,7 @@ namespace PolyVox
uint8_t m_uSideLengthPower;
VoxelType* m_tUncompressedData;
bool m_bIsCompressed;
bool m_bIsUncompressedDataModified;
uint64_t m_uTimestamp;
std::vector<uint8_t> runlengths;