Full Listing [Previous] results 1 to 7 of 78 [Next]
OpenGL Programming Examples
http://openglsamples.sourceforge.net/projects/index.php/blog/index/
This site contains implementations of several loaders, in simple to use examples. The loaders included are: TGA image loader, OBJ, PLY, MD2 and PLY model loaders. It also covers some basic opengl features such as GLUTs models.
2010-11-13
Car Physics for Games
http://home.planet.nl/~monstrous/tutcar.html
A full length tutorial about vehicle physics. All the details with equation and graphics to illustrate the concepts presented. Equations are provided throughout the tutorial. Excellent stuff!
2005-01-15
Space Simulator 3DS loader
http://www.spacesimulator.net/tut4_3dsloader.html
A clear explanation of the 3DS file format, followed by some C code to load vertex data.
2005-01-14
Making Cellular Textures
http://www.blackpawn.com/texts/cellular/default.html
Good tutorial about procedural textures using Worley's approach. Provides pseudo code and examples
2004-06-16
Spherical Harmonic Lighting
http://www.paulsprojects.net/opengl/sh/sh.html
A demo using spherical harmonics lighting. Not exactly a tutorial but contains lots of usefull information that can facilitate the understanding of some of the gritty details
2004-05-10
Spherical Harmonical Lighting with OpenGL
http://www.yasrt.org/shlighting/
A short tutorial on the essence of Spherical Harmonics Lighting and a demo application
2004-05-02
A sketch book on L systems
http://coco.ccu.uniovi.es/malva/sketchbook/
An excellent tutorial on L-Systems, with lots of downloadable documents and a viewer that is very complete.
2004-02-22