POV-Ray : Newsgroups : povray.binaries.images : Tracing the path of streams Server Time
25 Apr 2024 16:24:55 EDT (-0400)
  Tracing the path of streams (Message 1 to 10 of 77)  
Goto Latest 10 Messages Next 10 Messages >>>
From: Kirk Andrews
Subject: Tracing the path of streams
Date: 14 Feb 2017 14:05:01
Message: <web.58a353e0c23a6d9d61e8dc40@news.povray.org>
Hey everyone! Been a long time!

I found myself in need of a creative outlet, and so I dug up my old POV files.
When last I left off years ago, I had been working on trying to get more
interesting water formations in my landscapes. I had apparently stopped mid-way
through a little algorithm for tracing the flow of streams through the
landscape, forming lakes in the valleys. I decided to try and finish it out a
little more.


Post a reply to this message


Attachments:
Download 'water3.jpg' (378 KB)

Preview of image 'water3.jpg'
water3.jpg


 

From: William F Pokorny
Subject: Re: Tracing the path of streams
Date: 14 Feb 2017 14:52:24
Message: <58a35ff8$1@news.povray.org>
On 02/14/2017 02:01 PM, Kirk Andrews wrote:
> Hey everyone! Been a long time!
>
> I found myself in need of a creative outlet, and so I dug up my old POV files.
> When last I left off years ago, I had been working on trying to get more
> interesting water formations in my landscapes. I had apparently stopped mid-way
> through a little algorithm for tracing the flow of streams through the
> landscape, forming lakes in the valleys. I decided to try and finish it out a
> little more.
>
Cool - and welcome back!

What general approach are you using?

Bill P.


Post a reply to this message

From: Kirk Andrews
Subject: Re: Tracing the path of streams
Date: 14 Feb 2017 15:30:01
Message: <web.58a367fcbd8ebaffd61e8dc40@news.povray.org>
> Cool - and welcome back!
>
> What general approach are you using?
>
> Bill P.

Thanks!


test points in a circle to find the lowest point nearby, build a cone from here
to there, and repeat. If we find ourselves in a valley, we'll keep expanding our
test radius until we find a way out, and fill it up with a cylinder as we go.


Post a reply to this message

From: Stephen
Subject: Re: Tracing the path of streams
Date: 14 Feb 2017 15:41:45
Message: <58a36b89$1@news.povray.org>
On 2/14/2017 8:26 PM, Kirk Andrews wrote:
>> Cool - and welcome back!
>>
>> What general approach are you using?
>>
>> Bill P.
>
> Thanks!
>
> It's pretty simplistic – we start a stream in at a random location, use trace to
> test points in a circle to find the lowest point nearby, build a cone from here
> to there, and repeat. If we find ourselves in a valley, we'll keep expanding our
> test radius until we find a way out, and fill it up with a cylinder as we go.
>

Isn't that what water does in RL?
It looks good.

-- 

Regards
     Stephen


Post a reply to this message

From: Kirk Andrews
Subject: Re: Tracing the path of streams
Date: 14 Feb 2017 16:50:00
Message: <web.58a37b11bd8ebaffd61e8dc40@news.povray.org>
> Isn't that what water does in RL?
> It looks good.
>
> --
>
> Regards
>      Stephen

Well, I suppose to really get it down we'd probably want to factor in some
inertia.


Post a reply to this message

From: Stephen
Subject: Re: Tracing the path of streams
Date: 14 Feb 2017 17:17:04
Message: <58a381e0$1@news.povray.org>
On 2/14/2017 9:48 PM, Kirk Andrews wrote:
>> Isn't that what water does in RL?
>> It looks good.
>>
>> --
>>
>> Regards
>>       Stephen
>
> Well, I suppose to really get it down we'd probably want to factor in some
> inertia.
>

No, to get the water down you just need gravity. :-)
Seriously, Would you intend to make close ups or an animation? These 
landscapes are generally quite static over short time spans. (I am sure 
Thomas might have an opinion.)

It actually gives me an impression of the Scottish Highlands with 
interconnected lochs. It can't be because the sun is shining and it 
doesn't look cold. ;-)
I like the pattern of vegetation as well.
How long did it take to parse and render?


-- 

Regards
     Stephen


Post a reply to this message

