POV-Ray : Newsgroups : povray.binaries.images : Beach again (34kbbu) Server Time
19 Aug 2024 12:23:20 EDT (-0400)
  Beach again (34kbbu) (Message 1 to 10 of 15)  
Goto Latest 10 Messages Next 5 Messages >>>
From: Kevin Ellis
Subject: Beach again (34kbbu)
Date: 5 Dec 2000 10:06:35
Message: <3a2d047b@news.povray.org>
Hi

Well I changed the sand and water to RMF's. Made the clouds a bit less
fuzzy, although they still need some refinement (more intervals I thinks).
The water is a bit darker, but the sand below is a bit too bumpy, I'll add
an if() statement to the sand to make it a bit flatter below the water.

Now all I need is some objects to put in it, although I have a couple of
ideas. These should give a sense of direction of where the sun is, as it is
still not very obvious.

Comments and criticisms more than welcome

Kev

http://web.libertysurf.co.uk/kevin.ellis


Post a reply to this message


Attachments:
Download 'beach.jpg' (34 KB)

Preview of image 'beach.jpg'
beach.jpg


 

From: Tony[B]
Subject: Re: Beach again (34kbbu)
Date: 5 Dec 2000 10:34:56
Message: <3a2d0b20@news.povray.org>
The clouds are much better now. The border where the sand becomes darker
should be smooth, not bozo-y. Have you experimented with the idea I
suggested for the clouds?


Post a reply to this message

From: Dawn McKnight
Subject: Re: Beach again (34kbbu)
Date: 5 Dec 2000 10:35:43
Message: <3A2D0B4C.430F1EEB@mac.com>
Kevin Ellis wrote:
> Now all I need is some objects to put in it

A big umbrella, a wooden chaise lounge, a beach ball, a sand castle?  A
towel, a discarded bikini top, a sun-tan oil bottle?  Odd,
exterior-finished walls leaning inward, with a sign that says 'Welcome
to the asylum'?

> Comments and criticisms more than welcome

There's something odd about the water line.  It should be darker, but
also smoother than it appears here... this looks 'noisy,' which is not
my memory of wave-washed sand.

Nice work, overall, and definite progress from the last one!

-- 
Dawn McKnight      | "Who cares what the hipbone's connected to? I'm in Neurology!"
McK### [at] maccom   |					-- Justine Devlin, M.D.


Post a reply to this message

From: Christoph Hormann
Subject: Re: Beach again (34kbbu)
Date: 5 Dec 2000 10:48:44
Message: <3A2D0E5D.D76AF46B@gmx.de>
It's already much better, but as Dawn mentioned, the wet sand should have
a finer structure.  

I also wonder about the large scale structures in the water.  They don't
seem to be reflections from the clouds and look somewhat irritating.

Christoph

-- 
Christoph Hormann <chr### [at] gmxde>
IsoWood include, radiosity tutorial, TransSkin and other 
things on: http://www.schunter.etc.tu-bs.de/~chris/


Post a reply to this message

From: Kevin Ellis
Subject: Re: Beach again (34kbbu)
Date: 5 Dec 2000 10:55:08
Message: <3a2d0fdc@news.povray.org>
Tony[B] wrote in message <3a2d0b20@news.povray.org>...
>The clouds are much better now. The border where the sand becomes darker
>should be smooth, not bozo-y. Have you experimented with the idea I
>suggested for the clouds?

The sand border would've been smoother but I scaled before I turbulated,
should've been the other way around. Damn, typos.

I did have a quick go at bounding the clouds with an iso, but it is really
really slow. So I gave up. I may go back when I have a bit more time.

Kev

http://web.libertysurf.co.uk/kevin.ellis


Post a reply to this message

From: Kevin Ellis
Subject: Re: Beach again (34kbbu)
Date: 5 Dec 2000 10:58:41
Message: <3a2d10b1@news.povray.org>
Dawn McKnight wrote in message <3A2D0B4C.430F1EEB@mac.com>...
>A big umbrella, a wooden chaise lounge, a beach ball, a sand castle?  A
>towel, a discarded bikini top, a sun-tan oil bottle?  Odd,
>exterior-finished walls leaning inward, with a sign that says 'Welcome
>to the asylum'?

I like the last idea the best.

>There's something odd about the water line.  It should be darker, but
>also smoother than it appears here... this looks 'noisy,' which is not
>my memory of wave-washed sand.

Thanks, that'll be me getting my scalings and turbulations in the wrong
order again.

>Nice work, overall, and definite progress from the last one!

Thanks, hopefully so will the next update :)

Kev

http://web.libertysurf.co.uk/kevin.ellis


Post a reply to this message

From: Kevin Ellis
Subject: Re: Beach again (34kbbu)
Date: 5 Dec 2000 11:09:12
Message: <3a2d1328$1@news.povray.org>
Christoph Hormann wrote in message <3A2D0E5D.D76AF46B@gmx.de>...
>
>
>It's already much better, but as Dawn mentioned, the wet sand should have
>a finer structure.

Thanks, that's now sorted.

>I also wonder about the large scale structures in the water.  They don't
>seem to be reflections from the clouds and look somewhat irritating.

As I said, and have now done. I added an if() statement to the sand iso so
that the RMF pertubations are about 5 times less bumpy below the water level
than they are above it. i.e

function {
    y
    +0.07*if(-z,-z,1) // Sloping off in -z direction
    -35*Func2(x/400,y/200,z/400) // Overall Shape
    -1.9*Func2(x/30,y/30,z/30)*if(y+6,1,0.2) // Less bumpy below water line
}

actually the

+0.07*if(-z,-z,1)

should probably be

+0.07*if(-z,-z,min(z,1)) ,

I'll have to check this one now. That first one should create a problem at
z=0, but then again so should the other one at y=6. Oh well, they seem to
work ok :)

Kev

http://web.libertysurf.co.uk/kevin.ellis


Post a reply to this message

From: Bob H 
Subject: Re: Beach again (34kbbu)
Date: 5 Dec 2000 17:04:48
Message: <3a2d6680@news.povray.org>
Seems I have little time to reply to things around here anymore but I had to
stop and say how the days of using a turbulent blue and white bozo pattern on
the inside of a sphere seem so long ago, although perhaps not gone completely.
Not only great clouds but overall good look to this. Except besides the
comments already made I thought it looks resized from a smaller rendering.  No?

Bob H.


Post a reply to this message

From: Rick [Kitty5]
Subject: Re: Beach again (34kbbu)
Date: 5 Dec 2000 17:34:55
Message: <3a2d6d8f@news.povray.org>
Seems to be looking much better, whats the render time on this sucker?


Post a reply to this message

From: Steve
Subject: Re: Beach again (34kbbu)
Date: 5 Dec 2000 17:56:42
Message: <slrn92qrgr.r4j.steve@zero-pps.localdomain>
This is so awesome, looks more like an inland pool than a sea 
shore, but it is very well done, and the clouds have come 
along quite a bit since your last posting, there's still a 
touch of fuzzieness there, but I think it's acceptable, the 
layered appearance works well. 

I hope we're going to see the code for this baby. 

-- 
Cheers
Steve              email mailto:ste### [at] zeroppsuklinuxnet

%HAV-A-NICEDAY Error not enough coffee  0 pps. 

web http://www.zeropps.uklinux.net/

or  http://start.at/zero-pps

 10:16pm  up 56 days, 41 min,  2 users,  load average: 1.02, 1.07, 1.03


Post a reply to this message

Goto Latest 10 Messages Next 5 Messages >>>

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