-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Investigate fast bool paper #97
Comments
See this image specifically as it relates to #51 |
TODO
Questions
|
Using "Constrained Delaunay Triangulation" may be the simplest way to get this working. See js implementation: https://github.com/savithru-j/cdt-js Additionally - a more effective way to deal with coplanar patches is to just remove the unnecessary ones without having to perform raycasts. This may require matching the trimmed patches between the clipped triangles. |
https://twitter.com/Xelatihy/status/1597995979105787905
The text was updated successfully, but these errors were encountered: