camera { location <0,-4,1> look_at <0,0,0> } sphere { <0, 0.5, 0>, 0.5 texture { Chrome } } sphere { <1.25, -1, 0>, 0.5 texture { pigment { color <0.8, 0, 0.8>} } } plane { <0, 0, 1>, -10 texture {pigment { color <0.75, 0.75, 0.95> } } } plane { <0, 0, 1>, 8 texture {pigment { color <0, 0.7, 0.1> } } } plane { <0, 1, 0>, -90 texture {pigment { color <0, 0, 0> } } } sphere { <-1.5, 0, 0.5>, 0.8 texture { Chrome } } sphere { <-2, 2, -2>, 0.6 texture { pigment { color <0.7, 0.7, 0.2>} } } sphere { <2, 15, 3>, 2 texture { pigment { color <0, 0.1, 0.8>} } }