Skip to content

Commit 0b4d0e0

Browse files
author
Sebastien Bourdeauducq
committedNov 29, 2011
New patch
1 parent 031740c commit 0b4d0e0

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed
 

‎patches/Lekernel - Sailing.fnp

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
imagefile1=m_logo.png
2+
imagefile2=pleiades.jpg
3+
image1_a=1
4+
image2_a=0.5
5+
decay=0.7
6+
bTexWrap=1
7+
fWarpAnimSpeed=1
8+
fWarpScale=1
9+
zoom=1.205
10+
rot=0
11+
cx=0.5
12+
cy=0.5
13+
dx=0
14+
dy=0
15+
warp=0.016046
16+
sx=1
17+
sy=1
18+
per_frame=image1_zoom=0.8+0.2*sin(1.21*time)
19+
per_frame=image2_zoom=2+0.2*sin(0.98*time)
20+
per_frame=image2_x=0.5+0.1*sin(2.82*time)
21+
per_frame=image2_y=0.5+0.1*sin(1.98*time)
22+
per_frame=zoom = zoom + 0.013*( 0.60*sin(0.339*time) + 0.40*sin(0.276*time) );
23+
per_frame=rot = rot + 0.040*( 0.60*sin(0.381*time) + 0.40*sin(0.579*time) );
24+
per_frame=cx = cx + 0.003*( 0.60*sin(0.471*time) + 0.40*sin(0.297*time) );
25+
per_frame=cy = cy + 0.003*( 0.60*sin(0.379*time) + 0.40*sin(0.351*time) );
26+
per_frame=dx = dx + 0.003*( 0.60*sin(0.234*time) + 0.40*sin(0.277*time) );
27+
per_frame=rot=rot+0.02*(sin(time*2.134)+sin(time*1.7134)+sin(time*2.834));
28+
per_frame=dx=dx+0.02*(sin(time*1.134)+sin(time*0.7134)+sin(time*2.334));
29+
per_frame=dy=dy+0.02*(sin(time*1.8834)+sin(time*1.0144)+sin(time*1.334));

‎patches/m_logo.png

5.95 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.