alecjacobson / computer-graphics-meshes

Computer Graphics Assignment about Meshes
25 stars 30 forks source link

sphere top and bottom vertex #25

Open zyining opened 5 years ago

zyining commented 5 years ago

Hi,

I was wondering for the sphere, since the north and south pole vertices are at the same two locations for all quads around it, should we just have two vertex points to represent them? Or have many duplicates at the same location?

I.e. should/can a quad face have the same vertex index repeated?

abhimadan commented 5 years ago

Yes, either method works.

dakmcinnis commented 2 years ago

For anyone wondering, here's what Prof @dilevin mentioned was allowed during office hours:

Technically, there are other approaches you can take where you don't have duplicate vertices, but it's not necessary. Visually, it should look good (where as you zoom in, there's no big hole missing) and that's enough for A5!