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