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

[broadphase] Initialize NodeVecIterator #515

Commits on Jan 18, 2024

  1. [broadphase] Initialize NodeVecIterator

    In the case where only 2 shapes are used and one of them is a shape
    with infinite AABB (i.e Plane or Halfspace), `min_size` remains equal
    to +infinity in `HierarchyTree::bottomup` and `min_it1` and `min_it2`
    never got set, which was leading to a segfault when they are then
    dereferenced.
    lmontaut committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    13ed143 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. changelog: update

    jcarpent authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    bf6bcf1 View commit details
    Browse the repository at this point in the history