#include "colors"

camera {
   location  <0 3 -10>
   direction <0 0 1>
   up        <0 1 0>
   right     <0.5 0 0>
   look_at   <0 3 0>
}

object {
   light_source {
      <-10 10 -15>
      color White
   }
}

object {
   sphere { <0 3 0> 0.6 }
   texture {
      color Yellow
      ambient 0.3
      phong 0.8
   }
}
