dilevin / computer-graphics-meshes

Computer Graphics Assignment about Meshes
1 stars 5 forks source link

Longitude/Latitude and theta/phi #42

Open pjsmith97 opened 4 years ago

pjsmith97 commented 4 years ago

I'm currently debugging my code since my sphere's faces don't render properly. I know which lines are longitude and latitude, but when it says "longitude direction" does it mean up/down as in how the lines are drawn, or left to right like how longitude is used to measure on a globe?

EDIT: To be clear, the faces are being mapped to the right vertices, the vertex map is what's failing.