POV-Ray : Newsgroups : povray.binaries.images : water surface (~50k jpg) Server Time
11 Aug 2024 11:18:56 EDT (-0400)
  water surface (~50k jpg) (Message 1 to 10 of 10)  
From: Ross Litscher
Subject: water surface (~50k jpg)
Date: 8 Apr 2004 12:19:38
Message: <40757b9a@news.povray.org>
here's a water surface i was happy with. it's produced with a heightfield
using these pigments. It's probably to "noisy" for something like Bill
Hails tranquill scene, though. 

in the image itself, i used a "pigment { rgbt <1, 1, 1, .97> }", and a
"finish { specular .2 roughness .1 reflection .3}" to texture the
heightfield. Photons were also used. 

it was going to be a scene of a "water moving facility" with down-trodden
slaves doing nothing but endlessly pushing water through for no apparent
reason. but i digress. it wouldnt be hard to smooth this out a little to
make it less "active" so to speak. 

#declare wrink = pigment {
  wrinkles 
  color_map {
    [0.0 rgb 1]
    [0.3 rgb .8]
    [0.6 rgb .4]
    [0.9 rgb .1]
    [1.0 rgb .8]
  }
}  

#declare rip = pigment {
  ripples 
  color_map {
    [0.0 rgb 1]
    [0.3 rgb .8]
    [0.6 rgb .4]
    [0.9 rgb .1]
    [1.0 rgb .8]    
  }
}          

plane {
  <0, 0, 1>, 10
  pigment {
    average 
    pigment_map {
      [1.0 wrink scale <1, 1.5, 1>]
      [0.8 rip scale <2, 2.5, 1>*.6 translate <-15, -3, 1>]
    }
  }
}


Post a reply to this message


Attachments:
Download 'the_rowman.jpg' (44 KB)

Preview of image 'the_rowman.jpg'
the_rowman.jpg


 

From: Christopher James Huff
Subject: Re: water surface (~50k jpg)
Date: 8 Apr 2004 13:06:00
Message: <cjameshuff-E8FD30.13064508042004@news.povray.org>
In article <40757b9a@news.povray.org>,
 Ross Litscher <rli### [at] everestkcnet> wrote:

> it was going to be a scene of a "water moving facility" with down-trodden
> slaves doing nothing but endlessly pushing water through for no apparent
> reason. but i digress. it wouldnt be hard to smooth this out a little to
> make it less "active" so to speak. 

Your description reminds me of the fictional Pacific island (based on 
Sri Lanka) that was described in Arthur C. Clarke's book The Fountains 
of Paradise. The local king/warlord had a bunch of pleasure gardens 
built, along with some large fountains fed from a cistern on a mountain. 
To keep the fountains going, he had hundreds of slaves continually 
carrying water up to the cistern.

-- 
Christopher James Huff <cja### [at] earthlinknet>
http://home.earthlink.net/~cjameshuff/
POV-Ray TAG: <chr### [at] tagpovrayorg>
http://tag.povray.org/


Post a reply to this message

From: Ross Litscher
Subject: Re: water surface (~50k jpg)
Date: 8 Apr 2004 14:13:59
Message: <40759667@news.povray.org>
Christopher James Huff wrote:

> In article <40757b9a@news.povray.org>,
>  Ross Litscher <rli### [at] everestkcnet> wrote:
> 
>> it was going to be a scene of a "water moving facility" with down-trodden
>> slaves doing nothing but endlessly pushing water through for no apparent
>> reason. but i digress. it wouldnt be hard to smooth this out a little to
>> make it less "active" so to speak.
> 
> Your description reminds me of the fictional Pacific island (based on
> Sri Lanka) that was described in Arthur C. Clarke's book The Fountains
> of Paradise. The local king/warlord had a bunch of pleasure gardens
> built, along with some large fountains fed from a cistern on a mountain.
> To keep the fountains going, he had hundreds of slaves continually
> carrying water up to the cistern.
> 

Interesting :) I've heard of the book, but never knew what it was about. For
this scene, i got stuck on the waterfall part that was supposed to be at
the near end, but isn't. I thought about doing tiny blobs, but how to do a
nice "fade" between the top surface heightfield and the droplets, i don't
know. H.E. Day had an amazing waterfall a few years back... maybe it's time
to search to see if he posted code.


Post a reply to this message

From: Bill Hails
Subject: Re: water surface (~50k jpg)
Date: 8 Apr 2004 16:11:58
Message: <4075b20e@news.povray.org>
I see what you mean about averaging, it works really well.

-- 
Bill Hails


Post a reply to this message

