Spotted an optimization for computing the voxel position.

This commit is contained in:
David Williams
2015-03-06 23:03:38 +01:00
parent 2c0d9cb9e7
commit 5a5b2b3875
2 changed files with 7 additions and 4 deletions

View File

@ -317,6 +317,7 @@ namespace PolyVox
// The size of the chunks
uint16_t m_uChunkSideLength;
uint8_t m_uChunkSideLengthPower;
int32_t m_iChunkMask;
Pager* m_pPager;
};