Replaced sampler getPosX, etc, with general getPosition().

This commit is contained in:
unknown
2012-03-09 16:03:46 +01:00
parent 4658e8026e
commit af04b96105
11 changed files with 15 additions and 94 deletions

View File

@@ -87,9 +87,6 @@ namespace PolyVox
Sampler& operator=(const Sampler& rhs) throw();
int32_t getPosX(void) const;
int32_t getPosY(void) const;
int32_t getPosZ(void) const;
VoxelType getSubSampledVoxel(uint8_t uLevel) const;
inline VoxelType getVoxel(void) const;