#include "colors.inc" light_source { <5,50,-50> color White } camera { location <.0001,0,-3.5> look_at <0,0,0> } background { color White } intersection { sphere { <-.5, 0, 0>, 1 } sphere { <.5, 0, 0>, 1 } pigment { color Red } }