#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




#group_begin -n entireBody --
  10.0    0.0    0.0    0.0   
  0.0    10.0    0.0    0.0  
  0.0    0.0    10.0    -30.0  
  0.0    0.0    0.0    1.0  

#sphere -m white -n name --
	    0.0     0.0     0.0 // position
	    1.0                 // radius

#group_begin -n entireMiddle --
 0.6	0.0	0.0	0.0
 0.0	0.6	0.0	1.6
 0.0	0.0	0.6	0.0	
 0.0 	0.0	0.0	1.0

#sphere -m white  -n middle --
	    0.0     0.0     0.0 // position
	    1.0                 // radius

#group_end
#group_end


#rayfile_end
