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

Release v0.12 #113

Merged
merged 2 commits into from
Dec 11, 2022
Merged

Release v0.12 #113

merged 2 commits into from
Dec 11, 2022

Conversation

sebcrozet
Copy link
Member

v0.12.0 (11 Nov. 2022)

Modified

  • Qbvh::leaf_data now requires &self instead of &mut self.
  • Replace the Qbvh::leaf boolean by a bitflags.

Added

  • Add Qbvh::remove, Qbvh::pre_update_or_insert, Qbvh::refit, Qbvh::rebalance to allow modifying a Qbvh
    without having to rebuild it completely.
  • Add QbvhNode::is_leaf to get if a node is a leaf or not.
  • Add SharedShape::trimesh_with_flags for building a trimesh with specific pre-processing flags.

Fixed

  • Fix Triangle::contains_point.

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.

1 participant