Copy the following rayfile into notepad, save it, then eliminate the .txt exension.
#version HMCCS155FALL2005
#camera
0.0 0.0 10.0 // position
0.0 0.0 -1.0 // facing
0.0 1.0 0.0 // up
20.0 // heightAngle
#background 0.0 0.0 0.5
#ambient
1.0 1.0 1.0 //intensity
#material -n white --
1.0 1.0 0.6 // ambient
0.0 0.0 0.0 // diffuse
0.0 0.0 0.0 // specular
0.0 0.0 0.0 // emissive
0.0 0.0 // kspec ktrans
1.0 // refind
#material -n black --
0.0 0.0 0.0 // ambient
0.0 0.0 0.0 // diffuse
0.0 0.0 0.0 // specular
0.0 0.0 0.0 // emissive
0.0 0.0 // kspec ktrans
1.0 // refind
#group_begin -n firstGroup --
#translate 0 0 -10
#rotate 45 0 0 1
#scale 2 1 1
#sphere -m white --
0.0 0.0 0.0 // position
1.0 // radius
#group_end
#rayfile_end