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

How to effectively use the mesh smoothing function? #61

Closed
ted944 opened this issue Jan 29, 2021 · 2 comments
Closed

How to effectively use the mesh smoothing function? #61

ted944 opened this issue Jan 29, 2021 · 2 comments

Comments

@ted944
Copy link

ted944 commented Jan 29, 2021

Hi,

I'm trying to use the "SurfaceSmoothing" class to smooth a surface mesh generated using MarchingCube algorithm.

I used the "ExplicitSmoothing" with the default parameters, but somehow I don't see any smoothing effect. The surface looks like before, with all the voxel edges etc. I'd like to get a smoother surface for the mesh.

This example is a portion of the mesh after 10 iterations of smoothing:

image

I'd like to get some feedback, if I'm using the right class and what values to use for the parameters.

Thanks for the great library you have developed, keep up the good work!

Ted

@dsieger
Copy link
Member

dsieger commented Jan 30, 2021

Please try to increase the number of iterations if you need more smoothing.

@dsieger
Copy link
Member

dsieger commented Feb 14, 2021

Closing due to lack of feedback

@dsieger dsieger closed this as completed Feb 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants