Automated Presentation of directory src/tutorials/custEducation/opengl1/examples/dlists/

HUB | Up | Download | Pheedbak | Tree | Topic | A-Z | Search | Hot | New


to compile programs in the above-indicated sub- directories/trees,
one must load libglut. inst-able images of GLUT v3.1 are located at
toolbox/src/exampleCode/opengl/GLUT/inst/


README file from "dlists" directory


    ~opengl1/examples/dlists README

            Copyright 1991-1996, Silicon Graphics,  Inc.
            Technical Education Development
            All Rights Reserved.



                    A collection of programs demonstrating
                   the use of display lists with the OpenGL.
   

   mountain.c:  code to draw a fractal mountain
	Adapted from code written by Benedikt Kessler, SGI Munich

   dlist.c:  renders fractal mountains with and without display lists,
	and compares the frames/second.

	Uses the code in mountain.c to draw fractal-based mountains.  A
	simple benchmarking loop runs for MAX_FRAME iteration, first in
	immediate mode and then again in display list mode.  The
	average frames/second is printed for each mode.

	Escape key               - exit the program

   fonts.c:  use display lists to create bitmap fonts from X fonts, and
	to create 3D fonts.

	Use glListBase() to set the base for a given font, and
	glCallLists() to render a string in the current font.

	Left Mousebutton        - move eye position 
	Middle Mousebutton      - change twist angle
	Right Mousebutton       - move up/down to zoom in/out
	<f> key			- cycle thru outline/filled/stroke/bitmap fonts
	<R> Key			- reset viewpoint 
	Escape key              - exit the program 

   koosh.c:  renders a rotating koosh ball.  The lighting resources are kept in
	display lists which are called by the main koosh ball display list.

	<m> key 	        - change material properties
	<l> key        		- change light model
	<i> key         	- change light intensity
	Escape key              - exit the program


Files of interest from "src/tutorials/custEducation/opengl1/examples/dlists" directory

Source

Documentation

Reference


Select any combo of files you'd like to send yourself a compressed tar image of. Executables/scripts are indicated with a trailing `*' character. (Depending upon the browser, it may be necessary to hold down the Ctrl key to select/deselect disjoint items.) a compressed tar image of the above-selected items.
OR, ...
a compressed tar image of the entire dlists directory.

Copyright © 1996, Silicon Graphics, Inc.