You are viewing the course site for a past offering of this course. The current offering may be found here.
Lecture 8: Meshes and Geometry Processing (28)
SeungjinYang

A word of caution here: Both edges mc and mb are treated as 'old' in the spligging phase of upsampling operation, even though one of those edges must be new. Referring to slide 41, look at how both of the edges that are components of what used to be an old edge is marked black instead of blue.

john-b-yang

I understand on the left hand side, there are two half edges (left and right) triangles. After the split, are there 4 or 6 half edges? In other words, are the original triangles retained or discarded?

Jordanwyli

@john-b-yang, I think the original triangles can be thought as if they were halved, and you would add an additional two half edges to the left triangle.

jchen12197

How come when we perform edge splitting, we need to create 3 new edges (am, dm, bm), but when we implement loop subdivision, we mark bm as an old edge?

jchen12197

[deleted]

You must be enrolled in the course to comment