Sync changes from upstream repository

This commit is contained in:
Bozo the Builder
2024-07-17 07:49:12 -07:00
parent 6dce0c19e7
commit 2969536cc1
27 changed files with 235 additions and 56 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)