karansher / computer-graphics-ray-casting

Computer Graphics Assignment about Ray Casting
1 stars 0 forks source link

Is there an order to the triangle corners? #34

Open andyw1589 opened 1 year ago

andyw1589 commented 1 year ago

Are the triangle corners sorted in the tuple in a particular way? Or nah?

panuelosj commented 1 year ago

A, B, C are sorted such that following these corners in this order yields a righthand-oriented normal.