#include "colors.inc" camera { location <0, 0, -5> look_at <0, 0, 0> } light_source { <10, 10, -10> color White } intersection { sphere { <0, -1, 0>, 2 } sphere { <0, 1, 0>, 2 } pigment { color Yellow } }