box { <0, 0, 0>, <1, 1, 1> pigment { image_map { gif "../gfx/mmap.gif" } } } plane { -z, -10 pigment { checker color rgb <1, 1, 1> color rgb <0, 0, 0> rotate 45*z } } light_source { <50, 30, -50> color rgb <1, 1, 1> } camera { location <1.5, 1.5, -2> look_at <0.5, 0.5, 0.5> }