mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-03-30 23:57:58 +08:00
Sync changes from upstream repository
This commit is contained in:
@@ -365,8 +365,9 @@ bool ON_Light::GetTightBoundingBox(
|
||||
{
|
||||
rc = ON_GetPointListBoundingBox(3, 0, points.Count(), 3,
|
||||
(double*)points.Array(),
|
||||
tight_bbox.m_min, tight_bbox.m_max,
|
||||
bGrowBox ? true : false)
|
||||
tight_bbox,
|
||||
bGrowBox ? true : false,
|
||||
xform)
|
||||
? true
|
||||
: false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user