You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to generate BoundingBox from Vertices, through: BoundingBox.Merge(vertexArray) and BoundingBox.Define(vertexArray) have no effect new BoundingBox(vertexArray) is the only statement gave me correct results.