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 am using bt-collision-distance introduced here. When object size is small, it does not seem to work correctly. For instance, the test code below compares the result of pqp and bt ones, and the results suggest that as size get smaller, the resulting error increases.
I am using bt-collision-distance introduced here. When object size is small, it does not seem to work correctly. For instance, the test code below compares the result of pqp and bt ones, and the results suggest that as
size
get smaller, the resulting error increases.test(1000) returns 0.007629
test(100) returns 0.006104
test(50) returns 29.9866
test(10) returns 69.9789
The text was updated successfully, but these errors were encountered: