global_settings { adc_bailout 0.0039216 max_trace_level 24 noise_generator 2 } sky_sphere { pigment { color rgb <0.294118, 0.352941, 0.384314> } } plane { <0, 1, 0>, 0 finish { reflection { rgb <0.3, 0.3, 0.3> } } pigment { checker color rgb <1, 1, 1> color rgb <0.65098, 0.65098, 0.65098> } translate y*(-4) } sphere { <0, 0, 0>, 1 finish { specular 0.3 reflection { rgb <0.3, 0.3, 0.3> } } translate y*1 pigment { color rgb <0.8, 1, 0.8> } } camera { //*PMName Mirror-cam perspective location <0, 3, 0> sky <0, 1, 0> direction <0, 0, 1> right <1.3333, 0, 0> up <0, 1, 0> look_at <0, 3, 1> angle 35 rotate <0, 0, 0> } box { //*PMName Mirror1 <-5, -5, -0.1>, <5, 5, 0.1> finish { reflection { rgb <1, 1, 1> } } scale 1 rotate <0, 0, 0> translate <0, 2, 4> } box { //*PMName Mirror2 <-5, -5, -0.1>, <5, 5, 0.1> finish { reflection { rgb <1, 1, 1> } } scale 1 rotate <0, 0, 0> translate <0, 2, -4> } light_source { <6, 5, 0>, rgb <1, 1, 1> } light_source { <-6, 5, 0>, rgb <1, 1, 1> }