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

Option for ShapeCasts to return only face normals #313

Open
cndheat opened this issue Feb 4, 2025 · 0 comments
Open

Option for ShapeCasts to return only face normals #313

cndheat opened this issue Feb 4, 2025 · 0 comments

Comments

@cndheat
Copy link

cndheat commented Feb 4, 2025

A limitation with Parry I've encountered while using Rapier3d to implement a character controller. Sometimes shapecasts will return the normal of a vertex or edge feature when a face normal is necessary for things like wall/ramp sliding logic.

Not sure what the best way to go about implementing this feature would be, somebody in the bevy physics channel suggested adding a force_face_normals field to ShapeCastOptions.

Possible related issue: #193

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

No branches or pull requests

1 participant