home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / p / povray3a / DocsDemo / pov / Halo35 < prev    next >
Text File  |  1996-05-31  |  455b  |  32 lines

  1. //
  2. // POV-Ray(tm) 3.0 tutorial example scene.
  3. // Copyright 1996 by the POV-Ray Team
  4. //
  5.  
  6. #include "halo3.inc"
  7.  
  8. box { -1, 1
  9.   pigment { colour rgbt <1, 1, 1, 1> }
  10.   halo { 
  11.     dust
  12.     dust_type 1
  13.     box_mapping
  14.     linear
  15.  
  16.     turbulence 1
  17.                 
  18.     colour_map {
  19.       [ 0 color rgbt <1, 1, 1, 1.0> ]
  20.       [ 1 color rgbt <1, 1, 1, 0.5> ]
  21.     } 
  22.  
  23.     samples 50
  24.     aa_level 3
  25.     aa_threshold 0.2
  26.     jitter 0.1
  27.   }  
  28.   hollow
  29.   scale 5
  30.  
  31.