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

Enable tracing origins for mesh_intersection #131

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

GlennWSo
Copy link

@GlennWSo GlennWSo commented Mar 1, 2023

Made changes to mesh_intersection.rs

Created an new function tracked_intersection that intersect meshes like intersect_meshes, but tracked_intersection also returns some metadata about the resulting trimesh so that the user can know from which input mesh each triangle was extracted.

Resolves #129

There is a number of ways one could go about create the tracking metadata, feedback would be much appreciated :)

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.

add option to track origin of mesh_intersection
1 participant