8a127f0ba78e98053bc525065a30f4dbdd30a1f5
[xscreensaver] / hacks / glx / superquadrics.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 superquadrics - morphing 3d shapes.
4 .SH SYNOPSIS
5 .B superquadrics
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
8 [\-window]
9 [\-root]
10 [\-delay \fInumber\fP]
11 [\-spinspeed \fInumber\fP]
12 [\-count \fInumber\fP]
13 [\-cycles \fInumber\fP]
14 [\-wireframe]
15 [\-fps]
16 .SH DESCRIPTION
17 Ed Mackey reports that he wrote the first version of this program in BASIC
18 on a Commodore 64 in 1987, as a 320x200 black and white wireframe. Now it
19 is GL and has specular reflections. 
20 .SH OPTIONS
21 .TP 8
22 .B \-visual \fIvisual\fP
23 Specify which visual to use.  Legal values are the name of a visual class,
24 or the id number (decimal or hex) of a specific visual.
25 .TP 8
26 .B \-window
27 Draw on a newly-created window.  This is the default.
28 .TP 8
29 .B \-root
30 Draw on the root window.
31 .TP 8
32 .B \-delay \fInumber\fP
33 Per-frame delay, in microseconds.  Default: 40000 (0.04 seconds.).
34 .TP 8
35 .B \-spinspeed \fInumber\fP
36 0.1 - 15.0.  Default: 5.0.
37 .TP 8
38 .B \-count \fInumber\fP
39 0 - 100.  Default: 25.
40 .TP 8
41 .B \-cycles \fInumber\fP
42 0 - 100.  Default: 40.
43 .TP 8
44 .B \-wireframe
45 Render in wireframe instead of solid.
46 .TP 8
47 .B \-fps
48 Display the current frame rate, CPU load, and polygon count.
49 .SH ENVIRONMENT
50 .PP
51 .TP 8
52 .B DISPLAY
53 to get the default host and display number.
54 .TP 8
55 .B XENVIRONMENT
56 to get the name of a resource file that overrides the global resources
57 stored in the RESOURCE_MANAGER property.
58 .SH SEE ALSO
59 .BR X (1),
60 .BR xscreensaver (1)
61 .SH COPYRIGHT
62 Copyright \(co 2002 by Ed Mackey.  Permission to use, copy, modify, 
63 distribute, and sell this software and its documentation for any purpose is 
64 hereby granted without fee, provided that the above copyright notice appear 
65 in all copies and that both that copyright notice and this permission notice
66 appear in supporting documentation.  No representations are made about the 
67 suitability of this software for any purpose.  It is provided "as is" without
68 express or implied warranty.
69 .SH AUTHOR
70 Ed Mackey.