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
|
[preset00]
fRating=3.000000
fGammaAdj=2.000000
fDecay=0.963000
fVideoEchoZoom=1.006596
fVideoEchoAlpha=0.000000
nVideoEchoOrientation=3
nWaveMode=5
bAdditiveWaves=1
bWaveDots=1
bModWaveAlphaByVolume=1
bMaximizeWaveColor=0
bTexWrap=1
bDarkenCenter=1
bMotionVectorsOn=0
bRedBlueStereo=0
nMotionVectorsX=12
nMotionVectorsY=9
bBrighten=0
bDarken=0
bSolarize=0
bInvert=0
fWaveAlpha=0.477921
fWaveScale=0.494100
fWaveSmoothing=0.090000
fWaveParam=-1.000000
fModWaveAlphaStart=0.710000
fModWaveAlphaEnd=1.300000
fWarpAnimSpeed=1.000000
fWarpScale=1.331000
fZoomExponent=1.000000
fShader=0.000000
zoom=1.085500
rot=0.020000
cx=0.500000
cy=0.500000
dx=0.005000
dy=0.000000
warp=0.198054
sx=1.000000
sy=1.000000
wave_r=0.650000
wave_g=0.650000
wave_b=0.650000
wave_x=0.499900
wave_y=0.500000
ob_size=0.010000
ob_r=0.000000
ob_g=0.000000
ob_b=0.000000
ob_a=0.000000
ib_size=0.010000
ib_r=0.250000
ib_g=0.250000
ib_b=0.250000
ib_a=0.000000
per_frame_1=ff = time/5;
per_frame_2=wave_r = sin(5*ff/2)/2+0.5;
per_frame_3=wave_g = -atan(ff/3)/2+0.5;
per_frame_4=wave_b = cos(3*ff/2)/2+0.5;
per_pixel_1=sx=(abs((sin(2*rad)-0.5))+abs(cos(ang))) + abs(sin(y));
per_pixel_2=sy=(abs((cos(2*rad)-0.5))+abs(atan(ang))) + abs(sin(x));
per_pixel_3=zoom = abs(atan(rad)/5)+0.7;
per_pixel_4=rot = -0.8-(abs(atan(pow(ang,3))/5));
|