box { <-3, -1, -1>, <-1, 1, 1> pigment { color rgb <1, 1, 0> } } box { <-1, -1, -1>, <1, 1, 1> pigment { color rgb <0, 1, 0> } rotate 45*y rotate -35.264*x translate <2, 0, 0> } light_source { <10, 50, -80> color rgb <1, 1, 1> } camera { location <0, 1.5, -6> look_at <0, 0, 0> }