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
Whenever you call the body.intersect() method, if your bodies intersect in 2 different locations, the user only gets back one of them instead of all the intersections... This can be "fixed" but updating the design "in-place" but we should really check all the affected bodies and update the Design object accordingly.
Whenever you call the
body.intersect()
method, if your bodies intersect in 2 different locations, the user only gets back one of them instead of all the intersections... This can be "fixed" but updating the design "in-place" but we should really check all the affected bodies and update theDesign
object accordingly.Initially reported by @NMLDNV
The text was updated successfully, but these errors were encountered: