#version 3.7; global_settings { assumed_gamma 1.0 } camera { location <0, 0, -30> right <2, 0, 0> angle 25 look_at <0, 0, 0> } light_source { <20, 30, -50>, color rgb 1 } box { <-5, -2, -1>, <5, 2, 1> pigment { color rgb 1 } }