home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Raytrace & Morphing / SOS-RAYTRACE.ISO / programm / scripts / pov / bugfish / bf1.pov next >
Encoding:
Text File  |  1993-06-09  |  718 b   |  35 lines

  1. #include "shapes.inc"
  2. #include "colors.inc"
  3. #include "textures.inc"
  4.  
  5. camera {
  6.    location <-50.0 300.0  -650.0>
  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 red 0.8 color green 0.8 color blue 0.8 } }
  15.  
  16. object { light_source { <-150.0  300.0  -55.0> 
  17. color red 0.23 color green 0.23 color blue 0.25 } }
  18.  
  19. //bug light
  20. object { light_source { <-48.5 350 -625>
  21.          color Gray85
  22.          point_at <-48.5 295 -620>
  23.          tightness 50
  24.          radius 11
  25.          falloff 25
  26.          }
  27. }
  28.  
  29. #include "land.inc"
  30.  
  31. #include "mysky.inc"
  32.  
  33. #include "bugfish.inc"
  34.  
  35.