Renamed (Oriented)Cube to (Oriented)Box
Also renamed BoundingBox to BoundingVolume Former-commit-id: 795c70c265ba17f6b96fc30799e89f140c52852b
This commit is contained in:
@@ -70,7 +70,7 @@ bool NzStaticMesh::GenerateAABB()
|
||||
return true;
|
||||
}
|
||||
|
||||
const NzCubef& NzStaticMesh::GetAABB() const
|
||||
const NzBoxf& NzStaticMesh::GetAABB() const
|
||||
{
|
||||
return m_aabb;
|
||||
}
|
||||
@@ -110,7 +110,7 @@ bool NzStaticMesh::IsValid() const
|
||||
return m_vertexBuffer != nullptr;
|
||||
}
|
||||
|
||||
void NzStaticMesh::SetAABB(const NzCubef& aabb)
|
||||
void NzStaticMesh::SetAABB(const NzBoxf& aabb)
|
||||
{
|
||||
m_aabb = aabb;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user