//box.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 box { <-.5 0 -.5> <.5, .5, .5> pigment { color White } } // end sphere