POV-Ray : Newsgroups : povray.binaries.images : Sunset w/ atmospherics (~40 Kb) Server Time
3 Oct 2024 13:18:16 EDT (-0400)
  Sunset w/ atmospherics (~40 Kb) (Message 10 to 19 of 19)  
<<< Previous 9 Messages Goto Initial 10 Messages
From: Mike
Subject: Re: Sunset w/ atmospherics (~40 Kb)
Date: 30 Jan 2000 10:30:42
Message: <38945663.9493E6EC@aol.com>
Very cool wavy sun effect.

-Mike


Post a reply to this message

From: Abe
Subject: Re: Sunset w/ atmospherics (~40 Kb)
Date: 30 Jan 2000 14:52:24
Message: <38949649.7CA8488@taconic.net>
If its OK, I'd rather not post this source (as it stands) simply because
it is so clumsy and dirty - chiefly in respect to handling the color
gradient on the sky. Roughly speaking the workings are as follows:

- The haze is a partial filtering fog. This reddens the sun disc at the
bottom.

- The sundisc is a y gradient pigment_map on a disk. The pigment map
entries consist of a spherical pattern w/ increasing x turbulence. This
is done via a #while loop. (The whole gradient had to be shifted to
avoid the mirroring about 0.) A turbulence warp is used to squash the
"distortions". 

The scene, as coded, has little bearing on reality (scattering,
refraction, etc.). However, it is relatively fast.

I hope this answers some questions. If someone is interested in more I
can post some snippets in p.t.s-f

-Abe


Post a reply to this message

From: Abe
Subject: Re: Sunset w/ atmospherics (~40 Kb)
Date: 30 Jan 2000 15:05:31
Message: <3894995C.5A1E2D4D@taconic.net>
No, this is not even close to an imitation - just good old turbulence.
Your comment, however, started a train of thought around the idea of
using a surface with an appropriatly purturbed normal and an ior to
simulate this effect. Actually, this is still pretty far from "the real
thing", but it might be interesting to try.

In regards to "Cadman's Ray-tracing Philosophy", I would agree with it -
in part. However, in regards to addressing _art_ ... well, thats a topic
for povray.philosophy.art  :)

cadman wrote:
> 
> Very very nice.  Just curious, does the method you used imitate nature?  If
> so, that's awesome, and educational.  If art imitates nature, I've found
> that you can make many more things look like they do in real life, and
> usually you can use that sort of in more than one setting.  "Ray-tracing
> philosophy, by cadman."


Post a reply to this message

From: Bob Hughes
Subject: Re: Sunset w/ atmospherics (~40 Kb)
Date: 30 Jan 2000 16:43:52
Message: <3894b098@news.povray.org>
I see now, thanks for the insight into it.

Bob


Post a reply to this message

From: David Fontaine
Subject: Re: Sunset w/ atmospherics (~40 Kb)
Date: 30 Jan 2000 16:47:28
Message: <3894B147.2FEAB42F@faricy.net>
> For those interested in this sort of thing...this is the result of
> another sunset exercise in MegaPOV (actually, only the HF texture really
> depends on the patch). The object was to simulate distorting the effects
> of atmospheric refraction on the sun disc near the horizon.

These sky things keep getting better and better...
The hf texture is slope-dependent, right?

--
Homepage: http://www.faricy.net/~davidf/
___     ______________________________
 | \     |_       <dav### [at] faricynet>
 |_/avid |ontaine      <ICQ 55354965>


Post a reply to this message

From: Ron Parker
Subject: Re: Sunset w/ atmospherics (~40 Kb)
Date: 31 Jan 2000 08:52:09
Message: <slrn89b4tb.v8.ron.parker@ron.gwmicro.com>
On Sun, 30 Jan 2000 14:51:37 -0500, Abe wrote:
>(The whole gradient had to be shifted to
>avoid the mirroring about 0.)

This is a common solution, but I've found one that I think works 
better:

  pigment {gradient x warp{repeat x}}

