POV-Ray : Newsgroups : povray.binaries.images : Fire Bowl Server Time
8 Aug 2024 08:11:25 EDT (-0400)
  Fire Bowl (Message 1 to 5 of 5)  
From: Anthony D  Baye
Subject: Fire Bowl
Date: 24 Jul 2005 01:15:01
Message: <web.42e322b030c67bb58a85f6810@news.povray.org>
I'm still trying to work out the color balance of the flames, but overall,
I'm rather satisfied with the results so far.


comments welcome.

ADB


Post a reply to this message


Attachments:
Download 'firebowl.jpg' (119 KB)

Preview of image 'firebowl.jpg'
firebowl.jpg


 

From: St 
Subject: Re: Fire Bowl
Date: 24 Jul 2005 13:05:47
Message: <42e3ca6b@news.povray.org>
"Anthony D. Baye" <Sha### [at] spamnomorehotmailcom> wrote in message 
news:web.42e322b030c67bb58a85f6810@news.povray.org.

   I like the swirling flames, I think you've got this part right, but the 
semi-sphere is a little too obvious? I wouldn't know how to fix this though. 
Some more experimenting and you'll hit the sweet spot.

  Nice start.

   ~Steve~




> ADB
>


Post a reply to this message

From: Anthony D  Baye
Subject: Re: Fire Bowl
Date: 24 Jul 2005 13:55:00
Message: <web.42e3d5038504a0f38a85f6810@news.povray.org>
Thanks, I'm glad you like the flames.

The flame effect is actually three density statements:

A y gradient with an exponential falloff and scaled to the height of the
flames.

A cylindrical density scaled to the radius of the flames.

and a wrinkles density, again scaled to the radius.  This is what gives it
the actual flame pattern and all it's color.

the media is contained inside a the intersection of a cylinder and a sphere.
The only function of the sphere is to ensure that I don't get flames in
places where there shouldn't be flames.  Like underneith the bowl.

I'll agree that the boundaries are a tad obvious, but I cant seem to get rid
of them.  A particle system might look more realistic, but my machine's too
antiquated to make using one an efficient process.

Again, Suggestions welcome.

Regards,

ADB

"St." <dot### [at] dotcom> wrote:
> "Anthony D. Baye" <Sha### [at] spamnomorehotmailcom> wrote in message
> news:web.42e322b030c67bb58a85f6810@news.povray.org.
>
>    I like the swirling flames, I think you've got this part right, but the
> semi-sphere is a little too obvious? I wouldn't know how to fix this though.
> Some more experimenting and you'll hit the sweet spot.
>
>   Nice start.
>
>    ~Steve~
>
>
>
>
> > ADB
> >


Post a reply to this message

From: Lonnie
Subject: Re: Fire Bowl
Date: 27 Jul 2005 11:05:01
Message: <web.42e7a1ac8504a0f33b3a698d0@news.povray.org>
You might try a density_file with multiple density statements.  Let the
values fall off randomly near the boundaries of your container - the values
in a density file are scaled to a float between 0 and 1, and are then
multipled with any other density in the media block.  So, if the value in
the density file is zero, there will be no density at that point in space.


Post a reply to this message

From: Anthony D  Baye
Subject: Re: Fire Bowl
Date: 27 Jul 2005 21:27:02
Message: <42e83466@news.povray.org>
Lonnie wrote:
> You might try a density_file with multiple density statements.  Let the
> values fall off randomly near the boundaries of your container - the values
> in a density file are scaled to a float between 0 and 1, and are then
> multipled with any other density in the media block.  So, if the value in
> the density file is zero, there will be no density at that point in space.
> 

I can't do density files.  Even if I could, My machine is OLD. It can't 
handle density files, it chokes on the memory req's for rendering this 
scene with radiosity.

I'm planning to get a new one this fall.


ADB


Post a reply to this message

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