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 utility for optimizing and retopologizing geometry #75

Closed
gkjohnson opened this issue Sep 12, 2022 · 1 comment
Closed

Add utility for optimizing and retopologizing geometry #75

gkjohnson opened this issue Sep 12, 2022 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@gkjohnson
Copy link
Owner

When performing CSG it's best to have a minimal amount of triangles to intersect. With CSG operations some planar surfaces may have complex triangulations with internal vertices. The utility should use the half edge map to determine coplanar triangle connectedness, derive outside the outside loop, and retopologize using the three.js Earcut functionality.

@gkjohnson gkjohnson added the help wanted Extra attention is needed label Sep 12, 2022
@gkjohnson gkjohnson added this to the v0.0.10 milestone Aug 18, 2023
@gkjohnson gkjohnson modified the milestones: v0.0.10, v0.0.11 Aug 27, 2023
@gkjohnson
Copy link
Owner Author

Closing in favor of #96

@gkjohnson gkjohnson removed this from the v0.0.11 milestone Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant