#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> } box { <1.5, 0.1, 1.5>, <1.8, 0.2, 0.2> texture { pigment { color Green } } } box { <0.4, 0.2, 1.6>, <2, 0.3, 1> texture { pigment { color Green } } } box { <0.6, 0.3, 1.3>, <0.9, 0.4, 0.2> texture { pigment { color Green } } } box { <1.4, 0.4, 1.3>, <1.6, 0.5, 0> texture { pigment { color Green } } } box { <0.7, 0.5, 1.9>, <2, 0.6, 1.9> texture { pigment { color Green } } } box { <2, 0.6, 0.6>, <0.9, 0.7, 0.2> texture { pigment { color Green } } } box { <0.5, 0.7, 1>, <0.3, 0.8, 0.5> texture { pigment { color Green } } } box { <0, 0.8, 0.1>, <1, 0.9, 0.6> texture { pigment { color Green } } } box { <1.4, 0.9, 1.7>, <1, 1, 0.9> texture { pigment { color Green } } } box { <1.6, 1, 2>, <0.3, 1.1, 0.2> texture { pigment { color Green } } } box { <1.7, 1.1, 0.1>, <0.9, 1.2, 1.1> texture { pigment { color Green } } } box { <0.2, 1.2, 1.4>, <1.4, 1.3, 1.3> texture { pigment { color Green } } } box { <0, 1.3, 1.6>, <0.4, 1.4, 1.5> texture { pigment { color Green } } } box { <0.4, 1.4, 0.9>, <0.6, 1.5, 0.2> texture { pigment { color Green } } } box { <1, 1.5, 2>, <0.1, 1.6, 1.7> texture { pigment { color Green } } } box { <1.4, 1.6, 0.3>, <1, 1.7, 1.8> texture { pigment { color Green } } } box { <1.5, 1.7, 0.3>, <1.5, 1.8, 0> texture { pigment { color Green } } } box { <1.7, 1.8, 0>, <0.1, 1.9, 0.6> texture { pigment { color Green } } } box { <1.9, 1.9, 0.7>, <1, 2, 1.4> texture { pigment { color Green } } } box { <1.7, 2, 0.7>, <0.3, 2.1, 0.6> texture { pigment { color Green } } } box { <1.9, 2.1, 1.1>, <1.1, 2.2, 1.9> texture { pigment { color Green } } } box { <0.2, 2.2, 1.5>, <1.1, 2.3, 1.5> texture { pigment { color Green } } } box { <0.2, 2.3, 1.1>, <1.8, 2.4, 0.9> texture { pigment { color Green } } } box { <0.6, 2.4, 0.9>, <1.5, 2.5, 2> texture { pigment { color Green } } } box { <0.5, 2.5, 1.5>, <1, 2.6, 0.9> texture { pigment { color Green } } } box { <1.7, 2.6, 1.4>, <0.2, 2.7, 1.2> texture { pigment { color Green } } }