Only the region size constants remain.

This commit is contained in:
David Williams
2008-04-27 21:31:02 +00:00
parent f07b617f02
commit 2107128f7c
5 changed files with 26 additions and 30 deletions

View File

@ -165,6 +165,12 @@ namespace PolyVox
return m_uSideLength;
}
template <typename VoxelType>
boost::uint8_t Volume<VoxelType>::getSideLengthPower(void)
{
return m_uSideLengthPower;
}
template <typename VoxelType>
boost::uint16_t Volume<VoxelType>::getSideLengthInBlocks(void)
{