Open MelodyZ708 opened 4 weeks ago
The attached pictures are my subdivision results when running cube.obj, and the subdivided shape is apparently wrong.
Iteration 1:
Iteration 2:
And when i track the number of vertices generated for each iteration, i found it significantly increased for each time.
I strictly followed the algorithm and steps shown both in lecture and from wikipedia, so what might be the issue?
First, determine the locations of the new vertices on paper and verify if they match the computed vertices. If they do, then the issue is with the matrix F.
The attached pictures are my subdivision results when running cube.obj, and the subdivided shape is apparently wrong.
Iteration 1:
Iteration 2:
And when i track the number of vertices generated for each iteration, i found it significantly increased for each time.
I strictly followed the algorithm and steps shown both in lecture and from wikipedia, so what might be the issue?