From: Bill Hails
Subject: Re: water surface (~50k jpg)
Date: 8 Apr 2004 16:18:41
Message: <4075b3a1@news.povray.org>
Christopher James Huff wrote:

> In article <40757b9a@news.povray.org>,
>  Ross Litscher <rli### [at] everestkcnet> wrote:
> 
>> it was going to be a scene of a "water moving facility" with down-trodden
>> slaves doing nothing but endlessly pushing water through for no apparent
>> reason. but i digress. it wouldnt be hard to smooth this out a little to
>> make it less "active" so to speak.
> 
> Your description reminds me of the fictional Pacific island (based on
> Sri Lanka) that was described in Arthur C. Clarke's book The Fountains
> of Paradise. The local king/warlord had a bunch of pleasure gardens
> built, along with some large fountains fed from a cistern on a mountain.
> To keep the fountains going, he had hundreds of slaves continually
> carrying water up to the cistern.
> 

King Kalidasa of Taprobane. By a strange coincidence I just finished
reading that a while back :-)
-- 
Bill Hails


Post a reply to this message

From: Jim Kocali
Subject: Re: water surface (~50k jpg)
Date: 8 Apr 2004 18:50:34
Message: <4075d73a$1@news.povray.org>
"Ross Litscher" <rli### [at] everestkcnet> wrote

> here's a water surface i was happy with. it's produced with a heightfield
> using these pigments. It's probably to "noisy" for something like Bill
> Hails tranquill scene, though.

It reminds me of jello or something solid more than water for some reason.


Post a reply to this message

From: Dan P
Subject: Re: water surface (~50k jpg)
Date: 8 Apr 2004 18:52:46
Message: <4075d7be$1@news.povray.org>
Ross Litscher wrote:

> here's a water surface i was happy with. it's produced with a heightfield
> using these pigments. It's probably to "noisy" for something like Bill
> Hails tranquill scene, though. 

<snip:technical />

Awesome! I learned a lot from this image! Thank you!!!

-- 
Respectfully,
Dan P
http://<broken link>


Post a reply to this message

From: Ross Litscher
Subject: Re: water surface (~50k jpg)
Date: 9 Apr 2004 10:45:03
Message: <4076b6ef$1@news.povray.org>
"Jim Kocali" <jko### [at] hotmailcom> wrote in message
news:4075d73a$1@news.povray.org...
> "Ross Litscher" <rli### [at] everestkcnet> wrote
>
> > here's a water surface i was happy with. it's produced with a
heightfield
> > using these pigments. It's probably to "noisy" for something like Bill
> > Hails tranquill scene, though.
>
> It reminds me of jello or something solid more than water for some reason.
>
>
>

hehe, lol. Mmmm Jello. I wonder why this is. Maybe it's too shiney?


Post a reply to this message

From: Ross Litscher
Subject: Re: water surface (~50k jpg)
Date: 9 Apr 2004 10:53:15
Message: <4076b8db$1@news.povray.org>
"Dan P" <dan### [at] yahoocom> wrote in message
news:4075d7be$1@news.povray.org...
> Ross Litscher wrote:
>
> > here's a water surface i was happy with. it's produced with a
heightfield
> > using these pigments. It's probably to "noisy" for something like Bill
> > Hails tranquill scene, though.
>
> <snip:technical />
>
> Awesome! I learned a lot from this image! Thank you!!!
>

Cool. Glad to help somehow ;)


Post a reply to this message

From: Christopher James Huff
Subject: Re: water surface (~50k jpg)
Date: 10 Apr 2004 10:53:12
Message: <cjameshuff-7EDDC9.10540010042004@news.povray.org>
In article <40759667@news.povray.org>,
 Ross Litscher <rli### [at] everestkcnet> wrote:

> Interesting :) I've heard of the book, but never knew what it was about.

Well, that's just part of the setting...the book is called "The 
Fountains of Paradise", but it isn't about the fountains...not water 
ones, anyway. It's really a surprisingly accurate story about a guy 
trying to build a space elevator...it starts off with him demonstrating 
a remarkably strong new material composed of of long chain molecules of 
carbon.


> For
> this scene, i got stuck on the waterfall part that was supposed to be at
> the near end, but isn't. I thought about doing tiny blobs, but how to do a
> nice "fade" between the top surface heightfield and the droplets, i don't
> know. H.E. Day had an amazing waterfall a few years back... maybe it's time
> to search to see if he posted code. 

Make a fountain instead? ;-)

-- 
Christopher James Huff <cja### [at] earthlinknet>
http://home.earthlink.net/~cjameshuff/
POV-Ray TAG: <chr### [at] tagpovrayorg>
http://tag.povray.org/


Post a reply to this message

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