// Sample Polyray file
//
viewpoint {
   from <0, 2, -10>
   at <0,0,0>
   up <0,1,0>
   angle 30
   resolution 128, 128
   aspect 1
   }

background midnightblue

light <-10, 8, -10>
light < 10, 8, -10>

include "..\colors.inc"
include "stones.inc"

object {
   sphere <0, 0, 0>, 2
   Stone3 { scale <0.5, 0.5, 0.5> }
   }
