POV-Ray : Newsgroups : povray.binaries.images : Clouds project Server Time
31 Jul 2024 18:14:42 EDT (-0400)
  Clouds project (Message 1 to 10 of 17)  
Goto Latest 10 Messages Next 7 Messages >>>
From: Bill Pragnell
Subject: Clouds project
Date: 19 Apr 2009 17:25:01
Message: <web.49eb95aff712f35c69f956610@news.povray.org>
Tricky things, clouds. All my previous experiments with media clouds have been
slow, unrealistic, and fiddly. Gilles' df3 technique is sly, and his example
images beautiful. However, I've always wanted a cloud macro that will 'just
work' in a scene, without the need for external tools and without the memory
consumption of hi-res df3s.

This image is a decent result from a set of macros I've recently been developing
- it rendered in ~30 mins on my 1.8GHz macbook, which I think is very good for
'pure' object-pattern-based media (this is without aa - unfortunately it takes
a lot longer with aa).

Using a blob as the pattern template makes the rendering much quicker, and
lowering the media aa_level is also a great speedup I'd never tried before. My
basic cloud macro currently has 11 parameters, which sounds like a lot, but this
includes location and size, turbulence, solidity and so on, which makes tweaking
a lot easier. I've also got a quality parameter, the lowest setting of which
just uses the solid blob objects - very handy for shape and location checks
(and also looks pretty surreal!).

Anyway, this is a wip so I'll post more interesting results as I get them...


Post a reply to this message


Attachments:
Download 'cloudtest1.jpg' (62 KB)

Preview of image 'cloudtest1.jpg'
cloudtest1.jpg


 

From: Bill Pragnell
Subject: Re: Clouds project
Date: 19 Apr 2009 18:40:00
Message: <web.49eba7a8da6d78fe69f956610@news.povray.org>
....and another, higher quality, slightly different clouds. This rendered in 56
mins.


Post a reply to this message


Attachments:
Download 'cloudtest2.jpg' (60 KB)

Preview of image 'cloudtest2.jpg'
cloudtest2.jpg


 

From: clipka
Subject: Re: Clouds project
Date: 19 Apr 2009 21:25:00
Message: <web.49ebce1eda6d78fe1a1b9caf0@news.povray.org>
"Bill Pragnell" <bil### [at] hotmailcom> wrote:
> ....and another, higher quality, slightly different clouds. This rendered in 56
> mins.

The undersides ask for a sharper cut-off.


Post a reply to this message

From: Carlo C 
Subject: Re: Clouds project
Date: 20 Apr 2009 04:05:01
Message: <web.49ec2ba1da6d78fedf44ecbb0@news.povray.org>
"Bill Pragnell" <bil### [at] hotmailcom> wrote:
> ....and another, higher quality, slightly different clouds. This rendered in 56
> mins.

The clouds are more chaotic than before. The result is promising.
:-)

--
Carlo


Post a reply to this message

From: Bill Pragnell
Subject: Re: Clouds project
Date: 20 Apr 2009 04:05:01
Message: <web.49ec2c46da6d78fe6dd25f0b0@news.povray.org>
"clipka" <nomail@nomail> wrote:
> "Bill Pragnell" <bil### [at] hotmailcom> wrote:
> > ....and another, higher quality, slightly different clouds. This rendered in 56
> > mins.
>
> The undersides ask for a sharper cut-off.

That's one of the parameters ;-)


Post a reply to this message

From: Sven Littkowski
Subject: Re: Clouds project
Date: 25 Apr 2009 11:50:03
Message: <49f3312b$1@news.povray.org>
Bill, I would join making a number of test renders with clouds. Can you 
provide me a link to that cloud macro, or the source code? I would 
appreciate this a lot! I would also like to know the parameters you're 
using. Thanks!


Post a reply to this message

From: nemesis
Subject: Re: Clouds project
Date: 26 Apr 2009 02:03:23
Message: <49f3f92b@news.povray.org>
Nice nimbus.  Think I spotted a sheep. :)


Post a reply to this message

From: Bill Pragnell
Subject: Re: Clouds project
Date: 28 Apr 2009 13:40:00
Message: <web.49f73e79da6d78fe69f956610@news.povray.org>
"Sven Littkowski" <Sve### [at] Jamaica-Focuscom> wrote:
> Bill, I would join making a number of test renders with clouds. Can you
> provide me a link to that cloud macro, or the source code? I would
> appreciate this a lot! I would also like to know the parameters you're
> using. Thanks!

It's still very much a wip at the moment, but I'd be happy to post source code
when it's more complete.
:)


Post a reply to this message

