Index of /classes/opengl
Name Last modified Size Description
Parent Directory 10-Jul-2008 07:19 -
Makefile 05-Jun-1999 22:58 1k
Makefile.win 05-Jun-1999 22:58 2k
OGL_instructor.html 05-Jun-1999 22:59 61k
OGL_relnotes.html 05-Jun-1999 22:59 18k
Ortho2D 05-Jun-1999 22:58 1k
RUN_DEMOS 05-Jun-1999 22:58 1k
VT-CAVE_Conv/ 21-Jun-1999 08:23 -
answers/ 19-Jun-1999 10:32 -
archive/ 19-Jun-1999 10:32 -
data/ 19-Jun-1999 10:32 -
demos/ 19-Jun-1999 10:32 -
examples/ 19-Jun-1999 10:32 -
include/ 19-Jun-1999 10:32 -
labs/ 19-Jun-1999 10:32 -
labs_kriz/ 19-Jun-1999 10:32 -
lib/ 19-Jun-1999 10:32 -
opengl.fnd 05-Jun-1999 22:59 6k
opengl.outbox 07-Jun-1999 09:09 1k
public_html/ 19-Jun-1999 10:32 -
setup/ 19-Jun-1999 10:32 -
setupNT.bat 05-Jun-1999 22:59 1k
OpenGL Programming Course - Notes for students
OGL-4.0-6.5 April 1999
filename: README
###############################################################################
This software will compile/run on a system running IRIX 6.5 or later.
All of the example, lab, and sample answer code will compile/run
under Windows NT 4.0 or later. Most of the demos also will compile
and run under Windows NT (See demos/README for a list of which
demos run in which environments).
IRIX software requirements: In addition to the standard IRIX subsystems,
you need c_dev, c_fe, ifl_dev, il_dev, compiler_dev, dev, irix_dev,
gl_dev (with all of gl_dev.sw), glut_dev, motif_dev, x_dev, desktop_tools.
Windows NT software requirements: In addition to the standard NT and
Visual C++ installations, you need to install GLUT (version 3.6 or later).
This subtree contains the software included in the OpenGL Programming
class course materials available through SGI's Global Customer Education
program. It is generally installed as ~opengl under IRIX and as \opengl
under Windows NT.
The subtree contains the following directories:
include
header files for functions in the class oglprog library.
lib
Additional functions used to reduce the amount of
code in each example.
examples
All of the code for the examples shown in the Student Manual.
answers
Sample solutions for the course laboratory exercises.
labs
Code for the course laboratory exercises.
demos
Extra demonstration programs and tutorials. One IRIX-only
tutorial comes only in binary form. All others include the
source.
Getting started under IRIX:
To build all the programs from the top enter
% make
The programs can be run from the buttonfly interface by entering
the command
% RUN_DEMOS
Getting started under Windows NT:
To build all the programs from the top, open a Command Prompt window
and enter:
> nmake -f Makefile.win
The programs can be launched from a single window by entering the command
> opengl.fnd
This will list all the executables in the directory, provided they have
been installed under c:\opengl.