Lecture 8: Mesh Representations and Geometry Processing (22)
ShrihanSolo
I believe this code finds the next triangle clockwise, rather than counter-clockwise, around vertex v from triangle t. Is there some explanation for why it is finding counter clockwise?
For example, the triangle counterclockwise around v[0] appears to be t[1] to me.
I believe this code finds the next triangle clockwise, rather than counter-clockwise, around vertex v from triangle t. Is there some explanation for why it is finding counter clockwise?
For example, the triangle counterclockwise around v[0] appears to be t[1] to me.