Cleared array.
This commit is contained in:
parent
b4267b11f5
commit
227b11a764
@ -57,6 +57,7 @@ namespace PolyVox
|
||||
memset(pIndicesZ.getRawData(), 0xff, pIndicesZ.getNoOfElements() * 4);
|
||||
|
||||
Array3DUint8 pBitmask(uArrayWidth, uArrayHeight, uArrayDepth);
|
||||
memset(pBitmask.getRawData(), 0x00, pBitmask.getNoOfElements());
|
||||
|
||||
computeBitmaskForSlice<true>(pBitmask, pIndicesX, pIndicesY, pIndicesZ);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user