home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pose1os2.zip / EXAMPLES / TRACK / SCENE1 / STATIC.SIM < prev   
Text File  |  1994-09-08  |  304b  |  17 lines

  1. sphere {
  2.    <0.0, -10000.0, -200.0>, 15000.0
  3.  
  4.    texture {
  5.       pigment {
  6.          Bright_Blue_Sky
  7.          scale <7500.0, 1000.0, 5000.0>
  8.          quick_color red 0.5 green 0.5 blue 1.0
  9.       }
  10.       finish {
  11.          crand 0.05
  12.          ambient 0.7
  13.          diffuse 0.0
  14.       }
  15.    }
  16. }
  17.