Only the region size constants remain.
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user