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

@ -155,7 +155,7 @@ namespace PolyVox
///Resises the volume to the specified dimensions
void resize(uint16_t uWidth, uint16_t uHeight, uint16_t uDepth, uint16_t uBlockSideLength = 32);
private:
public:
Block<VoxelType>* getUncompressedBlock(Block<VoxelType>* block) const;
Block<VoxelType> m_pBorderBlock;