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

Add a mesh-mesh distance function #2

Open
bcohen opened this issue Oct 28, 2014 · 0 comments
Open

Add a mesh-mesh distance function #2

bcohen opened this issue Oct 28, 2014 · 0 comments
Assignees

Comments

@bcohen
Copy link
Collaborator

bcohen commented Oct 28, 2014

I'm thinking of something like the following:

double computeDistance(mesh1_triangles, mesh1_indeces, mesh1_pose, mesh2_triangles, mesh2_indeces, mesh2_pose)
// negative value denotes collision

Doesn't have to be optimized enough to be used for collision checking. Won't be used in a time critical sequence at first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants