X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fflipflop.man;h=e3b1d2a0aa4b1d2e69a6efe362da3b1f5130ad87;hp=1ba6f5c080c1dd0683308feeae4696df1c49c317;hb=07faf451b99879183ed7e909e43a0e065be1ee7f;hpb=6a1da724858673ac40aa13a9612340d8bed8c7b9 diff --git a/hacks/glx/flipflop.man b/hacks/glx/flipflop.man index 1ba6f5c0..e3b1d2a0 100644 --- a/hacks/glx/flipflop.man +++ b/hacks/glx/flipflop.man @@ -6,12 +6,13 @@ flipflop - draws a grid of 3D squares that change positions [\-display \fIhost:display.screen\fP] [\-visual \fIvisual\fP] [\-window] -[\-root] +[\-count \fInumber\fP | \-free \fInumber\fP] +[\-size \fInumber\fP] +[\-size-x \fInumber\fP] +[\-size-y \fInumber\fP] +[\-spin \fInumber\fP] +[\-mode sticks | tiles] [\-delay \fInumber\fP] -[\-holdtime \fInumber\fP] -[\-changetime \fInumber\fP] -[\-no-texture] -[\-no-fog] [\-wireframe] [\-fps] .SH DESCRIPTION @@ -29,14 +30,42 @@ Draw on a newly-created window. This is the default. .B \-root Draw on the root window. .TP 8 +.B \-count \fInumber\fP +Number of tiles on the board. A value of "0" means "default". The +default number of tiles depends on the size of the board and the mode: +95% of total tiles for "tiles" mode and 80% of total sticks for +"sticks" mode (e.g. 76 tiles or 64 sticks for a 9x9 board). +.TP 8 +.B \-free \fInumber\fP +Number of tiles missing from the board. See -count. +.TP 8 +.B \-size \fInumber\fP +Number of tiles on each side of the board. Takes precedence over +-size-x and -size-y. Default: 9. +.TP 8 +.B \-size-x \fInumber\fP +Width (in tiles) of the board. Default: 9. +.TP 8 +.B \-size-y \fInumber\fP +Length (in tiles) of the board. Default: 9. +.TP 8 +.B \-spin \fInumber\fP +Angular velocity for the rotation of the board. +.TP 8 +.B \-mode sticks +Draw hopping sticks instead of flipping tiles. +.TP 8 +.B \-mode tiles +Draw flipping tiles. This is the default. +.TP 8 .B \-delay \fInumber\fP Per-frame delay, in microseconds. Default: 20000 (0.02 seconds.). .TP 8 -.B \-wireframe -Only draw outlines. -.TP 8 .B \-fps | \-no-fps Whether to show a frames-per-second display at the bottom of the screen. +.TP 8 +.B \-wireframe +Only draw outlines. .SH ENVIRONMENT .PP .TP 8 @@ -58,4 +87,5 @@ appear in supporting documentation. No representations are made about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. .SH AUTHOR -Kevin Ogden +Kevin Ogden . Some additional code by Sergio +Gutierrez .