Add mesh bounds metadata
This commit is contained in:
@@ -16,6 +16,7 @@ void Mesh::Release() {
|
||||
m_attributes = VertexAttribute::Position;
|
||||
m_indexCount = 0;
|
||||
m_use32BitIndex = false;
|
||||
m_bounds = Math::Bounds();
|
||||
UpdateMemorySize();
|
||||
SetInvalid();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user