From http://www.jwz.org/xscreensaver/xscreensaver-5.23.tar.gz
[xscreensaver] / hacks / glx / spheremonics.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 spheremonics - 3d spherical harmonic shapes.
4 .SH SYNOPSIS
5 .B spheremonics
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
8 [\-window]
9 [\-root]
10 [\-delay \fInumber\fP]
11 [\-duration \fInumber\fP]
12 [\-resolution \fInumber\fP]
13 [\-wander]
14 [\-no-spin]
15 [\-spin \fI[XYZ]\fP]
16 [\-wireframe]
17 [\-no-smooth]
18 [\-no-grid]
19 [\-bbox]
20 [\-fps]
21 .SH DESCRIPTION
22 These closed objects are commonly called spherical harmonics, although they
23 are only remotely related to the mathematical definition found in the
24 solution to certain wave functions, most notable the eigenfunctions of
25 angular momentum operators.
26 .SH OPTIONS
27 .TP 8
28 .B \-visual \fIvisual\fP
29 Specify which visual to use.  Legal values are the name of a visual class,
30 or the id number (decimal or hex) of a specific visual.
31 .TP 8
32 .B \-window
33 Draw on a newly-created window.  This is the default.
34 .TP 8
35 .B \-root
36 Draw on the root window.
37 .TP 8
38 .B \-delay \fInumber\fP
39 Per-frame delay, in microseconds.  Default: 30000 (0.03 seconds.).
40 .TP 8
41 .B \-duration \fInumber\fP
42 Duration.  5 - 1000.  Default: 100.
43 .TP 8
44 .B \-resolution \fInumber\fP
45 Resolution.  5 - 100.  Default: 64.
46 .TP 8
47 .B \-wander | \-no-wander
48 Whether the object should wander around the screen.
49 .TP 8
50 .B \-spin \fI[XYZ]\fP
51 Around which axes should the object spin?
52 .TP 8
53 .B \-no-spin
54 Don't spin.
55 .TP 8
56 .B \-wireframe
57 Render in wireframe instead of solid.
58 .TP 8
59 .B \-smooth | \-no-smooth
60 Smoothed Lines.  Boolean.
61 .TP 8
62 .B \-grid | \-no-grid
63 Draw Grid.  Boolean.
64 .TP 8
65 .B \-bbox | \-no-bbox
66 Draw Bounding Box.  Boolean.
67 .TP 8
68 .B \-fps
69 Display the current frame rate, CPU load, and polygon count.
70 .SH ENVIRONMENT
71 .PP
72 .TP 8
73 .B DISPLAY
74 to get the default host and display number.
75 .TP 8
76 .B XENVIRONMENT
77 to get the name of a resource file that overrides the global resources
78 stored in the RESOURCE_MANAGER property.
79 .SH SEE ALSO
80 .BR X (1),
81 .BR xscreensaver (1)
82 .SH COPYRIGHT
83 Copyright \(co 2002 by Paul Bourke and Jamie Zawinski.  Permission to
84 use, copy, modify, distribute, and sell this software and its
85 documentation for any purpose is hereby granted without fee, provided
86 that the above copyright notice appear in all copies and that both that
87 copyright notice and this permission notice appear in supporting
88 documentation.  No representations are made about the suitability of
89 this software for any purpose.  It is provided "as is" without express
90 or implied warranty.
91 .SH AUTHOR
92 Paul Bourke and Jamie Zawinski.