518
|
1 <?xml version="1.0"?>
|
|
2
|
|
3 <paranormal_preset>
|
|
4 <container_simple>
|
|
5 <container_once>
|
|
6 <cmap_bwgradient>
|
|
7 <low_index> 0 </low_index>
|
|
8 <high_index> 255 </high_index>
|
|
9 <color> 0, 161, 226 </color>
|
|
10 </cmap_bwgradient>
|
|
11 </container_once>
|
|
12 <xform_movement>
|
|
13 <formula> r=(tan(r)^sin(r)) </formula>
|
|
14 </xform_movement>
|
|
15 <wave_scope>
|
|
16 <init_script> points=192; t = -0.05; </init_script>
|
|
17 <frame_script> t = t + 0.05; </frame_script>
|
|
18 <sample_script> d = index + value; r = t + tan(index) * 3.141952924 * 4; x = (sin(r) * sin(d)) / 1.3; y = cos(r) * cos(d); </sample_script>
|
|
19 <lines> TRUE </lines>
|
|
20 </wave_scope>
|
|
21 <general_fade>
|
|
22 <amount> 3 </amount>
|
|
23 </general_fade>
|
|
24 <general_blur>
|
|
25 </general_blur>
|
|
26 </container_simple>
|
|
27 </paranormal_preset> |