home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Raytrace & Morphing / SOS-RAYTRACE.ISO / programm / scripts / vivid / eagle / planet.vo < prev    next >
Encoding:
Text File  |  1993-04-25  |  336 b   |  16 lines

  1.  
  2. // planet
  3.  
  4. surf {
  5.         texture {
  6.                 pattern noise
  7.                 terms 6
  8.                 scale 2000 100 100
  9.                 blend .2
  10.                 surf { diff medium_blue shine 1000 white }
  11.                 surf { diff dark_turquoise shine 500 white }
  12.         }
  13. }
  14.  
  15. sphere { center 0 0 0 radius 10000 }
  16.