Closed talicopanda closed 2 years ago
Hi, I think the expected result should be like the bob-subdivision gif. My suggestion for debugging this is first using a simple object like a cube and checking which vertex is at the wrong position.
Found the issue, I misinterpreted Catmull-Clark as finding the midpoint of edges instead of the average of its adjacent face average values. Thanks.
Is this the result what we should be expecting for Catmull-Clark? I feel like my shape is a bit too pointy on the first and second iterations, but I am wondering if that's expected. If not, does anyone know what might be causing this pointy issue?
Original
Iteration 1
Iteration 2
Iteration 3
Iteration 4