#version HMCCS155FALL2002

// deep blue background
#background   0.0  0.0  0.3

// ambient light
#ambient
	1.0 1.0 1.0 //intensity


// default camera
#camera
	    0.0     0.0     0.0 // position
	    0.0     0.0     -1.0 // facing
	    0.0     1.0     0.0 // up
	    30.0                // heightAngle


#material -n white  --
	    1.0     1.0     1.0 // ambient
	    1.0     1.0     1.0 // diffuse
	    0.0     0.0     0.0 // specular
	    0.0     0.0     0.0 // emissive
	    0.0     0.0         // kspec    ktrans
	    0.0                 // refind




#sphere -m white --
	    0.0     0.0     -30.0 // position
	    10.0                 // radius

#sphere -m white --
	    0.0     16.0     -30.0 // position
	    6.0                 // radius


#rayfile_end
