Overv / Open.GL

The source code and content of Open.GL.
http://open.gl/
1.07k stars 259 forks source link

Triangles in chapter 2, exercise 4 are now wound in anti-clockwise fa… #75

Open un-clouded opened 2 years ago

un-clouded commented 2 years ago

Hi there,

Thanks very much for the OpenGL tutorial! The last time I touched OpenGL it was version 1.2!

I had some trouble continuing on from the tutorial with textures being flipped. It turned out that I had the incorrect winding for the triangles. I remembered anti-clockwise from v1.2 but assumed that it had changed when I saw clockwise in the tutorial.

I can go through and change the rest of the example code and articles if it helps.

Thanks again for a superb tutorial!