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

2d support for from_bevy_mesh #428

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Aceeri
Copy link
Sponsor Contributor

@Aceeri Aceeri commented Sep 12, 2023

TODO:

  • We need to somehow convert a TriMesh into a Polyline for convex decomposition.
    First thought is to filter edges to ones that only have 1 connecting triangle, then walking along those points, but I'm unsure how you would deal with topology issues.
    Other thought it modify the VHACD parameters to take in a 2d trimesh as well and shoehorn it into the 3d trimesh setup.

@Vrixyz Vrixyz added D-Difficult Needs strong technical background, domain knowledge, or impacts are high, needs testing... P-Medium A-Geometry A-Integration very bevy specific labels May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Geometry A-Integration very bevy specific D-Difficult Needs strong technical background, domain knowledge, or impacts are high, needs testing... P-Medium
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants