Gmod-vphysics
Gmod-vphysics copied to clipboard
Rewrite the parallel constraint solver
Use btThreadPool class to rewrite it, avoid using temp objects like on the sequential constraint solver
May be harder to write and I don't know about performance benefit. The way to go right now is solving islands in threads, not individual objects.