Index of /classes/opengl/examples/alpha_blending

      Name                    Last modified       Size  Description

[DIR] Parent Directory 19-Jun-1999 10:32 - [TXT] Makedepend 07-Jun-1999 10:18 1k [TXT] Makefile 05-Jun-1999 22:59 1k [TXT] Makefile.win 05-Jun-1999 22:59 1k [TXT] alpha 07-Jun-1999 10:18 141k [TXT] alpha.c 05-Jun-1999 22:59 8k [TXT] alpha3D 07-Jun-1999 10:18 141k [TXT] alpha3D.c 05-Jun-1999 22:59 9k [TXT] antialias 07-Jun-1999 10:18 124k [TXT] antialias.c 05-Jun-1999 22:59 9k


      ~opengl/examples/alpha_blending README

            Copyright 1991-1999 Silicon Graphics,  Inc.
            All Rights Reserved.



    alpha.c  - demonstrates how to use alpha blending to draw transparent
		objects

	Axes: X - red, Y - green, Z - blue

	Left Mousebutton        - move eye position
	Middle Mousebutton      - change twist angle
	Right Mousebutton       - move up / down to zoom in / out
	<b> Key  	        - cycle through 3 blend functions
	<R> Key         	- reset view
	Escape Key              - exit the program


    alpha3D.c  - demonstrates how to use alpha blending to draw transparent 3D
		objects

	Axes: X - red, Y - green, Z - blue

	Left Mousebutton        - move eye position
	Middle Mousebutton      - change twist angle
	Right Mousebutton       - move up / down to zoom in / out
	<b> Key        	 	- cycle through 3 blend functions
	<d> Key        	 	- toggle depth mask on / off
	<R> Key  		- reset view
	Escape Key     		- exit the program


    antialias.c  - demonstrates how to use blending to render 
		some antialiased points and lines

	Left Mousebutton        - move eye position
	Middle Mousebutton      - change twist angle
	Right Mousebutton       - move up / down to zoom in / out
	<a> Key 	        - toggle antialiasing on / off
	<b> key        		- toggle blend function
	<o> Key         	- change the drawing order
	<R> Key         	- reset view
	Escape Key      	- exit the program