Skip to content

Smoothing Triangle Meshes and WASM and JS #277

Answered by elalish
hrgdavor asked this question in Q&A
Discussion options

You must be logged in to vote

I'm so glad you asked! Indeed, I was trying to succeed where AMF failed. Did you try the Scallop example in https://manifoldcad.org/?

The Boolean ops only work on flat triangles, so you need to refine your low-res curved triangles sufficiently before doing operations on them. Thus they are better as inputs to the CAD workflow than for smoothing the end result. I'd eventually like to find a more hybrid, automatic approach, where the Boolean can refine only around intersections as necessary, but that'll take quite a bit of work.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@hrgdavor
Comment options

@elalish
Comment options

Answer selected by hrgdavor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants