#include "colors.inc" box { <-1, -1, -1>, <1, 1, 1> pigment { color Red } } cylinder { <1.5, 1.5, -1.5>, <-1.5, -1.5, 1.5>, 0.5 pigment { color Green } } plane { y, -3 pigment { checker color White color Black } } plane { -z, -3 pigment { checker color White color Black } } light_source { <-400, 200, -300> color rgb <1, 1, 1> } camera { location <-2, 3, -4> look_at <0, 0, 0> }