I am trying to use PxBroadPhaseType::eMBP
alogrithm for my ue4 project.
As the document mentioned:
PxBroadPhaseType::eMBP is a new algorithm introduced in PhysX 3.3. It is an alternative broad-phase algorithm that does not suffer from the same performance issues as eSAP when all objects are moving or when inserting large numbers of objects. However its generic performance when many objects are sleeping might be inferior to eSAP, and it requires users to define world bounds in order to work.
But where can I define the world bounds? I cannot find such variable in PxSceneDesc or PxScene.