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.
|