-- 
These are my opinions.  I do NOT speak for the POV-Team.
The superpatch: http://www2.fwi.com/~parkerr/superpatch/
My other stuff: http://www2.fwi.com/~parkerr/traces.html


Post a reply to this message

From: Ken
Subject: Re: Sunset w/ atmospherics (~40 Kb)
Date: 31 Jan 2000 09:34:28
Message: <38959D13.A80536F8@pacbell.net>
Ron Parker wrote:
> 
> On Sun, 30 Jan 2000 14:51:37 -0500, Abe wrote:
> >(The whole gradient had to be shifted to
> >avoid the mirroring about 0.)
> 
> This is a common solution, but I've found one that I think works
> better:
> 
>   pigment {gradient x warp{repeat x}}

Better, when the same result can be achieved either way ?

Pick. Pick.

-- 
Ken Tyler -  1300+ Povray, Graphics, 3D Rendering, and Raytracing Links:
http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/


Post a reply to this message

From: Ron Parker
Subject: Re: Sunset w/ atmospherics (~40 Kb)
Date: 31 Jan 2000 09:54:56
Message: <slrn89b8j2.v8.ron.parker@ron.gwmicro.com>
On Mon, 31 Jan 2000 06:32:51 -0800, Ken wrote:
>
>
>Ron Parker wrote:
>> 
>> On Sun, 30 Jan 2000 14:51:37 -0500, Abe wrote:
>> >(The whole gradient had to be shifted to
>> >avoid the mirroring about 0.)
>> 
>> This is a common solution, but I've found one that I think works
>> better:
>> 
>>   pigment {gradient x warp{repeat x}}
>
>Better, when the same result can be achieved either way ?

Except that the offsetting solution can have bad effects if you have a 
bozo or other noise-based pigment in the mix, and sometimes just moving 
the problem area isn't good enough.

-- 
These are my opinions.  I do NOT speak for the POV-Team.
The superpatch: http://www2.fwi.com/~parkerr/superpatch/
My other stuff: http://www2.fwi.com/~parkerr/traces.html


Post a reply to this message

From: Josh English
Subject: Re: Sunset w/ atmospherics (~40 Kb)
Date: 31 Jan 2000 14:41:58
Message: <3895E55E.414DA174@spiritone.com>
Playing around with this idea, I used a simple spherical pigment on a
disc, and used warp { repeat z } instead and found a great image, too
bad it's technically bug, I think. I found another one with a bunchof
torii placed really close to gether with a small first radius (zero) and
a larger second radius.
the images are speckled but clear.

Ron Parker wrote:

> On Sun, 30 Jan 2000 14:51:37 -0500, Abe wrote:
> >(The whole gradient had to be shifted to
> >avoid the mirroring about 0.)
>
> This is a common solution, but I've found one that I think works
> better:
>
>   pigment {gradient x warp{repeat x}}
>
> --
> These are my opinions.  I do NOT speak for the POV-Team.
> The superpatch: http://www2.fwi.com/~parkerr/superpatch/
> My other stuff: http://www2.fwi.com/~parkerr/traces.html

--
Josh English
eng### [at] spiritonecom
"May your hopes, dreams, and plans not be destroyed by a few zeros."


Post a reply to this message

From: Steve
Subject: Re: Sunset w/ atmospherics (~40 Kb)
Date: 4 Feb 2000 19:26:13
Message: <slrn89mpfv.3v7.sjlen@zero-pps.localdomain>
Abe

Yet another beautiful image, but the foreground spoils 
it a bit, it seems to be a bit harsh in contrast to 
the backdrop.

Keep up the good work. 

-- 
Cheers
Steve              email mailto:sjl### [at] ndirectcouk

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

web http://www.ndirect.co.uk/~sjlen/

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

  8:33pm  up 1 day, 20:02,  5 users,  load average: 1.01, 1.02, 0.98


Post a reply to this message

<<< Previous 9 Messages Goto Initial 10 Messages

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