This sampler is not used in the function.

This commit is contained in:
Matt Williams 2012-11-21 15:10:02 +00:00
parent 6d37583da5
commit addbf9f365

View File

@ -34,8 +34,6 @@ namespace PolyVox
template<typename VolumeType, typename IsVoxelTransparentCallback>
void calculateAmbientOcclusion(VolumeType* volInput, Array<3, uint8_t>* arrayResult, Region region, float fRayLength, uint8_t uNoOfSamplesPerOutputElement, IsVoxelTransparentCallback isVoxelTransparentCallback)
{
typename VolumeType::Sampler m_sampVolume(volInput);
uint16_t uRandomUnitVectorIndex = 0;
uint16_t uRandomVectorIndex = 0;
uint16_t uIndexIncreament;