http://ftp.ksu.edu.tw/FTP/FreeBSD/distfiles/xscreensaver-4.23.tar.gz
[xscreensaver] / hacks / glx / tangram.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 tangram - watch the computer solve tangram puzzles.
4 .SH SYNOPSIS
5 .B tangram 
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
8 [\-window]
9 [\-root]
10 [\-delay \fInumber\fP]
11 [\-wireframe]
12 [\-viewing_time \fInumber\fP]
13 [\-rotate]
14 .SH DESCRIPTION
15 The \fItangram\fP program uses a view basic shapes to build silhouettes of recognizable objects.
16 .SH OPTIONS
17 .I tangram
18 accepts the following options:
19 .TP 8
20 .B \-visual \fIvisual\fP
21 Specify which visual to use.  Legal values are the name of a visual class,
22 or the id number (decimal or hex) of a specific visual.
23 .TP 8
24 .B \-window
25 Draw on a newly-created window.  This is the default.
26 .TP 8
27 .B \-root
28 Draw on the root window.
29 .TP 8
30 .B \-delay \fInumber\fP
31 Per-frame delay, in microseconds.  Default: 30000 (0.03 seconds.).
32 .TP 8
33 .B \-wireframe | \-no-wireframe
34 Render in wireframe instead of solid.
35 .TP 8
36 .B \-viewing_time \fInumber\fP 
37 Specify the length of time, in seconds, that the finished puzzle
38 .TP 8
39 .B \-rotate | \-no-rotate
40 Rotate the camera around the puzzle.
41 .SH ENVIRONMENT
42 .PP
43 .TP 8
44 .B DISPLAY
45 to get the default host and display number.
46 .TP 8
47 .B XENVIRONMENT
48 to get the name of a resource file that overrides the global resources
49 stored in the RESOURCE_MANAGER property.
50 .SH SEE ALSO
51 .BR X (1),
52 .BR xscreensaver (1)
53 .SH COPYRIGHT
54 Copyright \(co 2005 by Jeremy English.  Permission to use, copy, modify, 
55 distribute, and sell this software and its documentation for any purpose is 
56 hereby granted without fee, provided that the above copyright notice appear 
57 in all copies and that both that copyright notice and this permission notice
58 appear in supporting documentation.  No representations are made about the 
59 suitability of this software for any purpose.  It is provided "as is" without
60 express or implied warranty.
61 .SH AUTHOR
62 Jeremy English <jhe@jeremyenglish.org>