#include "colors.inc" #include "orr_cup.inc" background{White} camera { location <0, 11, -14> look_at <0, 4, 0> } light_source {<20, 20, -20> color 2*White } cup plane { y, 0.0 pigment { color rgb <.5,1,.2> } }