X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fflipflop.man;h=17691bce8490caad9dff8ac1aad7eee37d14a17d;hp=1ba6f5c080c1dd0683308feeae4696df1c49c317;hb=2762a7d7cf8d83e68b8f635941f6609119d630ae;hpb=6a1da724858673ac40aa13a9612340d8bed8c7b9 diff --git a/hacks/glx/flipflop.man b/hacks/glx/flipflop.man index 1ba6f5c0..17691bce 100644 --- a/hacks/glx/flipflop.man +++ b/hacks/glx/flipflop.man @@ -6,14 +6,16 @@ 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] +[\-texture] .SH DESCRIPTION Flipflop draws a grid of 3D colored tiles that change positions with each other. @@ -29,14 +31,45 @@ 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 \-fps | \-no\-fps +Display the current frame rate, CPU load, and polygon count. +.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. +.B \-texture | \-no\-texture +Whether to texture the tiles with a screen grab or an image. .SH ENVIRONMENT .PP .TP 8 @@ -58,4 +91,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 .