home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Raytrace & Morphing / SOS-RAYTRACE.ISO / programm / scripts / pov / xmas2 / xmas2.pov < prev   
Encoding:
Text File  |  1993-12-16  |  1.3 KB  |  53 lines

  1. //----------------POV 2.0 SCENE FILE
  2. //------------------------------- A CHRISTMAS SALUTATION
  3. //-------------------------------------------- J.W.Devonshire 1992-93
  4. #include "colors.inc"
  5. #include "textures.inc"
  6. #include "shapes.inc"
  7. #include "shapesq.inc"
  8. #declare old_version = version
  9. #version 1.0
  10. #include "xmas2.inc"
  11.  
  12. composite { WholeCandleUnit }
  13. object { Table  }
  14. composite { Card scale <2 2 2> translate < 0 6.2 5 > }
  15. composite { Cane scale < 0.3 0.3 0.3> rotate <-90 0 0> rotate <0 25 0> translate <-4.5 0.37 -2> }
  16. #version old_version
  17.  
  18. camera {
  19.    location <0,5,-16>
  20.    direction <0,0,1.5>
  21.    up <0,1,0>
  22.    right <1.333,0,0>
  23.    sky <0,1,0>
  24.    look_at <0, 4, 0>
  25. }
  26.  
  27.  
  28.  
  29. light_source { <0, 20.0,-80.0> color rgb <0.1,0.1,0.1> }
  30.  
  31.  
  32.  
  33. light_source { <0,10,0>
  34.             color rgb <0.6,0.6,0.6> spotlight
  35.                point_at <0, 0, 0>
  36.                  tightness 50 radius 11  falloff 15  }
  37.  
  38.  
  39. // candle light on card
  40. light_source { <0, 11, -2>
  41.             color rgb <1.0,1.0,0.4> spotlight
  42.                point_at <0, 8, 5>
  43.                  tightness 10 radius 11  falloff 180  }
  44.  
  45.  
  46.  
  47. light_source { <0, 45, 0>
  48.             color rgb <1.0,1.0,1.0> spotlight
  49.                point_at <0, 0, 0>
  50.                  tightness 50 radius 180  falloff 25  }
  51.  
  52.  
  53.