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
Your question is not clear enough. Could you please elaborate more and give a detailed example?
Best, Justin
I'm doing collision detection for a six-axis robot right now, I built a BroadPhaseCollisionManager and register all arms in it, I want to detect the self collision of the six arms of the robot in different postures, but now there are a lot of postures, so I want to do these collision detection in parallel to increase speed. How can I do it?
If I can pass the transformations of all objects when do collsion detect, that would be OK, but I can not find the function of BroadPhaseCollisionManager I want.
Can broadphase collision detect parallel in different transform scenario?
The text was updated successfully, but these errors were encountered: