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
When two shapes s1 and s2 are colliding, the return value of the detector should be
{ :collision, {x, y} }
Where x, y is a unit vector in the direction from s1 to s2. TBD: should this always be centroid to centroid, or should I do detection of which faces are making contact and where?
The text was updated successfully, but these errors were encountered:
When two shapes s1 and s2 are colliding, the return value of the detector should be
{ :collision, {x, y} }
Where x, y is a unit vector in the direction from s1 to s2. TBD: should this always be centroid to centroid, or should I do detection of which faces are making contact and where?
The text was updated successfully, but these errors were encountered: