POV-Ray : Newsgroups : povray.binaries.images : Volumetric Non-media clouds (320x240) Server Time
2 Oct 2024 18:20:03 EDT (-0400)
  Volumetric Non-media clouds (320x240) (Message 1 to 10 of 17)  
Goto Latest 10 Messages Next 7 Messages >>>
From: SamuelT 
Subject: Volumetric Non-media clouds (320x240)
Date: 11 Apr 2000 01:03:36
Message: <38F2B256.E12E59E9@aol.com>
Okay, these are really volume clouds this time. I stumbled on the
technique today (goofing around at work). I was playing with
motion_blur, finding ways to exploit its properties. On a whim I decided
to add the clock value to the threshold of an isosurface. To my
surprise, it appeared to have volumetric properties. I kept on prodding,
amazed it was actually creating shadows and stuff. I went with it, until
I got the render you see before you. I didn't add the clouds to a plane
density, since it increases the render time.

What do you all think? Do these clouds have promise? I already know the
answer to that question :) They render faster than media, according to
my limited comparison studies. I'd like to see somebody with more mhz do
something with them. This image took 30 minutes and 49 seconds on my
P166 mhz without aa.

//*************Code!

global_settings{ motion_blur 20,1 }

background{<.4 .6 .8>}

#declare Tex=function{pigment{bumps scale .5 turbulence .25
color_map{[.5 rgb 1][1 rgb 0]}}}

motion_blur{
 isosurface{
  function Tex(x,y,z)+.1
  threshold .5+clock sign 1
  accuracy .01 method 2 eval
  contained_by{box{-1,1}}
  pigment{rgb 1} finish{diffuse .85 ambient<.4 .6 .8>*.35}
  double_illuminate
 }
}

--
Samuel Benge

E-Mail: STB### [at] aolcom

Visit the still unfinished isosurface tutorial:
http://members.aol.com/stbenge


Post a reply to this message


Attachments:
Download 'blur_clouds.jpg' (11 KB)

Preview of image 'blur_clouds.jpg'
blur_clouds.jpg


 

From: Simen Kvaal
Subject: Re: Volumetric Non-media clouds (320x240)
Date: 11 Apr 2000 02:47:46
Message: <38f2ca92$1@news.povray.org>
Promising, no doubt! But what happens when the clouds cover the entire sky?
Will the isosurface-render drastically slow down? (Of course it will, but
how much?)

One problem is that the clouds look a bit dense; I suppose it is because of
this new "media type" is in principle absorbing, and that the pigment is
simpy white. Adding trasmittance/filter will probably make lighter clouds,
although it might be difficult to adjust the amount correctly. (I think.)


Simen.


>What do you all think? Do these clouds have promise? I already know the
>answer to that question :) They render faster than media, according to
>my limited comparison studies. I'd like to see somebody with more mhz do
>something with them. This image took 30 minutes and 49 seconds on my
>P166 mhz without aa.
>


Post a reply to this message

From: Pabs
Subject: Re: Volumetric Non-media clouds (320x240)
Date: 11 Apr 2000 03:34:17
Message: <38F2D4E8.A7BEBFA3@hotmail.com>
> What do you all think? Do these clouds have promise?

-Oh my god Holy s**t that is cool


Post a reply to this message

From: TonyB
Subject: Re: Volumetric Non-media clouds (320x240)
Date: 11 Apr 2000 10:49:47
Message: <38f33b8b@news.povray.org>
Looks great for smoke! Great job!


Post a reply to this message

From: Chris Huff
Subject: Re: Volumetric Non-media clouds (320x240)
Date: 11 Apr 2000 11:13:23
Message: <chrishuff_99-A0CD25.10160011042000@news.povray.org>
In article <38F2B256.E12E59E9@aol.com>, "SamuelT." <STB### [at] aolcom> 
wrote:

> Okay, these are really volume clouds this time. I stumbled on the
> technique today (goofing around at work). I was playing with
> motion_blur, finding ways to exploit its properties. On a whim I decided
> to add the clock value to the threshold of an isosurface. To my
> surprise, it appeared to have volumetric properties. I kept on prodding,
> amazed it was actually creating shadows and stuff. I went with it, until
> I got the render you see before you. I didn't add the clouds to a plane
> density, since it increases the render time.

Try playing with the brilliance value in finish, decreasing 
ambient(which probably acts something like emission media), and giving 
some transparence to the color(like decreasing extinction in media). The 
brilliance will vary the amount of "scattering" dependant on angle. At 
least, I think it should, it has in my other tests of this sort.

I never thought of trying motion_blur though(well, I tried it with 
isosurfaces, and even used it to control the threshold, but never 
thought of doing clouds or smoke)...these might behave differently under 
those circumstances.

-- 
Christopher James Huff - Personal e-mail: chr### [at] yahoocom
TAG(Technical Assistance Group) e-mail: chr### [at] tagpovrayorg
Personal Web page: http://chrishuff.dhs.org/
TAG Web page: http://tag.povray.org/


Post a reply to this message

From: Ross Litscher
Subject: Re: Volumetric Non-media clouds (320x240)
Date: 11 Apr 2000 16:21:30
Message: <38F389B7.7AB4A2E2@osu.edu>
Pabs wrote:
> 
> > What do you all think? Do these clouds have promise?
> 
> -Oh my god Holy s**t that is cool

my sentiments exactly, this is so very cool. how did you do this again?

source code! source code!


Post a reply to this message

From: Andre
Subject: Re: Volumetric Non-media clouds (320x240)
Date: 11 Apr 2000 18:02:57
Message: <38f3a111@news.povray.org>
> source code! source code!
it's there on his original message (read the entire thing ;-)

Andre


Post a reply to this message

From: Ross Litscher
Subject: Re: Volumetric Non-media clouds (320x240)
Date: 11 Apr 2000 18:58:56
Message: <38F3AE9F.A1475E4D@osu.edu>
Andre wrote:
> 
> > source code! source code!
> it's there on his original message (read the entire thing ;-)
> 
> Andre


oh, i guess I was too busy drooling!


Post a reply to this message

From: SamuelT 
Subject: Re: Volumetric Non-media clouds (320x240)
Date: 11 Apr 2000 22:53:07
Message: <38F3E549.6A9B423B@aol.com>
Simen Kvaal wrote:

> Promising, no doubt! But what happens when the clouds cover the entire sky?
> Will the isosurface-render drastically slow down? (Of course it will, but
> how much?)

A lot. It should still be faster than media, though.

>
> One problem is that the clouds look a bit dense; I suppose it is because of
> this new "media type" is in principle absorbing, and that the pigment is
> simpy white. Adding trasmittance/filter will probably make lighter clouds,
> although it might be difficult to adjust the amount correctly. (I think.)
>
> Simen.

I think if transparency were added to the clouds, they might render even
slower.

This technique is closer to scattering media, I think.

--
Samuel Benge

E-Mail: STB### [at] aolcom

Visit the still unfinished isosurface tutorial: http://members.aol.com/stbenge


Post a reply to this message

From: SamuelT 
Subject: Re: Volumetric Non-media clouds (320x240)
Date: 11 Apr 2000 22:54:54
Message: <38F3E5B7.3A4960F8@aol.com>
Yes, I'm developing some smoke. Other functions render faster, by the
way.

TonyB wrote:

> Looks great for smoke! Great job!

--
Samuel Benge

E-Mail: STB### [at] aolcom

Visit the still unfinished isosurface tutorial:
http://members.aol.com/stbenge


Post a reply to this message

Goto Latest 10 Messages Next 7 Messages >>>

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