| 
  | 
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] spiritone com
 Post a reply to this message 
 
Attachments: 
Download 'advent.jpg' (45 KB)
 
  
Preview of image 'advent.jpg'
   
   
 | 
  |