From: Thomas de Groot
Subject: Re: Tracing the path of streams
Date: 15 Feb 2017 02:51:33
Message: <58a40885$1@news.povray.org>
On 14-2-2017 23:17, Stephen wrote:
> On 2/14/2017 9:48 PM, Kirk Andrews wrote:
>>> Isn't that what water does in RL?
>>> It looks good.
>>>
>>> --
>>>
>>> Regards
>>>       Stephen
>>
>> Well, I suppose to really get it down we'd probably want to factor in
>> some
>> inertia.
>>
>
> No, to get the water down you just need gravity. :-)
> Seriously, Would you intend to make close ups or an animation? These
> landscapes are generally quite static over short time spans. (I am sure
> Thomas might have an opinion.)
>

Oh, I do! I do! This is coming at a time when I have been wondering how 
to fill those valleys with streams. Lately, I have been working with a 
combination and alternation of Wilbur, Bryce, Terrabrush, GeoControl, 
and World Machine on the same height_field, to generate landscapes where 
river valleys are eroded down. Problem is the water and I have not got 
that far indeed. So, I am quite interested in this development. It is 
looking very good!

> It actually gives me an impression of the Scottish Highlands with
> interconnected lochs. It can't be because the sun is shining and it
> doesn't look cold. ;-)
> I like the pattern of vegetation as well.
> How long did it take to parse and render?
>
>

-- 
Thomas


Post a reply to this message

From: Paolo Gibellini
Subject: Re: Tracing the path of streams
Date: 15 Feb 2017 03:35:52
Message: <58a412e8$1@news.povray.org>
Kirk Andrews wrote on 14/02/2017 20:01:
> Hey everyone! Been a long time!
>
> I found myself in need of a creative outlet, and so I dug up my old POV files.
> When last I left off years ago, I had been working on trying to get more
> interesting water formations in my landscapes. I had apparently stopped mid-way
> through a little algorithm for tracing the flow of streams through the
> landscape, forming lakes in the valleys. I decided to try and finish it out a
> little more.
>
I like it, especially the details like rivers and clouds.
Paolo


Post a reply to this message

From: Kirk Andrews
Subject: Re: Tracing the path of streams
Date: 15 Feb 2017 23:35:00
Message: <web.58a52b3fbd8ebaffd61e8dc40@news.povray.org>
Thomas de Groot <tho### [at] degrootorg> wrote:

> Oh, I do! I do! This is coming at a time when I have been wondering how
> to fill those valleys with streams. Lately, I have been working with a
> combination and alternation of Wilbur, Bryce, Terrabrush, GeoControl,
> and World Machine on the same height_field, to generate landscapes where
> river valleys are eroded down. Problem is the water and I have not got
> that far indeed. So, I am quite interested in this development. It is
> looking very good!

> --
> Thomas

That erosion element is the missing piece here, of course. This scene looks like
it's never rained here before, and there are no actual streams or lake beds,
just water pouring over the surface.

I've made some improvements and have been trying to get another render done, but
unfortunately, I seem to be running into a bug with my build of POV running on
this Mac (the last of my PCs died a couple months ago). It'll parse fine, and
start rendering just fine, but it keeps crashing and closing mid render.

You're more than welcome to see what you can do with it though!

https://www.dropbox.com/s/1j0kes0x79u9zz9/Water3.pov?dl=0


Post a reply to this message

From: Kirk Andrews
Subject: Re: Tracing the path of streams
Date: 15 Feb 2017 23:40:01
Message: <web.58a52c59bd8ebaffd61e8dc40@news.povray.org>
Stephen <mca### [at] aolcom> wrote:

> No, to get the water down you just need gravity. :-)
> Seriously, Would you intend to make close ups or an animation? These
> landscapes are generally quite static over short time spans. (I am sure
> Thomas might have an opinion.)
>
> It actually gives me an impression of the Scottish Highlands with
> interconnected lochs. It can't be because the sun is shining and it
> doesn't look cold. ;-)
> I like the pattern of vegetation as well.
> How long did it take to parse and render?
>
>
> --
>
> Regards
>      Stephen

I haven't played too much with animation, but suppose you could. It's not going
to look too fantastic if you do a close up of those streams, since they're made
of cones and spheres. You'd definitely be able to tell that up close.

I've thought that maybe I could switch to building a mesh for the streams
instead; that would probably yield better close-up potential.

At the moment, it takes about half a second per stream to parse. There are about
100 streams in this render. If I don't have other settings cranked up too high,
render times are just a few minutes right now.


Post a reply to this message

Goto Latest 10 Messages Next 10 Messages >>>

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