Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.5
-
None
-
71b26a5d9 (dev)
Description
Currently the number of threads used for simulation is hardcoded to two:
s_physx.dispatcher = physx::PxDefaultCpuDispatcherCreate(2);
Should we support specifying the number of thread used or should it maybe be detected automatically by default?