POV-Ray : Newsgroups : povray.advanced-users : Transforming old halos to media? : Transforming old halos to media? Server Time
28 Jul 2024 10:29:05 EDT (-0400)
  Transforming old halos to media?  
From: Icetoaster
Date: 1 May 2006 18:20:00
Message: <web.4456896baa9e9fff1c79eec90@news.povray.org>
Hi, I have found an interesting halo statement, which
produces a stunning fireball.
How could I convert that to a Povray's 3.6 media/interior statement?
I stripped down the original animation sequence to this:

  sphere { 0, 1
    pigment { color rgbt <1, 1, 1, 1> }
      halo {
        emitting
        spherical_mapping
        linear
        turbulence 1.5
        color_map {
          [ 0.0 color rgbt <1, 0, 0, 1> ]
          [ 0.5 color rgbt <1, 1, 0, 0.5> ]
          [ 1.0 color rgbt <1, 0, 0, 1> ]
        }
        frequency 2
        samples 20
      }
    hollow
  }

Thanks for help!


Post a reply to this message

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