#include "colors.inc" light_source { <5,50,-50> color White } light_source { <5,-50,-50> color White } camera { // location <0,10,-30> location <0,-10,30> look_at <0,0,0> } background { color White } plane { y, 0 pigment { checker color Green, color Blue scale 2 } }