Skip to content

Fix point_intersections_callback#961

Merged
Jondolf merged 1 commit into
mainfrom
fix-point-intersections
Mar 20, 2026
Merged

Fix point_intersections_callback#961
Jondolf merged 1 commit into
mainfrom
fix-point-intersections

Conversation

@Jondolf

@Jondolf Jondolf commented Mar 20, 2026

Copy link
Copy Markdown
Member

Objective

point_intersections_callback currently only intersects against BVH AABBs, not colliders! This is a regression from 0.5.

Solution

Fix that.

@Jondolf Jondolf added this to the 0.6.1 milestone Mar 20, 2026
@Jondolf Jondolf added C-Bug Something isn't working A-Spatial-Query Relates to spatial queries, such as ray casting, shape casting, and intersection tests D-Trivial Nice and straightforward! A great choice to get started with Avian P-Regression Behaviour that was working before is now worse or broken.Add a test for this! labels Mar 20, 2026
@Jondolf Jondolf enabled auto-merge (squash) March 20, 2026 11:38
@Jondolf Jondolf merged commit 8421fd8 into main Mar 20, 2026
6 checks passed
Jondolf added a commit that referenced this pull request Mar 23, 2026
# Objective

`point_intersections_callback` currently only intersects against BVH
AABBs, not colliders! This is a regression from 0.5.

## Solution

Fix that.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-Spatial-Query Relates to spatial queries, such as ray casting, shape casting, and intersection tests C-Bug Something isn't working D-Trivial Nice and straightforward! A great choice to get started with Avian P-Regression Behaviour that was working before is now worse or broken.Add a test for this!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant