Split too expansive particle groups for more efficient particle collision detection. The collision detection will be most accurate for particle groups with the smallest possible bounds. This could somehow be integrated with the particle collision loop.
The physx::buildBoundsHash (extensions/PxParticleExt.h) may be helpful for this task.
Split too expansive particle groups for more efficient particle collision detection. The collision detection will be most accurate for particle groups with the smallest possible bounds. This could somehow be integrated with the particle collision loop. The physx::buildBoundsHash (extensions/PxParticleExt.h) may be helpful for this task.