background {color rgb <0, 0.3, 0.1> } camera { location <0, 5, -8> look_at <0, 0, 0> angle 50 } sphere { <1, 1, 1>, 0.2 texture{ pigment {color rgb <0, 0.8, 0> } } finish { ambient 0.8 } } sphere { <1, 1, -1>, 0.2 texture{ pigment {color rgb <0, 0.8, 0> } } finish { ambient 0.8 } } sphere { <1, -1, 1>, 0.2 texture{ pigment {color rgb <0, 0.8, 0> } } finish { ambient 0.8 } } sphere { <1, -1, -1>, 0.2 texture{ pigment {color rgb <0, 0.8, 0> } } finish { ambient 0.8 } } sphere { <-1, 1, 1>, 0.2 texture{ pigment {color rgb <0, 0.8, 0> } } finish { ambient 0.8 } } sphere { <-1, 1, -1>, 0.2 texture{ pigment {color rgb <0, 0.8, 0> } } finish { ambient 0.8 } } sphere { <-1, -1, 1>, 0.2 texture{ pigment {color rgb <0, 0.8, 0> } } finish { ambient 0.8 } } sphere { <-1, -1, -1>, 0.2 texture{ pigment {color rgb <0, 0.8, 0> } } finish { ambient 0.8 } } sphere { <0, 1.618, 0.618>, 0.2 texture{ pigment {color rgb <1, 0.8, 0> } } finish { ambient 0.8 } } sphere { <0, 1.618, -0.618>, 0.2 texture{ pigment {color rgb <1, 0.8, 0> } } finish { ambient 0.8 } } sphere { <1.618, 0.618, 0>, 0.2 texture{ pigment {color rgb <1, 0.8, 0> } } finish { ambient 0.8 } } sphere { <1.618, -0.618, 0>, 0.2 texture{ pigment {color rgb <1, 0.8, 0> } } finish { ambient 0.8 } } sphere { <0.618, 0, 1.618>, 0.2 texture{ pigment {color rgb <1, 0.8, 0> } } finish { ambient 0.8 } } sphere { <-0.618, 0, 1.618>, 0.2 texture{ pigment {color rgb <1, 0.8, 0> } } finish { ambient 0.8 } } sphere { <0, -1.618, 0.618>, 0.2 texture{ pigment {color rgb <1, 0.8, 0> } } finish { ambient 0.8 } } sphere { <0, -1.618, -0.618>, 0.2 texture{ pigment {color rgb <1, 0.8, 0> } } finish { ambient 0.8 } } sphere { <-1.618, 0.618, 0>, 0.2 texture{ pigment {color rgb <1, 0.8, 0> } } finish { ambient 0.8 } } sphere { <-1.618, -0.618, 0>, 0.2 texture{ pigment {color rgb <1, 0.8, 0> } } finish { ambient 0.8 } } sphere { <0.618, 0, -1.618>, 0.2 texture{ pigment {color rgb <1, 0.8, 0> } } finish { ambient 0.8 } } sphere { <-0.618, 0, -1.618>, 0.2 texture{ pigment {color rgb <1, 0.8, 0> } } finish { ambient 0.8 } } cylinder { <1,1,1> <0, 1.618, 0.618> 0.05 open texture{ pigment {color rgb <1, 1, 1> } } finish { ambient 0.8 } } cylinder { <-1,1,1> <0, 1.618, 0.618> 0.05 open texture{ pigment {color rgb <1, 1, 1> } } finish { ambient 0.8 } } cylinder { <0, 1.618, 0.618> <0, 1.618, -0.618> 0.05 open texture{ pigment {color rgb <1, 1, 1> } } finish { ambient 0.8 } } cylinder { <-1,1,-1> <0, 1.618, -0.618> 0.05 open texture{ pigment {color rgb <1, 1, 1> } } finish { ambient 0.8 } } cylinder { <1,1,-1> <0, 1.618, -0.618> 0.05 open texture{ pigment {color rgb <1, 1, 1> } } finish { ambient 0.8 } } light_source { <5, 0, 0> color rgb <1,1,1> }