home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Raytrace & Morphing / SOS-RAYTRACE.ISO / programm / scripts / pov / st3 / world.inc < prev   
Encoding:
Text File  |  1993-04-16  |  604 b   |  41 lines

  1. #include "sky1.inc"
  2.  
  3.  
  4. //---- World
  5.  
  6. composite {        
  7.     object {
  8.       quadric { Sphere scale <1 .5 1> }
  9.         texture {
  10.         SS
  11.         turbulence .25
  12.         ambient 1
  13.         diffuse 0
  14.         translate <0 -.45 0>
  15.         scale <.2 .8 .2>
  16.         }
  17.     scale <10000 5000 10000>
  18.     rotate <0 40 0>
  19.     rotate <10 0 0>
  20.     }
  21.  
  22.     object {
  23.       quadric { Sphere scale <1 .5 1> }
  24.         texture {
  25.         gradient <0 1 0>
  26.         #include "sky2.inc" 
  27.         turbulence .4
  28.         ambient 1
  29.         diffuse 0
  30.         translate <0 -.45 0>
  31.         scale <.15 .7 .2>
  32.         }
  33.     scale <9800 4800 9800>
  34.     rotate <0 40 0>
  35.     rotate <10 0 0>
  36.     }
  37. scale <3 3 3> rotate <0 -10 0>
  38. }
  39.  
  40.  
  41.