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

Support more collisions between trimesh and custom types #297

Open
Vrixyz opened this issue Dec 10, 2024 · 0 comments
Open

Support more collisions between trimesh and custom types #297

Vrixyz opened this issue Dec 10, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Vrixyz
Copy link
Contributor

Vrixyz commented Dec 10, 2024

fn contact_manifold_convex_convex(
&self,
pos12: &Isometry<Real>,
shape1: &dyn Shape,
shape2: &dyn Shape,
normal_constraints1: Option<&dyn NormalConstraints>,
normal_constraints2: Option<&dyn NormalConstraints>,
prediction: Real,
manifold: &mut ContactManifold<ManifoldData, ContactData>,
) -> Result<(), Unsupported> {

Also related:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant