source: trunk/third/xscreensaver/hacks/hyperball.man @ 15683

Revision 15683, 2.5 KB checked in by ghudson, 24 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r15682, which included commits to RCS files with non-trunk default branches.
Line 
1.TH XScreenSaver 1 "" "X Version 11"
2.SH NAME
3hyperball - 2d projection of a 4d object
4.SH SYNOPSIS
5.B hyperball
6[\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP] [\-background \fIcolor\fP] [\-xy \fIfloat\fP] [\-xz \fIfloat\fP] [\-yz \fIfloat\fP] [\-xw \fIfloat\fP] [\-yw \fIfloat\fP] [\-zw \fIfloat\fP] [\-observer-z \fIint\fP] [\-delay \fIusecs\fP] [\-window] [\-root] [\-mono] [\-install] [\-visual \fIvisual\fP]
7.SH DESCRIPTION
8The \fIhyperball\fP program displays a wireframe projection of a hyperball
9which is rotating at user-specified rates around any or all of its four axes.
10.SH OPTIONS
11.I hyperball
12accepts the following options:
13.TP 8
14.B \-window
15Draw on a newly-created window.  This is the default.
16.TP 8
17.B \-root
18Draw on the root window.
19.TP 8
20.B \-mono
21If on a color display, pretend we're on a monochrome display.
22.TP 8
23.B \-install
24Install a private colormap for the window.
25.TP 8
26.B \-visual \fIvisual\fP
27Specify which visual to use.  Legal values are the name of a visual class,
28or the id number (decimal or hex) of a specific visual.
29.TP 8
30.B \-delay \fImicroseconds\fP
31How much of a delay should be introduced between steps of the animation.
32Default 100000, or about 1/10th second.
33.TP 8
34.B \-observer-z \fIint\fP
35How far away the observer is from the center of the cube (the cube is one
36unit per side.)  Default 5.
37.TP 8
38.B \-xw \fIfloat\fP
39.TP 8
40.B \-xy \fIfloat\fP
41.TP 8
42.B \-xz \fIfloat\fP
43.TP 8
44.B \-yw \fIfloat\fP
45.TP 8
46.B \-yz \fIfloat\fP
47.TP 8
48.B \-zw \fIfloat\fP
49The amount that the ball should be rotated around the specified axis at
50each frame of the animation, expressed in radians.  These should be small
51floating-point values (less than 0.05 works best.)  Default: xy=0.01,
52xz=0.005, yw=0.01.
53.SH ENVIRONMENT
54.PP
55.TP 8
56.B DISPLAY
57to get the default host and display number.
58.TP 8
59.B XENVIRONMENT
60to get the name of a resource file that overrides the global resources
61stored in the RESOURCE_MANAGER property.
62.SH SEE ALSO
63.BR X (1),
64.BR xscreensaver (1)
65.SH COPYRIGHT
66Copyright \(co 2000 by Joe Keane.  Permission to use, copy, modify,
67distribute, and sell this software and its documentation for any purpose is
68hereby granted without fee, provided that the above copyright notice appear
69in all copies and that both that copyright notice and this permission notice
70appear in supporting documentation.  No representations are made about the
71suitability of this software for any purpose.  It is provided "as is" without
72express or implied warranty.
73.SH AUTHOR
74Joe Keane <jgk@jgk.org>
Note: See TracBrowser for help on using the repository browser.