MT collision testing

Post Reply
bram
Posts: 51
Joined: Sun Nov 23, 2008 4:43 pm

MT collision testing

Post by bram »

With Linux perf tool, I see that my sim spends roughly the same amount of time in performDiscreteCollisionDetection() and solveConstraints() function.

I found SimulationIslandManagerMt which I assume will speed up the latter. But what about collision testing? Can that be done in parallel as well?
Post Reply