OpenGL Example Code
The following examples require the GLUT
library.
-
glext.h - enumerants and prototypes for various OpenGL
extensions

-
rasonly.c - using OpenGL as a rasterization layer
- geometry is specified in screen coordinates
-
rasonly2.c - using OpenGL as a rasterization layer
- geometry is specified in clip coordinates
-
multitex.c - basic example of the ARB_multitexture
extension (requires glext.h)
-
Makefile.nt - makefile for Win32
-
Makefile.sgi - makefile for IRIX
Last updated June 29, 1999
This page is Y2K-compliant