#include "colors.inc" camera { location <0,2,-7> look_at <0,0,0> } light_source {<6,6,-2> color White } plane {<0,1,0> 0.0 pigment {color Yellow} } sphere { <0,1,0> 0.5 texture { pigment {color Red} } finish {phong 1} }