Fix for surface extractors not extracting surfaces outside of volume.

This commit is contained in:
David Williams
2010-12-30 21:56:48 +00:00
parent f7573e7660
commit f39e2f0935
4 changed files with 61 additions and 63 deletions

View File

@ -71,9 +71,9 @@ namespace PolyVox
VolumeSampler<VoxelType> m_sampVolume;
//Holds a position in volume space.
uint16_t uXVolSpace;
uint16_t uYVolSpace;
uint16_t uZVolSpace;
int16_t iXVolSpace;
int16_t iYVolSpace;
int16_t iZVolSpace;
//Holds a position in region space.
uint16_t uXRegSpace;