blob: 8833eed9476c04e1fc8e45c45838c9680067ab0d (
plain)
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
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<screensaver name="rs-helios" _label="Really Slick Helios">
<command arg="-root" />
<number id="ions"
type="slider"
arg="-ions %"
_label="Ions"
_low-label="Few"
_high-label="Lots"
low="1"
high="30000"
default="1500"
/>
<number id="size"
type="slider"
arg="-size %"
_low-label="Small"
_high-label="Large"
low="1.0"
high="100.0"
default="10.0"
/>
<number id="speed"
type="slider"
arg="-speed %"
_low-label="Slow"
_high-label="Fast"
low="1.0"
high="100.0"
default="10.0"
/>
<number id="emitters"
type="slider"
arg="-emitters %"
_label="Emitters"
_low-label="Few"
_high-label="Lots"
low="1"
high="10"
default="3"
/>
<number id="attractors"
type="slider"
arg="-attractors %"
_label="Attractors"
_low-label="Few"
_high-label="Lots"
low="1"
high="10"
default="3"
/>
<number id="cameraspeed"
type="slider"
arg="-cameraspeed %"
_label="Motion"
_low-label="Slow"
_high-label="Fast"
low="0.0"
high="100.0"
default="10.0"
/>
<number id="blur"
type="slider"
arg="-blur %"
_low-label="Sharp"
_high-label="Blurry"
low="0.0"
high="100.0"
default="30.0"
/>
<select id="surface">
<option id="none"
_label="No surfaces"
arg-set="-no-surface"
/>
<option id="wireframe"
_label="Wireframe iso-surface"
arg-set="-wireframe"
/>
<option id="texture"
_label="Textured iso-surface"
/>
</select>
<file id="surfaceimage"
_label="Iso-surface PNG image"
arg="-surfaceimage %"
/>
<_description>
Beneath its shiny exterior, Helios's particles are powered by some basic
attraction/repulsion math. The Helion surfaces, on the other hand, are much
more complicated.
-- Terry Welsh, Really Slick Screensavers (http://www.reallyslick.com/)
This version by Michael Chapman <foonly@users.sourceforge.net>.
</_description>
</screensaver>
|