Basic shading in OpenGL
Normals During the last few tutorials you’ve been dealing with normal without really knowing what…
3,313 total views, 2 views today
OpenGL
Normals During the last few tutorials you’ve been dealing with normal without really knowing what…
3,313 total views, 2 views today
In this tutorial we will learn how to load 3D meshes from files. We will…
3,460 total views, 4 views today
The interface Since this code will be re-used throughout the tutorials, we will put the…
11,283 total views, 5 views today
About UV coordinates When texturing a mesh, you need a way to tell to OpenGL…
3,816 total views, 4 views today
Draw a cube A cube has six square faces. Since OpenGL only knows about triangles,…
4,057 total views, 2 views today
Homogeneous coordinates Until then, we only considered 3D vertices as a (x,y,z) triplet. Let’s introduce…
3,156 total views, 2 views today
OpenGL 3 makes it easy to write complicated stuff, but at the expense that drawing…
2,840 total views, 2 views today
Introduction Welcome to the first tutorial ! Before jumping into OpenGL, you will first learn…
3,160 total views, 2 views today