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 BVH to world_aabb, and call update #44651

Merged
merged 1 commit into from
Dec 24, 2020

Commits on Dec 24, 2020

  1. Fix BVH to world_aabb, and call update

    The calls to the BVH need to use the world space AABB, rather than local space for it to work. Also, update was not being called which is required to update the AABB as objects move.
    lawnjelly committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    6d687de View commit details
    Browse the repository at this point in the history