//plane.pov //Andy Harris #include "colors.inc" light_source { <0, 3, -15> color White } // end light source camera { location <0, 1, -3> look_at <0, 0, 0> } // end camera plane { <0 1 0>, -1 pigment { color White } } // end sphere