Amy's attempt at a OpenGL tutorial
You can download this
tar.gzip
file, or access the files individually as mentioned below:
A simple GLUT example
ogl_test.c
A simple GLUT example, adding some mouse controlled motion
ogl_test2.c
A simple GLUT example, adding textures
ogl_texture.c
You will also need
texture.h
,
texture.C
, and
tree.rgba
A simple GLUT example, adding display lists
ogl_test3.c
A simple GLUT example, adding textures and display lists
ogl_test4.c
You will also need
texture.h
,
texture.C
, and
tree.rgba
Resources
Opengl.org
GLUT examples (coming soon)
3d_case_study_using_opengl.pdf
from
A 3D case study using OpenGL