POV-Ray : Newsgroups : povray.binaries.images : Advent Wreath (56kbu) Server Time
17 Aug 2024 02:27:07 EDT (-0400)
  Advent Wreath (56kbu) (Message 1 to 2 of 2)  
From: Josh English
Subject: Advent Wreath (56kbu)
Date: 3 Dec 2001 17:14:20
Message: <3C0BF905.78EC0C3D@spiritone.com>
I know that all four candles aren't supposed to be lit until the 23rd,
but the lighting is really cool. The flames are now all identical, I
could randomize them a bit, but I'm more concerned with making them more
realistic. Here is the code for the flames:

sphere { 0.0, 2 hollow //no_shadow
         pigment { rgbt 1 }
         interior { 
           media { 
             absorption 0.1 
             emission 0.9
             density { spherical //turbulence 0.15
                       color_map { [0.0 rgb 0 ] [ 0.3 rgb 0 ]
                                   [0.4 rgb <1,1,0> ] [1.0 rgb <1,0.5,0>
] }
                       warp { black_hole <0.2,1.5,0>, 2 strength 3} 
                       warp { black_hole <-0.2,2,0>, 2 strength 1} 
                       scale <0.95,1,0.95>
                     } // density
           } // media
          } // interior
         scale 0.5
         }

Any suggestions as to how I can make the flames a bit denser and
actually change color like a normal flame?

Josh English
eng### [at] spiritonecom


Post a reply to this message


Attachments:
Download 'advent.jpg' (45 KB)

Preview of image 'advent.jpg'
advent.jpg


 

From: Kari Kivisalo
Subject: Re: Advent Wreath (56kbu)
Date: 3 Dec 2001 17:37:57
Message: <3C0BFED7.312A3F52@engineer.com>
Josh English wrote:
>
> I'm more concerned with making them more realistic.

If you need reference photos go to
http://www.corbis.com/professional/ and search for candle.


_____________
Kari Kivisalo


Post a reply to this message

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