parry icon indicating copy to clipboard operation
parry copied to clipboard

Enable tracing origins for mesh_intersection

Open GlennWSo opened this issue 1 year ago • 0 comments

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 :)

GlennWSo avatar Mar 01 '23 07:03 GlennWSo