#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 { <0.9, 1.8, 0.9>, 0.5 texture { pigment { color Green } } } sphere { <0.4, 1.6, 0.5>, 0.2 texture { pigment { color Green } } } sphere { <0.4, 0.1, 0.1>, 0.4 texture { pigment { color Green } } } sphere { <0.6, 0.6, 0.8>, 0.3 texture { pigment { color Green } } } sphere { <1.9, 1.3, 1.2>, 0.3 texture { pigment { color Green } } } sphere { <1.9, 1.1, 2>, 0.3 texture { pigment { color Green } } } sphere { <0, 1.4, 0.1>, 0.4 texture { pigment { color Green } } } sphere { <1.6, 1.6, 0.3>, 0.3 texture { pigment { color Green } } } sphere { <1, 1.9, 1.1>, 0.3 texture { pigment { color Green } } } sphere { <1, 1.3, 1.2>, 0.3 texture { pigment { color Green } } } sphere { <1.9, 1.3, 2>, 0.6 texture { pigment { color Green } } } sphere { <1.3, 1.6, 0>, 0.3 texture { pigment { color Green } } }