Reorganizing code.

This commit is contained in:
David Williams
2015-05-22 16:15:53 +02:00
parent 50a8bebfa9
commit 50cf939e8a
2 changed files with 13 additions and 21 deletions

View File

@ -159,11 +159,7 @@ namespace PolyVox
private:
//Compute the cell bitmask for a particular slice in z.
template<bool isPrevZAvail>
void computeBitmaskForSlice(Array3DUint8& pBitmask,
Array3DInt32& pIndicesX,
Array3DInt32& pIndicesY,
Array3DInt32& pIndicesZ);
void computeBitmaskForSlice();
////////////////////////////////////////////////////////////////////////////////
// NOTE: These two functions are in the .h file rather than the .inl due to an apparent bug in VC2010.