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
If the vertices are processed in coordinate order, either the min or the max value for that coordinate will never be set because the else clause "if ... minx === undefined" etc. will never be hit.
This can happen randomly, force instance, with a tetrahedron lying on the ground due to rounding errors in the vertical coordinate.
The text was updated successfully, but these errors were encountered:
cannon.js/src/shapes/ConvexPolyhedron.js
Line 736 in 569730f
If the vertices are processed in coordinate order, either the min or the max value for that coordinate will never be set because the else clause "if ... minx === undefined" etc. will never be hit.
This can happen randomly, force instance, with a tetrahedron lying on the ground due to rounding errors in the vertical coordinate.
The text was updated successfully, but these errors were encountered: