TITLE: Energy
NAME: Matthew
COUNTRY: USA
EMAIL: matthew_13@juno.com
WEBPAGE: http://www.freeyellow.com/members7/nitroboyz/index.html
TOPIC: Mystery
COPYRIGHT: I SUBMIT TO THE STANDARD RAYTRACING COMPETITION COPYRIGHT.
JPGFILE: tmp00001.jpg
DESCRIPTION OF HOW THIS IMAGE WAS CREATED: 

#include "colors.inc"
#include "shapes.inc"
#include "textures.inc"
#include "stones.inc"

light_source { <25,100,-25> color White }                          

light_source { <5,10,-25> color White }
  
light_source { <-25,100,-25> color White }

light_source { <-5,10,-25> color White }

light_source { <5,10,0> color White }
   
camera { location <0,12.5,-20> look_at <0,7,0> }

disc { <0,0,0>,<0,1,0>,13,0 pigment {granite}}

disc { <0,11,0>,<0,1,0>,13,3 pigment {granite}}

cylinder { <10,1,0>,<10,10,0>,1 pigment {agate}}

cylinder { <-10,1,0>,<-10,10,0>,1 pigment {agate}}

sphere { <0,6,0>, 3 pigment {color Clear} interior {ior 1.5} finish {reflection
.3}} 

cylinder { <-10,1,0>,<-10,.5,0>,1 pigment {White}}

cylinder { <-10,6,0>,<-2,6,0>,.09 pigment {color rgb <0,.7,1,.3>}
 finish {ambient .5}}   
 
cylinder { <-5,1,7>,<-5,10,7>,1 pigment {agate}}

cylinder { <10,6,0>,<2,6,0>,.09 pigment {color rgb <0,.7,1,.3>}
 finish {ambient .5}}
 
cylinder { <5,1,7>,<5,10,7>,1 pigment {agate }} 

cylinder { <5,6,6>,<2,6,2.5>,.09 pigment {color rgb <0,.7,1,.3>}
 finish {ambient .5}} 
 
cylinder { <-5,6,6>,<-2,6,2.5>,.09 pigment {color rgb <0,.7,1,.3>}
 finish {ambient .5}}

cylinder { <5,1,-7>,<5,10,-7>,1 pigment {agate}}

cylinder { <-5,1,-7>,<-5,10,-7>,1 pigment {agate}} 

cylinder { <-5,6,-7>,<-2,6,-2.5>,.09 pigment {color rgb <0,.7,1,.3>}
 finish {ambient .5}} 
 
cylinder { <5,6,-7>,<2,6,-2.5>,.09 pigment {color rgb <0,.7,1,.3>}
finish {ambient .5}}    
 
cylinder { <0,8,0>,<0,30,0>,2 pigment {color rgb <0,.7,1,.3>}
finish {ambient .5}}    
 


