POV-Ray : Newsgroups : povray.text.scene-files : Media Corona Server Time
28 Jul 2024 18:13:56 EDT (-0400)
  Media Corona (Message 1 to 2 of 2)  
From: Ken
Subject: Media Corona
Date: 7 Jun 1999 04:34:02
Message: <375B81B4.3F868F6D@pacbell.net>
#declare Media =
media {
  emission .5
  intervals 25
  samples 1, 50
  confidence 0.99
  variance 1/100
  density {
    spherical
    ramp_wave
//    turbulence 1
    color_map {
      [0.000  rgb <0.01, 0.005, 0>]
      [0.025  rgb <0.04, 0.020, 0>]
      [0.050  rgb <0.03, 0.015, 0>] 
      [0.100  rgb <1.00, 0.500, 0>]

    } 
  }
}

      sphere { 0, 2 
     pigment { color rgbf<1, 1, 1, 1> }
      finish { ambient 0 diffuse 0    }
    interior { 
       media { Media scale .50        } 
       media { Media scale .50        }
             }
    scale 50 
      hollow 
             }

      camera { location  <0, 0, -230> look_at 0}

light_source {<0, 0, -20000> rgb 1}

-- 
Ken Tyler

mailto://tylereng@pacbell.net


Post a reply to this message

From: Bob Crispen
Subject: Re: Media Corona
Date: 12 Jun 1999 06:56:30
Message: <37623C63.7245FA65@hiwaay.net>
Great one, Ken!

I love the soft feel of it.
+-------------------------------+--------------------------------------+
| Rev. Bob "Bob" Crispen        |            "IT FOUND ME!"            |
| cri### [at] hiwaaynet            |      Campus Crusade for Cthulhu      |
+-------------------------------+--------------------------------------+


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.