Restructuring code.

This commit is contained in:
David Williams
2015-05-14 11:41:16 +02:00
parent e912950317
commit f53efa1d64
2 changed files with 116 additions and 120 deletions

View File

@ -166,8 +166,7 @@ namespace PolyVox
void generateVerticesForSlice(const Array3DUint8& pBitmask,
Array3DInt32& pIndicesX,
Array3DInt32& pIndicesY,
Array3DInt32& pIndicesZ,
uint32_t uSlice);
Array3DInt32& pIndicesZ);
////////////////////////////////////////////////////////////////////////////////
// NOTE: These two functions are in the .h file rather than the .inl due to an apparent bug in VC2010.