home *** CD-ROM | disk | FTP | other *** search
/ Ray Tracing Box / RAY_CD.mdf / raytrace / _pov_dat / bbugfi / bf1.pov < prev    next >
Text File  |  1994-04-09  |  696b  |  36 lines

  1. #include "shapes.inc"
  2. #include "colors.inc"
  3. #include "textures.inc"
  4.  
  5. camera {
  6.    location <-50, 300, -650>
  7.    direction <0.0  0.0  4.0> 
  8.    up <0.0  1.0  0.0>         
  9.    right <1.333333 0.0 0.0>
  10.    look_at <-20.0 150.0  0.0>
  11. }
  12.  
  13. object { light_source { <-400.0,  300.0,  -55.0> 
  14. color rgb <0.8, 0.8, 0.8> } }
  15.  
  16. object { light_source { <-150.0,  300.0,  -55.0> 
  17. color rgb<0.23, 0.23, 0.35> } }
  18.  
  19. //bug light
  20. object { light_source { <-48.5, 350, -625>
  21.          color Gray85
  22.          spotlight
  23.      point_at <-48.5, 295, -620>
  24.          tightness 50
  25.          radius 11
  26.          falloff 25
  27.          }
  28. }
  29.  
  30. #include "land.inc"
  31.  
  32. #include "mysky.inc"
  33.  
  34. #include "bugfish.inc"
  35.  
  36.