dilevin / computer-graphics-meshes

Computer Graphics Assignment about Meshes
1 stars 5 forks source link

Duplicated Vertices Along Seam #55

Open AlekseyPanas opened 10 months ago

AlekseyPanas commented 10 months ago

I know there have been many questions asked regarding duplicating vertices at the poles, but would it also be okay to duplicate vertices along the seam where the sphere meets? That is, going from 0 to 2pi, the sphere would meet itself along a longitude line where the angle is 0 and 2pi. I would have duplicated vertices here.

Zhecheng-Wang commented 10 months ago

I think it is an issue relatively easy to fix -- you just need to know where the 0 and 2pi-u_step vertices are, and connect them accordingly,

That being said, as long as you make sure it visually looks fine I don't think it will be a problem.