1OGLC Screensaver(1) General Commands Manual OGLC Screensaver(1)
2
3
4
6 hufo_tunnel - tunnel saver.
7
9 hufo_tunnel [--root/-r] [--maxfps/-x number] [--nice/-n] [--texture/-t
10 number] [--coarseness/-c number] [--sinusoide/-s] [--no-sinusoide/-S]
11 [--wireframe/-w] [--no-wireframe/-W]
12
14 From Jeremie Allard (http://hufo.planet-d.net/codefr_us.php): "A rewr‐
15 ited version of my first OpenGL Challenge entry. Something like a
16 rebirth :) After too much month of not participing to this challenge
17 I've done this little entry just to thanks Otry and BlackOrb for this
18 great new website."
19
20 Ported to Linux by Tugrul Galatali.
21
23 --root Draw on the root window.
24
25 --maxfps number
26 Set maximum frame rate.
27
28 --nice Idle between frames using select(), or, if --maxfps is speci‐
29 fied, idle in the fps limiting delay loop.
30
31 --texture number
32 1 - Swirl (--swirl)
33 2 - Marble (--marble)
34
35 Default: 1
36
37 --coarseness number
38 Coarseness of tunnel interior. 0 - 3. Default: 0
39
40 --sinusoide
41 Enable sinusoide size. Default: False
42
43 --wireframe
44 Enable wireframe. Default: False
45
47 DISPLAY to get the default host and display number.
48
50 X(1),
51
53 Copyright © 2000 by Jeremie Allard and Tugrul Galatali.
54
55 hufo_tunnel is free software; you can redistribute it and/or modify it
56 under the terms of the GNU General Public License version 2 as pub‐
57 lished by the Free Software Foundation.
58
59 hufo_tunnel is distributed in the hope that it will be useful, but
60 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
61 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
62 Public License for more details.
63
65 Jeremie Allard (Hufo / N.A.A.) <hufo@planet-d.net> and Tugrul Galatali
66 <tugrul@galatali.com>
67
68
69
70
71X Version 11 OGLC Screensaver(1)