CS184: Niels Joubert
 
   
  Niels Joubert's Foundations of Graphics web page.
'to make, little by little, the faulty good, the good better, and the better perfect.'
 
 
For coding, like art, should be admired on its own merits, and, like nature, should be investigated for its own wonders. Examples

Sample OBJ files
Here's an OBJ of the famous Teapot, using only vertices and triangle faces.

Developing C++ OpenGL applications with Eclipse and Linux
I prefer to use Eclipse for my Java and C++ development, and naturally I run Linux. It took a couple of tries to get everything installed and working, so let me share my methods.
Operating System: Ubuntu 7.10 Linux
Eclipse: Eclipse Classic v.3.3.x
Eclipse Plugins Installed: Subclipse, CDT
Debian Packages Installed: freeglut3-dev This link helped me get up and running!

C++ Basics
A simple swap example to demonstrate pointer swapping.
An example of deep versus shallow copying of objects.