Threading model

Quince
Posts: 1
Joined: Thu Oct 01, 2009 8:01 pm

Threading model

Post by Quince »

I'm considering switching from PhysX, but I need to continue being able to schedule physics simulation tasks in my own threads with my own scheduler. I'm wondering if that can be done easily the way it's done in PhysX (where the user simply provides a scheduler class interface).
Thanks