1Really Slick ScreenSavers(1)General Commands ManualReally Slick ScreenSavers(1)
2
3
4
6 lattice - linked rings.
7
9 lattice [--root/-r] [--maxfps/-x number] [--nice/-n] [--preset/-p num‐
10 ber] [--longitude/-l number] [--latitude/-L number] [--thick/-t number]
11 [--density/-d number] [--drawdepth/-D number] [--fov/-o number]
12 [--pathrand/-P number] [--speed/-e number] [--texture/-T number]
13 [--smooth/-s] [--no-smooth/-S] [--fog/-f] [--no-fog/-F]
14
16 From Terry Walsh (http://reallyslick.demonews.com): "Fly through an
17 endless world of linked rings. You can choose from several different
18 textures for the rings and alter the comlexity of the lattice struc‐
19 ture."
20
21 Ported to Linux by Tugrul Galatali.
22
24 --root Draw on the root window.
25
26 --maxfps number
27 Set maximum frame rate.
28
29 --nice Idle between frames using select(), or, if --maxfps is speci‐
30 fied, idle in the fps limiting delay loop.
31
32 --preset number
33 1 - Regular (--regular)
34 2 - Chainmail (--chainmail)
35 3 - Brass Mesh (--brassmesh)
36 4 - Computer (--computer)
37 5 - Slick (--slick)
38 6 - Tasty (--tasty)
39
40 Presets that override all options that come before it on the
41 command line. 1 - 6. Default: 1
42
43 --longitude number
44 Longitudinal divisions of tori. 4 - 100. Default: 16
45
46 --latitude number
47 Latitudinal divisions of tori. 2 - 100. Default: 8
48
49 --thick number
50 Thickness of tori. 1 - 100. Default: 50
51
52 --density number
53 Density. 1 - 100. Default: 50
54
55 --drawdepth number
56 Depth. 1 - 8. Default: 4
57
58 --fov number
59 Field of view. 10 - 150. Default: 90
60
61 --pathrand number
62 Randomness of camera path. 1 - 10. Default: 7
63
64 --speed number
65 Speed. 1 - 100. Default: 10
66
67 --texture number
68 0 - None
69 1 - Industrial (--industrial)
70 2 - Crystal (--crystal)
71 3 - Chrome (--chrome)
72 4 - Brass (--brass)
73 5 - Shiny (--shiny)
74 6 - Ghostly (--ghostly)
75 7 - Circuits (--circuits)
76 8 - Doughnuts (--doughnuts)
77 9 - random
78
79 Default: 0
80
81 --smooth
82 Smooth surfaces.
83
84 --fog Enable fog.
85
87 DISPLAY to get the default host and display number.
88
90 X(1),
91
93 Copyright © 2002 by Terry Walsh and Tugrul Galatali.
94
95 Lattice is free software; you can redistribute it and/or modify it
96 under the terms of the GNU General Public License version 2 as pub‐
97 lished by the Free Software Foundation.
98
99 Lattice is distributed in the hope that it will be useful, but WITHOUT
100 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
101 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
102 for more details.
103
105 Terry Walsh and Tugrul Galatali <tugrul@galatali.com>
106
107
108
109
110X Version 11 Really Slick ScreenSavers(1)