Work on removing hard coded vales.
This commit is contained in:
@ -79,4 +79,9 @@ namespace PolyVox
|
||||
{
|
||||
m_v3dUpperCorner += amount;
|
||||
}
|
||||
|
||||
Vector3DInt32 Region::dimensions(void)
|
||||
{
|
||||
return m_v3dUpperCorner - m_v3dLowerCorner;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user