home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-07-06 | 785 b | 60 lines | [TEXT/ttxt] |
- /*
- ---------------------------------------
- "Max Headroom"
- Configured by: Brad Block
- E-mail: ebby@ssba.com
-
- The name comes from the movie "Max Headroom" If you saw the movie, you know why.
- ---------------------------------------
- */
-
- Resn=10,
-
- Durn="5",
-
- CamX="200 * cos( t / 6 ) * cos((t/3+.4)/11)",
- CamY="10 * cos( t / 5 )",
- CamZ="20 * cos( t / 33 )",
-
- CmLX="0",
- CmLY="0",
- CmLZ="0",
-
- CUpX="cos(100)",
- CUpY="0",
- CUpZ="0",
-
-
- D0="5.14286 * s", // 5.14286 == 6 / 1.16666
-
- R="pos( 2 - d0 ) + pos( 2 - abs( d0 - 6 ))",
- G="2 - abs( d0 - 2 )",
- B="2 - abs( d0 - 4 )",
-
-
- LvlR=".92",LvlG=".92",LvlB=".92",
-
- widt=490,heig=360,
-
- ConL=0,
-
- ConB=0,
-
-
- Fall=".5",
-
- C0="40 * cos(dt)",
-
- X="1500 * dt",
- Y="dt*(1000 * s - 500)",
- Z="c0 * mag( s )",
-
-
- Scal="800",
-
- ScSz=1,
-
- Pers="250",
-
- Vers=30
-