Tutorial 1-5 | Tutorial 6-10 | Tutorial 11-15 | Tutorial 16-20 | Tutorial 21-25 | Tutorial 26-30
Lessons

 

Tutorial 06 : Texture Filters & Events

Run tutorial !

Author : Jouvieje
Thanks : NeHe

Description : This Tutorial the magnification/minification filters effect on the rendering.
It also introduce mouse events to translate and rotate the cube.

 

Tutorial 07 : Quadric shapes

Author : Jouvieje
Thanks : NeHe, Ron Sullivan

Description : This Tutorial draw more complicated shapes using GLU : sphere, cylinder, cone, disk.
It show how to apply transformation and manipulate transformation matrix.

New Functions : glPushMatrix, glPopMatrix, gluCylinder, gluSphere, gluDisk, gluQuadricTexture, gluQuadricDrawStyle

 

Tutorial 08 : LookAt - Split - Clipping

Run tutorial !

Author : Jouvieje
Thanks : The Red Book

Description : This Tutorial use the previous tutorial. The scene is modify by "cutting" shapes.
The resulting scene is drawn 3 times with a different view position.

New Functions : gluLookAt, glViewport, glClipPlane

 

Tutorial 09 : Blending

Run tutorial !

Author : Jouvieje
Thanks : NeHe, The Red Book

Description : This Tutorial creates transparent objects using blending.
We can see the yellow sphere drawn on the back of the transparent cube.

New Functions : glBlendFunc

 

Tutorial 10 : Fog & Time based movements

Run tutorial !

Author : Jouvieje
Thanks : NeHe

Description : This Tutorial use the scene of the tutorial 7. It creates 3 differents type of fog.
It also show you how create movement based on time passed between two frames. The resulting animation will runs at the same speed on all computers.

New Functions : glFog

 

Last modified on 04/10/2010
Copyright © 2004-2012 Jérôme JOUVIE - All rights reserved. http://jerome.jouvie.free.fr/