Name Last Update
..
CVS Loading commit data...
Texture.DELETED Loading commit data...
GNUmakefile Loading commit data...
Makefile Loading commit data...
Makefile.src Loading commit data...
PCmake Loading commit data...
README Loading commit data...
cfb.c Loading commit data...
char_data.h Loading commit data...
character.c Loading commit data...
character.h Loading commit data...
controller.c Loading commit data...
controller.h Loading commit data...
floor.c Loading commit data...
gtdemo.c Loading commit data...
gtdemo.h Loading commit data...
punch.c Loading commit data...
punch.h Loading commit data...
punchtable.c Loading commit data...
rdp_output.c Loading commit data...
rdp_output_len.c Loading commit data...
spec Loading commit data...
static.c Loading commit data...
timer.c Loading commit data...
timer.h Loading commit data...
turbo.c Loading commit data...
turbo.h Loading commit data...
walk.c Loading commit data...
walk.h Loading commit data...
walktable.c Loading commit data...
zbuffer.c Loading commit data...

			gtdemo

This app demonstrates:

 	- use of multiple graphics RCP tasks
 	- use of the turbo graphics code
	- host centroid sort for visibility determination
	- hierarchical character animation and complex host
	  matrix manipulations using floating point gu routines.

Controller:

       joystick:       move man around.
       arrow left:     punch left.
       arrow right:    punch right.
       A:              select a different man.
       B:              toggle sorting/z-buffering.
       + up:           move eye in.
       + down:         move eye out.
       G button:       starts/stops rotation of camera.
       Left/Right:     change direction of camera rotation.

Timer Bars:     (each green tick is 60Hz)

       dark blue:      background CPU time.
       light blue:     background RCP time.
       dark red:       foreground CPU time.
       light red:      foreground RCP time.