Index of /classes/opengl

      Name                    Last modified       Size  Description

[DIR] Parent Directory 10-Jul-2008 07:19 - [TXT] Makefile 05-Jun-1999 22:58 1k [TXT] Makefile.win 05-Jun-1999 22:58 2k [TXT] OGL_instructor.html 05-Jun-1999 22:59 61k [TXT] OGL_relnotes.html 05-Jun-1999 22:59 18k [TXT] Ortho2D 05-Jun-1999 22:58 1k [TXT] RUN_DEMOS 05-Jun-1999 22:58 1k [DIR] VT-CAVE_Conv/ 21-Jun-1999 08:23 - [DIR] answers/ 19-Jun-1999 10:32 - [DIR] archive/ 19-Jun-1999 10:32 - [DIR] data/ 19-Jun-1999 10:32 - [DIR] demos/ 19-Jun-1999 10:32 - [DIR] examples/ 19-Jun-1999 10:32 - [DIR] include/ 19-Jun-1999 10:32 - [DIR] labs/ 19-Jun-1999 10:32 - [DIR] labs_kriz/ 19-Jun-1999 10:32 - [DIR] lib/ 19-Jun-1999 10:32 - [TXT] opengl.fnd 05-Jun-1999 22:59 6k [TXT] opengl.outbox 07-Jun-1999 09:09 1k [DIR] public_html/ 19-Jun-1999 10:32 - [DIR] setup/ 19-Jun-1999 10:32 - [TXT] 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.