POV-Ray : Newsgroups : povray.binaries.images : Fire & Ice #2 [~130 KB] : Re: Fire & Ice #2 [~130 KB] Server Time
7 Aug 2024 13:14:35 EDT (-0400)
  Re: Fire & Ice #2 [~130 KB]  
From: Marc Jacquier
Date: 15 Feb 2006 17:57:34
Message: <43f3b1de@news.povray.org>

news:43f3a427@news.povray.org...
> As suggested by a few, I have added a second blue lightsource. Nothing
> else has changed - so far. As you can see, it does look quite a bit
> better. (Unfortunately, it's still unspeakably suckful... but never mind.)
>

It's an improvement!
You could give the candle a patterned texture with a spherical pattern
centered on the flame with ambient to fake  subsurface scattering

texture
      {
         spherical
         texture_map
         {
            [0.0     pigment  { you_pigment    }
               finish{ ambient 0 }
            ]
            [1.0      pigment  { you_pigment    }
               finish{ambient 1  }
            ]
         }

      }


Post a reply to this message

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