1 .TH XScreenSaver 1 "" "X Version 11"
3 glhanoi - OpenGL Towers of Hanoi
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
10 [\-delay \fInumber\fP]
11 [\-count \fInumber\fP]
12 [\-poles \fInumber\fP]
13 [\-speed \fInumber\fP]
20 Implementation of Towers of Hanoi in OpenGL
23 .B \-visual \fIvisual\fP
24 Specify which visual to use. Legal values are the name of a visual class,
25 or the id number (decimal or hex) of a specific visual.
28 Draw on a newly-created window. This is the default.
31 Draw on the root window.
33 .B \-delay \fInumber\fP
34 Per-frame delay, in microseconds. Default: 30000 (0.03 seconds.).
36 .B \-count \fInumber\fP
37 Number of disks. Default: 7.
39 .B \-poles \fInumber\fP
40 Number of poles. Default: random from 3 to disks+1.
42 .B \-speed \fInumber\fP
43 Speed multiplier (for smallest disks). Default: 1.
45 .B \-wireframe | \-no-wireframe
46 Render in wireframe instead of solid.
52 Display the current frame rate, CPU load, and polygon count.
54 .B \-light | -no-light
55 Whether the scene is lit.
57 .B \-texture | \-no-texture
58 Render with textures instead of solid.
63 to get the default host and display number.
66 to get the name of a resource file that overrides the global resources
67 stored in the RESOURCE_MANAGER property.
72 Copyright \(co 2004 by Dave Atkinson. Permission to use, copy, modify,
73 distribute, and sell this software and its documentation for any purpose is
74 hereby granted without fee, provided that the above copyright notice appear
75 in all copies and that both that copyright notice and this permission notice
76 appear in supporting documentation. No representations are made about the
77 suitability of this software for any purpose. It is provided "as is" without
78 express or implied warranty.