home *** CD-ROM | disk | FTP | other *** search
/ Ray Tracing Box / RAY_CD.mdf / raytrace / _pov_dat / bbugfi / mysky.inc < prev    next >
Text File  |  1993-05-29  |  683b  |  31 lines

  1. composite {
  2.    object {
  3.     quadric { Sphere }
  4.        texture {
  5.        gradient <0 1 0>
  6.        color_map {
  7.         [0 .45 color LightBlue color CadetBlue]
  8.         [.45 .55 color CadetBlue color MidnightBlue ]
  9.         [.55 1.1 color MidnightBlue  color MidnightBlue ]
  10.         }
  11.        ambient 1
  12.        diffuse 0
  13.        }
  14.        texture {
  15.        bozo
  16.        turbulence .4
  17.           color_map {
  18.           [0 .5 color Clear color Clear ]
  19.           [.5 .8 color Clear color White alpha .85 ]
  20.           [.8 .9 color White alpha .85 color White alpha .9 ]
  21.           [.9 1.01 color White alpha .9 color White alpha .7 ]
  22.           }
  23.         ambient 1
  24.         diffuse 0
  25.         scale < .1 .06 .13 >
  26.         }
  27. scale <200000 100000 200000> 
  28.    }
  29. }
  30.  
  31.