Mark McGranaghan 8d31ec147c move to vendor
2012-11-17 08:21:42 -08:00

19 lines
220 B
POVRay

#include "colors.inc"
background { color Cyan }
camera {
location <0, 2, -3>
look_at <0, 1, 2>
}
sphere {
<0, 1, 2>, 2
texture {
pigment { color Yellow }
}
}
light_source { <2, 4, -3> color White}