http://www.tienza.es/crux/src/www.jwz.org/xscreensaver/xscreensaver-5.05.tar.gz
[xscreensaver] / hacks / glx / glhanoi.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 glhanoi - OpenGL Towers of Hanoi
4 .SH SYNOPSIS
5 .B glhanoi
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
8 [\-window]
9 [\-root]
10 [\-delay \fInumber\fP]
11 [\-count \fInumber\fP]
12 [\-wireframe]
13 [\-light]
14 [\-texture]
15 [\-fog]
16 [\-fps]
17 .SH DESCRIPTION
18 Implementation of Towers of Hanoi in OpenGL
19 .SH OPTIONS
20 .TP 8
21 .B \-visual \fIvisual\fP
22 Specify which visual to use.  Legal values are the name of a visual class,
23 or the id number (decimal or hex) of a specific visual.
24 .TP 8
25 .B \-window
26 Draw on a newly-created window.  This is the default.
27 .TP 8
28 .B \-root
29 Draw on the root window.
30 .TP 8
31 .B \-delay \fInumber\fP
32 Per-frame delay, in microseconds.  Default: 30000 (0.03 seconds.).
33 .TP 8
34 .B \-count \fInumber\fP
35 Number of disks.  Default: 7.
36 .TP 8
37 .B \-wireframe | \-no-wireframe
38 Render in wireframe instead of solid.
39 .TP 8
40 .B \-fog | \-no-fog
41 Render in fog.
42 .TP 8
43 .B \-fps | \-no-fps
44 Whether to show a frames-per-second display at the bottom of the screen.
45 .TP 8
46 .B \-light | -no-light
47 Whether the scene is lit.
48 .TP 8
49 .B \-texture | \-no-texture
50 Render with textures instead of solid.
51 .SH ENVIRONMENT
52 .PP
53 .TP 8
54 .B DISPLAY
55 to get the default host and display number.
56 .TP 8
57 .B XENVIRONMENT
58 to get the name of a resource file that overrides the global resources
59 stored in the RESOURCE_MANAGER property.
60 .SH SEE ALSO
61 .BR X (1),
62 .BR xscreensaver (1)
63 .SH COPYRIGHT
64 Copyright \(co 2004 by Dave Atkinson.  Permission to use, copy, modify, 
65 distribute, and sell this software and its documentation for any purpose is 
66 hereby granted without fee, provided that the above copyright notice appear 
67 in all copies and that both that copyright notice and this permission notice
68 appear in supporting documentation.  No representations are made about the 
69 suitability of this software for any purpose.  It is provided "as is" without
70 express or implied warranty.
71 .SH AUTHOR
72 Dave Atkinson.