#include "colors.inc" background { color rgb <0, 0.1, 0.2> } camera { location <0, 2, -3> look_at <0, 1, 2> } light_source { <2, 4, -3> color rgb <0.4, 0.5, 0.6> } sphere { <1.7, 0.6, 0.2>, 0.4 texture { pigment { color Green } } } sphere { <2, 0.4, 0.3>, 0.6 texture { pigment { color Green } } } sphere { <0.2, 1.3, 0.1>, 0.3 texture { pigment { color Green } } } sphere { <1.9, 0.4, 1.9>, 0.5 texture { pigment { color Green } } } sphere { <0.7, 0.8, 1>, 0.6 texture { pigment { color Green } } } sphere { <1.3, 0.3, 0.2>, 0.3 texture { pigment { color Green } } } sphere { <1, 0.1, 0.9>, 0.6 texture { pigment { color Green } } } sphere { <0.9, 1.5, 0>, 0.3 texture { pigment { color Green } } } sphere { <1.6, 0.6, 1.9>, 0.2 texture { pigment { color Green } } } sphere { <1.8, 0.1, 0.7>, 0.6 texture { pigment { color Green } } } sphere { <1.1, 0.4, 1>, 0.5 texture { pigment { color Green } } } sphere { <0.9, 0.7, 0.1>, 0.6 texture { pigment { color Green } } }