File: xmountains.man

package info (click to toggle)
xmountains 2.10-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,408 kB
  • sloc: ansic: 2,795; makefile: 10
file content (223 lines) | stat: -rw-r--r-- 4,678 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
.de Id
.ds Rv \\$3
.ds Dt \\$4
..
.Id $Id: xmountains.man,v 1.14 1999/03/30 08:07:08 spb Exp $
.ds r \s-1RCS\s0
.if n .ds - \%--
.if t .ds - \(em
.TH XMOUNTAINS 1 
.SH NAME
xmountains \- A fractal landscape generator.
.SH SYNOPSIS
.B xmountains
[
.B bqgPdEmMrBnZIASTWFGCapcevfRltxsXYH
]

.SH DESCRIPTION
.B xmountains
is a X11 based fractal landscape generator.
It generates random fractal surfaces and displays them in a window.
While the program is running the fractal is continuously extended on the right
and the image is scrolled from right to left to expose the newly generated area.

.PP
Flags:
.br
.B \-b 
.RS
Use the root window.
.RE
.br
.B \-q 
.RS
Reset the root window when the program exits. This option is ignored
unless the program is using the root window.
.RE
.br
.B \-g [string] 
.RS
Set the geometry of the window.
.RE
.br
.B \-P [filename] 
.RS
Write the PID to the specified file.
.RE
.br
.B \-d [string] 
.RS
Set the display.
.RE
.br
.B \-E
.RS
Toggle the way that window repainting is done. By default the image
pixmap is installed as the background pixmap of the window and window
repainting should be performed automatically by the X server. If this
does not work on a particular system then this flag can be used to
enable explicit expose event processing. In the default mode root window images
will remain in place after the program exits.
.RE
.br
.B \-m 
.RS
Display a map of the surface rather than a perspective view.
.RE
.br
.B \-M
.RS
Disable reflections in the water.
.RE
.br
.B \-r [20] 
.RS
To reduce the load on the X server the program generates several columns of pixels before scrolling the image. This flag sets the number of columns.
A negative value reverses the direction of scrolling. A value of zero
makes the program scan across the window without scrolling at all.
.RE
.br
.B \-B [80] 
.RS
Set the number of shades of each colour that the program allocates.
.RE
.br
.B \-n [245] 
.RS
Set a maximum number of colours to use. This is just a different way of
setting the number of shades of each colour.
.RE
.br
.B \-Z [10] 
.RS
Set the number of seconds that the program sleeps after scrolling the screen.
.RE
.br
.B \-I [40.0] 
.RS
Set the vertical angle of illumination.
.RE
.br
.B \-A [0.0] 
.RS
Set the horizontal angle of illumination.
.RE
.br
.B \-S [0.6] 
.RS
Set the vertical stretch of the surface.
.RE
.br
.B \-T [0.5] 
.RS
Set the vertical shift of the surface.
.RE
.br
.B \-W [0.5] 
.RS
Set the height where the water occurs.
.RE
.br
.B \-F [1] 
.RS
Reduce the variation in the foreground height to ensure a good view of
the surface. This flag sets the number of iterations for which the
foreground height is constrained to a constant value.
.RE
.br
.B \-G [-1.0] 
.RS
Mean altitude for the for foreground.
.RE
.br
.B \-C [0.3] 
.RS
Set the contour parameter. The base colour of a point depends on its
height and how flat the surface is. This parameter controls the relative
importance of these factors.
.RE
.br
.B \-a [2.5] 
.RS
Set the Altitude of the viewpoint.
.RE
.br
.B \-p [4.0] 
.RS
Set the distance of the viewpoint from the front of the surface.
.RE
.br
.B \-c [1.0] 
.RS
Set the contrast parameter. Values too far from 1.0 will give strange results
.RE
.br
.B \-e [0.3] 
.RS
Set the ambient light level. This is a fractional value that sets how
bright shaded areas will be compared to fully illuminated ground.
.RE
.br
.B \-v [0.6] 
.RS
Set the vertical light level. The program also implements a secondary
light source shining from directly above the surface. This flag sets how
bright this light source is relative to the main light source.
.RE
.br
.B \-f [0.65] 
.RS
Set the fractal dimension of the surface. This should be in the range 0.5\-1.0.
.RE
.br
.B \-R [0] 
.RS
Set the seed for the random number generator. A value of 0 causes the seed to be set from the clock.
.RE
.br
.B \-l [10] 
.RS
Set the width of the surface. Increasing this value by one doubles the width of the surface.
.RE
.br
.B \-t [2] 
.RS
Set the number of non\-fractal iterations. Increasing this value by one doubles the average number of mountains across the width of the surface.
.RE
.br
.B \-x
.RS
Use cross updates (see under \-H)
.RE
.br
.B \-s [1]
.RS
Control the regeneration steps used to reduce creasing. There are three
possible regeneration steps controlled by the first 3 bits of this flag value.
(see under \-H)
.RE
.br
.B \-X [0.0]
.RS
regeneration step parameter (see under \-H)
.RE
.br
.B \-Y [0.0]
.RS
regeneration step parameter (see under \-H)
.RE
.br
.B \-H
.RS
Print a short description of the algorithm explaining the \-x \-s \-X
and \-Y parameters.
.RE

.PP

.SH IDENTIFICATION
Author: S.Booth@ed.ac.uk