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