Make curve test work now that we add geometry during curve
This commit is contained in:
parent
60a58ea8b9
commit
631b0151c7
1 changed files with 1 additions and 1 deletions
|
|
@ -590,7 +590,7 @@ namespace MatterControl.Tests.MatterControl
|
|||
var curveAabb = curve.GetAxisAlignedBoundingBox();
|
||||
root.Children.Add(curve);
|
||||
var rootAabb = root.GetAxisAlignedBoundingBox();
|
||||
Assert.IsTrue(rootAabb.Equals(new AxisAlignedBoundingBox(new Vector3(-17.5, -6.45, -10), new Vector3(17.5, 11.97, 10)), 1.0));
|
||||
Assert.IsTrue(rootAabb.Equals(new AxisAlignedBoundingBox(new Vector3(-17.5, -8.5, -10), new Vector3(17.5, 11.97, 10)), 1.0));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue