// Split Colors by Dr. Lex (2000-10-18) // http://cryogen.com/dr.lex Resn=25, Durn="2", A0="rnd(.7) + .2", A1="rnd(.7) + .2", A2="rnd(.8) + .2", CamX="0", CamY="35", CamZ="10 * sin( a0 * t )", CmLX="0", CmLY="0", CmLZ="38", CUpX="sin( sin( a1 * t ) / 5 )", CUpY="cos( sin( a1 * t ) / 5 )", CUpZ="0", widt=260,heig=160, ConL=1,ConB=0, Fall="1", B0="sin( a2 * t )", // for "wave" motion C0="1 - dt^5", D0="2 * s", // for red D1="c0 * sqwv( d0 * 2 - 2 )", D2="2 * s + dt", // for green D3="c0 * sqwv( d2 * 2 - 3 )", D4="2 * s - dt", // for blue D5="c0 * sqwv( d4 * 2 - 1 )", R="mag( d0 - .5 ) * d1", G="mag( d2 - 1 ) * d3", B="mag( d4 ) * d5", // I first used: // R="mag( clip( d0 - .5 ) ) * d1", // G="mag( clip( d2 - 1 ) ) * d3", // B="mag( clip( d4 ) ) * d5", // but apparently the "clip()" function is built into the mag() function, so we can // save a few milliseconds by omitting it... LvlR="d1 * BASS2", LvlG="d3 * BASS1", LvlB="d5 * BASS1", X="100 * s - 50", Y="75 * ( s - .5 )^2 * b0", Z="100 * dt", LWdt="5 * c0", Scal="330", ScSz=1, Pers="100", Vers=30