This package contains two simple OpenGL examples. I think they can help to start on studying such interesting thing as 3D graphics.
Landscape
This is a Little landscape flying OpenGL example. In most cases it is not a simple task to create a good landscape rendering engine. This simple example is more preferred for beginners who just start on studying OpenGL and 3D graphics. This example shows how to create some landscapes with the help of the simple C code and the OpenGL. Just in 6K of code.
The Cube of Power
This is just a cube of power of 3D Graphics. This is a very simple OpenGL example that shows how to create your first 3D scene