Replies: 3 comments 1 reply
-
This is an algorithm for converting a signed distance field to a triangle mesh. It's not trivial to implement. Dual Contouring is highly prone to creating defective meshes with self intersections, which is bad for rendering, 3D printing, import into OpenScad. You can spend years trying to fix these problems. And Matt has put years of work into implementing the libfive meshing algorithm.
β¦On Thu, Nov 3, 2022, at 2:22 PM, Kreyren wrote:
i found a reply from a guy who claims to be working on Clive/Tovero on reddit: https://www.reddit.com/r/Common_Lisp/comments/sbm3d9/comment/hvvnflt/?utm_source=reddit&utm_medium=web2x&context=3
Quote:
> Or, save yourself a lot of effort, get the paper "Dual Contouring of Hermite Data", Tao Ju, et al. Implement it in pure Common Lisp. Upload to Quicklisp. You will have a everything Libfive has and more, except C++ template metaprogramming. And you will save yourself four years, as a bonus.
>
Any idea what that means? Is this "Dual Contouring of Hermite Data" actually this benefitical?
Relevant research paper: https://www.cs.rice.edu/~jwarren/papers/dualcontour.pdf
β
Reply to this email directly, view it on GitHub <#512>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABIHVILI4SQ2Q5NOZPFFMGDWGP7H3ANCNFSM6AAAAAARWNQE4E>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
The author of that Reddit comment is suggesting that you re-implementing |
Beta Was this translation helpful? Give feedback.
0 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i found a reply from a guy who claims to worked on Clive/Tovero on reddit: https://www.reddit.com/r/Common_Lisp/comments/sbm3d9/comment/hvvnflt/?utm_source=reddit&utm_medium=web2x&context=3
Quote:
Any idea what that means? Is this "Dual Contouring of Hermite Data" actually this benefitical?
Relevant research paper: https://www.cs.rice.edu/~jwarren/papers/dualcontour.pdf
Beta Was this translation helpful? Give feedback.
All reactions