source: trunk/third/xscreensaver/hacks/metaballs.man @ 20148

Revision 20148, 2.0 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20147, which included commits to RCS files with non-trunk default branches.
Line 
1.TH XScreenSaver 1 "" "X Version 11"
2.SH NAME
3MetaBalls.
4.SH SYNOPSIS
5.B MetaBalls
6[\-display \fIhost:display.screen\fP]
7[\-visual \fIvisual\fP]
8[\-window]
9[\-root]
10[\-ncolors \fInumber\fP]
11[\-count \fInumber\fP]
12[\-delay \fInumber\fP]
13[\-cycles \fInumber\fP]
14[\-radius \fInumber\fP]
15[\-delta \fInumber\fP]
16.SH DESCRIPTION
17This hack draws 2D metaballs to the screen by calculating the sum of the colors of all metaballs covering a pixel.
18Ported from the demo effects collection (http://demo-effects.sourceforge.net)
19.SH OPTIONS
20.TP 8
21.B \-visual \fIvisual\fP
22Specify which visual to use.  Legal values are the name of a visual class,
23or the id number (decimal or hex) of a specific visual.
24.TP 8
25.B \-window
26Draw on a newly-created window.  This is the default.
27.TP 8
28.B \-root
29Draw on the root window.
30.TP 8
31.B \-ncolors \fInumber\fP
32Number of Colors.  Default: 256.
33.TP 8
34.B \-count \fInumber\fP
35Number of MetaBalls.    2 - 255.  Default: 10.
36.TP 8
37.B \-delay \fInumber\fP
38Per-frame delay, in microseconds.  Default: 5000 (0.01 seconds.).
39.TP 8
40.B \-cycles \fInumber\fP
41Duration.  100 - 3000.  Default: 1000.
42.TP 8
43.B \-radius \fInumber\fP
44MetaBall Radius.  2 - 100.  Default: 100.
45.TP 8
46.B \-delta \fInumber\fP
47MetaBall Movement.  1 - 20.  Default: 3.
48.SH ENVIRONMENT
49.PP
50.TP 8
51.B DISPLAY
52to get the default host and display number.
53.TP 8
54.B XENVIRONMENT
55to get the name of a resource file that overrides the global resources
56stored in the RESOURCE_MANAGER property.
57.SH SEE ALSO
58.BR X (1),
59.BR xscreensaver (1)
60.SH COPYRIGHT
61Copyright \(co 2002-2003 by W.P. van Paassen.  Permission to use, copy, modify,
62distribute, and sell this software and its documentation for any purpose is
63hereby granted without fee, provided that the above copyright notice appear
64in all copies and that both that copyright notice and this permission notice
65appear in supporting documentation.  No representations are made about the
66        suitability of this software for any purpose.  It is provided "as is" without
67express or implied warranty.
68.SH AUTHOR
69W.P. van Paassen
Note: See TracBrowser for help on using the repository browser.