Sync changes from upstream repository

This commit is contained in:
Bozo the Builder
2024-06-17 02:22:39 -07:00
parent 6dce0c19e7
commit a14564cf09
27 changed files with 233 additions and 54 deletions

View File

@@ -1359,7 +1359,7 @@ bool ON_SubDMeshImpl::Transform(
const ON_Xform& xformColors
)
{
const bool bIsometry = (1 == xform.IsRigid());
//const bool bIsometry = (1 == xform.IsRigid()); // silence unused variable warning
m_bbox = ON_BoundingBox::EmptyBoundingBox;
ON_BoundingBox bbox = ON_BoundingBox::EmptyBoundingBox;
for ( const ON_SubDMeshFragment* fragment = m_first_fragment; nullptr != fragment; fragment = fragment->m_next_fragment)