PhysX-3.4 icon indicating copy to clipboard operation
PhysX-3.4 copied to clipboard

Fix BucketPrunerOverlapTraversal crash

Open Yokoloki opened this issue 6 years ago • 1 comments

If boxes are set empty in BucketPrunerCore::removeMakredObjects and BucketPrunerCore::mSortedWorldBoxes is not rebuilt by BucketPrunerCore::classifyBoxes, subsequent calls to SphereAABBTest_SIMD will crash if empty box is accessed.

Yokoloki avatar May 09 '18 12:05 Yokoloki

I also encountered this problem. currentbox.mExtent,x value is -8.50705867e+37

ka1nong avatar Jul 30 '18 07:07 ka1nong