[12202] | 1 | .TH XScreenSaver 1 "6-dec-92" "X Version 11" |
---|
| 2 | .SH NAME |
---|
| 3 | hypercube - 2d projection of a 4d object |
---|
| 4 | .SH SYNOPSIS |
---|
| 5 | .B hypercube |
---|
| 6 | [\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP] [\-background \fIcolor\fP] [\-color[0-7] \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 |
---|
| 8 | The \fIhypercube\fP program displays a wireframe projection of a hypercube |
---|
| 9 | which is rotating at user-specified rates around any or all of its four axes. |
---|
| 10 | .SH OPTIONS |
---|
| 11 | .I hypercube |
---|
| 12 | accepts the following options: |
---|
| 13 | .TP 8 |
---|
| 14 | .B \-window |
---|
| 15 | Draw on a newly-created window. This is the default. |
---|
| 16 | .TP 8 |
---|
| 17 | .B \-root |
---|
| 18 | Draw on the root window. |
---|
| 19 | .TP 8 |
---|
| 20 | .B \-mono |
---|
| 21 | If on a color display, pretend we're on a monochrome display. |
---|
| 22 | .TP 8 |
---|
| 23 | .B \-install |
---|
| 24 | Install a private colormap for the window. |
---|
| 25 | .TP 8 |
---|
| 26 | .B \-visual \fIvisual\fP |
---|
| 27 | Specify which visual to use. Legal values are the name of a visual class, |
---|
| 28 | or the id number (decimal or hex) of a specific visual. |
---|
| 29 | .TP 8 |
---|
| 30 | .B \-delay \fImicroseconds\fP |
---|
| 31 | How much of a delay should be introduced between steps of the animation. |
---|
| 32 | Default 100000, or about 1/10th second. |
---|
| 33 | .TP 8 |
---|
| 34 | .B \-observer-z \fIint\fP |
---|
| 35 | How far away the observer is from the center of the cube (the cube is one |
---|
| 36 | unit per side.) Default 5. |
---|
| 37 | .TP 8 |
---|
| 38 | .B \-color0 \fIcolor\fP |
---|
| 39 | .TP 8 |
---|
| 40 | .B \-color1 \fIcolor\fP |
---|
| 41 | .TP 8 |
---|
| 42 | .B \-color2 \fIcolor\fP |
---|
| 43 | .TP 8 |
---|
| 44 | .B \-color3 \fIcolor\fP |
---|
| 45 | .TP 8 |
---|
| 46 | .B \-color4 \fIcolor\fP |
---|
| 47 | .TP 8 |
---|
| 48 | .B \-color5 \fIcolor\fP |
---|
| 49 | .TP 8 |
---|
| 50 | .B \-color6 \fIcolor\fP |
---|
| 51 | .TP 8 |
---|
| 52 | .B \-color7 \fIcolor\fP |
---|
| 53 | The colors used to draw the line segments bordering the eight faces of |
---|
| 54 | the cube. Some of the faces have only two of their border-lines drawn in |
---|
| 55 | the specified color, and some have all four. |
---|
| 56 | .TP 8 |
---|
| 57 | .B \-xw \fIfloat\fP |
---|
| 58 | .TP 8 |
---|
| 59 | .B \-xy \fIfloat\fP |
---|
| 60 | .TP 8 |
---|
| 61 | .B \-xz \fIfloat\fP |
---|
| 62 | .TP 8 |
---|
| 63 | .B \-yw \fIfloat\fP |
---|
| 64 | .TP 8 |
---|
| 65 | .B \-yz \fIfloat\fP |
---|
| 66 | .TP 8 |
---|
| 67 | .B \-zw \fIfloat\fP |
---|
| 68 | The amount that the cube should be rotated around the specified axis at |
---|
| 69 | each frame of the animation, expressed in radians. These should be small |
---|
| 70 | floating-point values (less than 0.05 works best.) Default: xy=0.01, |
---|
| 71 | xz=0.005, yw=0.01. |
---|
| 72 | .SH ENVIRONMENT |
---|
| 73 | .PP |
---|
| 74 | .TP 8 |
---|
| 75 | .B DISPLAY |
---|
| 76 | to get the default host and display number. |
---|
| 77 | .TP 8 |
---|
| 78 | .B XENVIRONMENT |
---|
| 79 | to get the name of a resource file that overrides the global resources |
---|
| 80 | stored in the RESOURCE_MANAGER property. |
---|
| 81 | .SH SEE ALSO |
---|
| 82 | .BR X (1), |
---|
| 83 | .BR xscreensaver (1) |
---|
| 84 | .SH COPYRIGHT |
---|
| 85 | Copyright \(co 1992 by Jamie Zawinski. Permission to use, copy, modify, |
---|
| 86 | distribute, and sell this software and its documentation for any purpose is |
---|
| 87 | hereby granted without fee, provided that the above copyright notice appear |
---|
| 88 | in all copies and that both that copyright notice and this permission notice |
---|
| 89 | appear in supporting documentation. No representations are made about the |
---|
| 90 | suitability of this software for any purpose. It is provided "as is" without |
---|
| 91 | express or implied warranty. |
---|
| 92 | .SH AUTHOR |
---|
| 93 | Jamie Zawinski <jwz@jwz.org>, 6-dec-92. |
---|