home *** CD-ROM | disk | FTP | other *** search
/ Ray Tracing Box / RAY_CD.mdf / raytrace / _pov_dat / slug1 / slug1.pov < prev    next >
Text File  |  1992-12-30  |  669b  |  32 lines

  1. //---- A Large Slug Creature Guards his Ancient Temple ....Miller 12/27/92
  2.  
  3. #include "colors.inc"
  4. #include "shapes.inc"
  5. #include "tower.inc"
  6. #include "land.inc"
  7. #include "plant.inc"
  8. #include "slug.inc"
  9.  
  10. max_trace_level 4
  11.  
  12. camera {
  13.   location <70 1100 -3700> 
  14.   direction <0 0 1.5>
  15.   up <0 1 0> 
  16.   right <1.33 0 0>
  17.   look_at <0 980 0>
  18.  }
  19.  
  20. //------- Lights
  21. object { light_source { <-6100 4000 -3000> color White } }
  22.  
  23. object { light_source { <7000 3000 -1000> color White } }
  24.  
  25. object { light_source { <4000 5000 -4000> color White } }
  26.  
  27. object { light_source { <-2000 2000 4000> color Gold } }
  28.  
  29. object { light_source { <300 550 -1500> color Gold } }
  30.  
  31.  
  32.