!!ARBfp1.0
#
# Orion Sky Lawlor, olawlor@acm.org, 2005/2/7 (Public Domain)
#
PARAM b={0.01,0.01,1000.0,1};
TEMP t;
MUL t, fragment.position, b;
FRC t,t;

PARAM a={0.3,0.2,1.0,0};
ADD t.rba,t,a;

MOV result.color.rgb, t;
END
