Work making decimated approach handle multiple resolutions.
This commit is contained in:
@ -44,7 +44,7 @@ namespace PolyVox
|
||||
bool operator>=(const BlockVolumeIterator& rhs);
|
||||
|
||||
float getAveragedVoxel(boost::uint16_t size) const;
|
||||
VoxelType getMaxedVoxel(void) const;
|
||||
VoxelType getMaxedVoxel(boost::uint8_t level) const;
|
||||
boost::uint16_t getPosX(void) const;
|
||||
boost::uint16_t getPosY(void) const;
|
||||
boost::uint16_t getPosZ(void) const;
|
||||
|
Reference in New Issue
Block a user