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

3rd-party 3D Constrained Delaunay Triangulation/Tetrahedrization (CDT) #22326

Open
DamrongGuoy opened this issue Dec 18, 2024 · 2 comments
Open
Assignees
Labels
component: geometry proximity Contact, distance, signed distance queries and related properties type: feature request

Comments

@DamrongGuoy
Copy link
Contributor

DamrongGuoy commented Dec 18, 2024

Placeholder to study how to include 3D CDT library into Drake.

Support #22230 epic.

@DamrongGuoy DamrongGuoy self-assigned this Dec 18, 2024
@DamrongGuoy DamrongGuoy moved this to In Progress in #dynamics (Drake board) Dec 18, 2024
@DamrongGuoy DamrongGuoy added the component: geometry proximity Contact, distance, signed distance queries and related properties label Dec 18, 2024
@DamrongGuoy
Copy link
Contributor Author

DamrongGuoy commented Jan 13, 2025

https://github.com/MarcoAttene/CDT is used in a 2023 SIGGRAPH Asia paper. According to that paper, it is about 8.6% more robust than TetGen (https://github.com/libigl/tetgen).

Like TetGen, this code has GPL/LGPL licenses. I have asked Marco Attene whether he could re-license it as Apache 2.0 or BSD 3.

@DamrongGuoy
Copy link
Contributor Author

https://github.com/FabienPean/VegaFEM/blob/main/libraries/mesher/tetMesher.h is a re-implementation of TetGen with compatible licenses with Drake.

Nobody updated Vega FEM (https://viterbi-web.usc.edu/~jbarbic/vega/) at the University of Southern California for nearly five years. The latest release was v4.0 in 2018 (https://viterbi-web.usc.edu/~jbarbic/vega/download.html).

https://github.com/FabienPean/VegaFEM is an unofficial fork of Vega FEM 4.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: geometry proximity Contact, distance, signed distance queries and related properties type: feature request
Projects
Status: In Progress
Development

No branches or pull requests

1 participant