alecjacobson / computer-graphics-meshes

Computer Graphics Assignment about Meshes
26 stars 30 forks source link

dimmed libigl image #9

Closed Madach97 closed 6 years ago

Madach97 commented 6 years ago

The image I see in libigl is dimmed. I am not able to figure out where I maybe going wrong. Any hints to point me in the right direction? I write out the face coordinates, vector normals, vector parameterization, face normals, face parameterization and the vector coordinates.

dull_output

Madach97 commented 6 years ago

figured it out. I had swapped the direction of the face normal. They were in the inward direction instead of outward.