I am currently using Havok 2011 and Intel Threading Building Blocks. With TBB, I have a thread pool and a thread manager that allow to process chunk of data.
With the version 5.5.0, it was possible to use :
- stepBeginSt
- stepProcessMt
- stepEndSt
However with the latest version of Havok, the multithreaded simulation methods have been replaced with a Thread Pool / JobQueue system. I do not want to create a second thread pool and job manager since I already have everything functionnal with TBB.
I was not able to find anything suitable in thehkWorld class to step the simulation without the havok job system. Is there a way to make Havok use a custom TBB thread manager / thread pool ?
Thanks for your help, Regards


