Renamed getMidDensity() to getThreshold().

This commit is contained in:
David Williams
2010-07-13 21:00:30 +00:00
parent bffacbcb6a
commit 8d000e9235
3 changed files with 32 additions and 32 deletions

View File

@ -54,7 +54,7 @@ namespace PolyVox
static Type getMaxDensity() throw();
static Type getMinDensity() throw();
static Type getMidDensity() throw();
static Type getThreshold() throw();
private:
Type m_uMaterial : NoOfMaterialBits;