Renamed VolumeSampler to Sampler

This commit is contained in:
David Williams
2011-04-28 20:37:02 +01:00
parent 6f1ddb7d5f
commit 96ff5e890a
18 changed files with 80 additions and 80 deletions

View File

@ -39,7 +39,7 @@ namespace PolyVox
private:
Region m_region;
Volume<VoxelType>::VolumeSampler m_sampVolume;
Volume<VoxelType>::Sampler m_sampVolume;
Volume<VoxelType>* m_volInput;
Array<3, uint8_t>* m_arrayResult;
float m_fRayLength;