Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix BucketPrunerOverlapTraversal crash #66

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Yokoloki
Copy link

@Yokoloki Yokoloki commented May 9, 2018

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.

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.
@ka1nong
Copy link

ka1nong commented Jul 30, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants