// RV
// herve.nicol@infini.fr
// This is a modified Neo World



Durn="2.3",


CamX="0",
CamY="0",
CamZ="20",

// Move in the stars!
CmLX="sin(t)",
CmLY="cos(t)",
CmLZ="0",

// Makes the stars turn around
CUpX="sin(3*t/5)",
CUpY="cos(3*t/7)",
CUpZ="0",


R="1-dt",
G="1-dt",
B=".4",

LvlR="1",
LvlG="0",
LvlB="0",

BckR="0",
BckG="0",
BckB=".4",

LWdt=".1+2.2*BASS",

widt=250,heig=250,




D0="seed( s )",
D1="st + rnd( 10 )",
D2="seed( s * trnc( d1 ) )",
D3="trnc( rnd( 50 ) - 25 )",
D4="trnc( rnd( 50 ) - 25 )",


X="d4",
Y="d3",
Z="150 * (wrap(d1) + dt)",


Scal="1000",

ScSz=1,

Pers="220",


Vers=40