Deprecated getSubSampledVoxel() in SimpeVolume and LargeVolume

This commit is contained in:
David Williams 2012-12-02 08:31:36 +01:00
parent e5aab77cda
commit 649e3dddb9
2 changed files with 4 additions and 2 deletions

View File

@ -179,7 +179,8 @@ namespace PolyVox
Sampler& operator=(const Sampler& rhs); Sampler& operator=(const Sampler& rhs);
VoxelType getSubSampledVoxel(uint8_t uLevel) const; /// \deprecated
POLYVOX_DEPRECATED VoxelType getSubSampledVoxel(uint8_t uLevel) const;
inline VoxelType getVoxel(void) const; inline VoxelType getVoxel(void) const;
void setPosition(const Vector3DInt32& v3dNewPos); void setPosition(const Vector3DInt32& v3dNewPos);

View File

@ -89,7 +89,8 @@ namespace PolyVox
Sampler& operator=(const Sampler& rhs); Sampler& operator=(const Sampler& rhs);
VoxelType getSubSampledVoxel(uint8_t uLevel) const; /// \deprecated
POLYVOX_DEPRECATED VoxelType getSubSampledVoxel(uint8_t uLevel) const;
/// Get the value of the current voxel /// Get the value of the current voxel
inline VoxelType getVoxel(void) const; inline VoxelType getVoxel(void) const;