Work on seperating PolyVox and Thermite. Now they are two seperate solutions.
This commit is contained in:
@ -212,8 +212,6 @@ namespace PolyVox
|
||||
template <typename VoxelType>
|
||||
void VolumeIterator<VoxelType>::setVoxel(VoxelType tValue)
|
||||
{
|
||||
assert(mVolume.isVoxelLocked(mXPosInVolume,mYPosInVolume,mZPosInVolume));
|
||||
|
||||
const boost::uint32_t uBlockIndex =
|
||||
mXBlock +
|
||||
mYBlock * mVolume.m_uSideLengthInBlocks +
|
||||
|
Reference in New Issue
Block a user