From: Ferdinand
Subject: Re: Clouds project
Date: 29 Apr 2009 12:18:59
Message: <mn.ec4a7d94250ee33b.87542@fri.fre>

> "Sven Littkowski" <Sve### [at] Jamaica-Focuscom> wrote:
>> Bill, I would join making a number of test renders with clouds. Can you
>> provide me a link to that cloud macro, or the source code? I would
>> appreciate this a lot! I would also like to know the parameters you're
>> using. Thanks!
>
> It's still very much a wip at the moment, but I'd be happy to post source 
> code when it's more complete.
>  :)

When ? ;o)

seriously, i'm so eager to try your macro.

-- 
A+
Ferdinand
http://lymbe.free.fr/index.htm


Post a reply to this message

From: Bruno Cabasson
Subject: Re: Clouds project
Date: 29 Apr 2009 12:22:09
Message: <op.us5o01drm1sclq@pignouf>
Le Sun, 19 Apr 2009 23:20:47 +0200, Bill Pragnell  


> Tricky things, clouds. All my previous experiments with media clouds  
> have been
> slow, unrealistic, and fiddly. Gilles' df3 technique is sly, and his  
> example
> images beautiful. However, I've always wanted a cloud macro that will  
> 'just
> work' in a scene, without the need for external tools and without the  
> memory
> consumption of hi-res df3s.
>
> This image is a decent result from a set of macros I've recently been  
> developing
> - it rendered in ~30 mins on my 1.8GHz macbook, which I think is very  
> good for
> 'pure' object-pattern-based media (this is without aa - unfortunately it  
> takes
> a lot longer with aa).
>
> Using a blob as the pattern template makes the rendering much quicker,  
> and
> lowering the media aa_level is also a great speedup I'd never tried  
> before. My
> basic cloud macro currently has 11 parameters, which sounds like a lot,  
> but this
> includes location and size, turbulence, solidity and so on, which makes  
> tweaking
> a lot easier. I've also got a quality parameter, the lowest setting of  
> which
> just uses the solid blob objects - very handy for shape and location  
> checks
> (and also looks pretty surreal!).
>
> Anyway, this is a wip so I'll post more interesting results as I get  
> them...


Hello POVers.

Perhaps some people here will remember me. It's a loooong time I was not  
present among the POV community. Real life took me away from you (sigh...)  
for months and from my POV-related projects. The main project is still  
alive and is called TerraPOV. It deals with landscape scenes, inspired by  
Terragen, and I was mainly focusing on atmosphere and cloudscapes, which  
is a difficult exercise if you want to have quite-realistic results. I had  
some encouraging renders. I came back on POV forums and to TerraPOV  
recently. My new machine (overclocked Q6600) allows a step forward. I feel  
like I can say something on this thread about clouds.


TerraPOV has 3 major dimensions:

     1) Atmospheres & cloudscapes/single could
     2) Terrain generation/texturing
     3) Preview & other user-friendly features

I also remember that I promessed you a tutorial for the principles ruling  
TerraPOV's atmophere & clouscape system. I will keep my promess soon.

Here are a few things I can get, among them is the last render I got last  
night (atmo_demo5bis.png and atmo_demo5ter.png), based on a previous test  
scene, but with higher settings. The problem I have now is to find a  
solution for multi-layer cloudscapes because monte-carlo integration can  
only be in a single container. Until now, cloud layers are contained  
within spherical shells. I am currently trying to find a way to have  
multiple layers (2 or 3 are enough for most cases) within a single shell  
container without setting too many intervals or samples for the media.

The last picture 'atmo_demo5ter.png' is the same as 'atmo_demo5bis' shows  
what can happen with 2 layers, which is more visible at low elevations  
(resp 3deg and 18deg). The bottom layer is dark because integration only  
occurs within the shell and does not take into account what happens above.  
You can see that the top layer bahaves as It could be expected.


I am very happy to be back, and I sincerely hope I can get regular  
availability and time here. It is always a nice pleasure to be with people  
around here.


Bruno

-- 

http://www.opera.com/mail/


Post a reply to this message


Attachments:
Download 'atmo_demo5bis.png' (405 KB) Download 'sky_21.png' (234 KB) Download 'sky_23_2.png' (350 KB) Download 'atmo_demo5ter.png' (299 KB)

Preview of image 'atmo_demo5bis.png'
atmo_demo5bis.png

Preview of image 'sky_21.png'
sky_21.png

Preview of image 'sky_23_2.png'
sky_23_2.png

Preview of image 'atmo_demo5ter.png'
atmo_demo5ter.png


 

Goto Latest 10 Messages Next 7 Messages >>>

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