Replies: 1 comment
-
I think you're doing it right, thought all those |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am currently trying to understand the possibilities of the smooth and refine operations. It seems very powerful!
I am applying the smooth operation on a simple shape:
When I set the smoothness for all halfedges to 0, I would expect to get the same 90 degrees angles back as they are in the original geometry.
Instead, with smoothness set to 0 (and refine to 2), I get this shape:
Where there is also an unwanted shift in the vertices:
When I set smoothness to 1, I get a shape that I would expect with this smoothness value:
The vertices also seem to be aligned correctly.
Am I using the sharpendEdges values wrongly?
This is the code:
Beta Was this translation helpful? Give feedback.
All reactions