POV-Ray : Newsgroups : povray.binaries.images : sky light render Server Time
7 May 2024 17:59:09 EDT (-0400)
  sky light render (Message 11 to 20 of 23)  
<<< Previous 10 Messages Goto Latest 10 Messages Next 3 Messages >>>
From: clipka
Subject: Re: sky light render
Date: 9 Apr 2016 08:00:11
Message: <5708eecb$1@news.povray.org>
Am 09.04.2016 um 13:38 schrieb LanuHum:
> "And" <49341109@ntnu.edu.tw> wrote:
>> "And" <49341109@ntnu.edu.tw> wrote:
>>> I'm develop a sky light generator.
>>> It is near finished. This is a demo image.
>>
>> Files at
>>
http://news.povray.org/povray.binaries.scene-files/thread/%3Cweb.5707d40c6218fcf9af5560460%40news.povray.org%3E/
>>
>> I write it fast because I also want to release it quickly.
>> I must go to bed.
> 
> 
> I downloaded, I rendered...
> This sky?

This! Is! SPARTA!

Sorry, couldn't resist :)


Post a reply to this message

From: And
Subject: Re: sky light render
Date: 9 Apr 2016 09:15:00
Message: <web.5708fd9b87bb2a51af5560460@news.povray.org>
"LanuHum" <Lan### [at] yandexru> wrote:
> "And" <49341109@ntnu.edu.tw> wrote:
> > "And" <49341109@ntnu.edu.tw> wrote:
> > > I'm develop a sky light generator.
> > > It is near finished. This is a demo image.
> >
> > Files at
> >
http://news.povray.org/povray.binaries.scene-files/thread/%3Cweb.5707d40c6218fcf9af5560460%40news.povray.org%3E/
> >
> > I write it fast because I also want to release it quickly.
> > I must go to bed.
>
>
> I downloaded, I rendered...
> This sky?

You should not change the "real" pov-ray camera on my pov scene.

In fact, you should only modify the setting I describes previously.


Post a reply to this message

From: And
Subject: Re: sky light render
Date: 9 Apr 2016 10:05:00
Message: <web.57090bc787bb2a51af5560460@news.povray.org>
clipka <ano### [at] anonymousorg> wrote:
> Am 09.04.2016 um 13:38 schrieb LanuHum:
> > "And" <49341109@ntnu.edu.tw> wrote:
> >> "And" <49341109@ntnu.edu.tw> wrote:
> >>> I'm develop a sky light generator.
> >>> It is near finished. This is a demo image.
> >>
> >> Files at
> >>
http://news.povray.org/povray.binaries.scene-files/thread/%3Cweb.5707d40c6218fcf9af5560460%40news.povray.org%3E/
> >>
> >> I write it fast because I also want to release it quickly.
> >> I must go to bed.
> >
> >
> > I downloaded, I rendered...
> > This sky?
>
> This! Is! SPARTA!
>
> Sorry, couldn't resist :)

That's ...ok


Post a reply to this message

From: LanuHum
Subject: Re: sky light render
Date: 9 Apr 2016 10:25:01
Message: <web.57090f9f87bb2a517a3e03fe0@news.povray.org>
"And" <49341109@ntnu.edu.tw> wrote:

>
> You should not change the "real" pov-ray camera on my pov scene.
>

I changed nothing.

> In fact, you should only modify the setting I describes previously.

If I want to show a cube, I don't turn the camera by 180 degrees from it.
I badly read in English, but I well see the picture. I study changes in source
code looking at the picture. But, in your case I have nothing to begin.
:))))
If you wants to show the sky, turn the camera towards the sky.


Post a reply to this message

From: LanuHum
Subject: Re: sky light render
Date: 9 Apr 2016 10:35:00
Message: <web.570912d987bb2a517a3e03fe0@news.povray.org>
clipka <ano### [at] anonymousorg> wrote:
>
> This! Is! SPARTA!
>
> Sorry, couldn't resist :)

https://www.buro247.ru/images/BD-PICASSO-acrobate-bleu.jpg


Post a reply to this message

From: And
Subject: Re: sky light render
Date: 9 Apr 2016 10:45:01
Message: <web.5709142e87bb2a51af5560460@news.povray.org>
"And" <49341109@ntnu.edu.tw> wrote:
> "And" <49341109@ntnu.edu.tw> wrote:
> > Another concept diagram, the principle of this little program. Each pixel on the
> > output image generates a "primary path" to calculate the scattering sun light
> > with many segments. then return the sum of them. the variable
> > 'sky_light_primary_path_res' in the .pov is control the resolution of it.
> >
> > If the 'calc_secondary_scatter' turn on, it will sampling secondary paths on
> > every segment of the primary path. then add the effect "sunlight --> skylight
> > --> skylight". It will much slower when you turn it on. But for a dense/thick
> > atmosphere it will make some difference.
>
> This is the demo. The left is only the primary scattering, it takes 34s to
> render. the right is calculate the primary + secondary scattering, it takes
> 18m33s to render.

...., I must say, if you want to use it for the environment(lighting), it is not
very well yet. First of all, what's the real extinction coefficient of our
atmosphere. I don't know that very well. The current value is just my guess.
Secondly, the sampling method of the secondary scatter which I implement is not
very good. But you can turn off the ground reflection by setting 'ground_albedo'
zero. It will eliminate the most obvious artifact. Finally, I should calculate
the output color of the sun again(in the output text file).

This image is the comparison of the ground_albedo 0.2 and 0.0. You can see the
artifact disappear.


Post a reply to this message


Attachments:
Download 'demo3.png' (58 KB)

Preview of image 'demo3.png'
demo3.png


 

From: And
Subject: Re: sky light render
Date: 9 Apr 2016 11:10:00
Message: <web.57091ab087bb2a51af5560460@news.povray.org>
"LanuHum" <Lan### [at] yandexru> wrote:
> "And" <49341109@ntnu.edu.tw> wrote:
>
> >
> > You should not change the "real" pov-ray camera on my pov scene.
> >
>
> I changed nothing.
>
> > In fact, you should only modify the setting I describes previously.
>
> If I want to show a cube, I don't turn the camera by 180 degrees from it.
> I badly read in English, but I well see the picture. I study changes in source
> code looking at the picture. But, in your case I have nothing to begin.
> :))))
> If you wants to show the sky, turn the camera towards the sky.

Can you download it again? Because I just downloaded and tested it
immediately(unzipped it, then open the file click the 'render'), it is nothing
wrong.


Post a reply to this message

From: And
Subject: Re: sky light render
Date: 9 Apr 2016 11:25:00
Message: <web.57091dfc87bb2a51af5560460@news.povray.org>
"And" <49341109@ntnu.edu.tw> wrote:
> "LanuHum" <Lan### [at] yandexru> wrote:
> > "And" <49341109@ntnu.edu.tw> wrote:
> >
> > >
> > > You should not change the "real" pov-ray camera on my pov scene.
> > >
> >
> > I changed nothing.
> >
> > > In fact, you should only modify the setting I describes previously.
> >
> > If I want to show a cube, I don't turn the camera by 180 degrees from it.
> > I badly read in English, but I well see the picture. I study changes in source
> > code looking at the picture. But, in your case I have nothing to begin.
> > :))))
> > If you wants to show the sky, turn the camera towards the sky.
>
> Can you download it again? Because I just downloaded and tested it
> immediately(unzipped it, then open the file click the 'render'), it is nothing
> wrong.

When the render finishes, this is what my folder appearance.


Post a reply to this message


Attachments:
Download 'screen.png' (48 KB)

Preview of image 'screen.png'
screen.png


 

From: Thomas de Groot
Subject: Re: sky light render
Date: 10 Apr 2016 02:45:47
Message: <5709f69b$1@news.povray.org>
On 9-4-2016 17:21, And wrote:
> When the render finishes, this is what my folder appearance.
>

And that is correct for me too. Maybe you should emphasize that 
half_render should be put standard to /false/ so that the whole sky is 
rendered, which is more comprehensive. It may take a bit more render 
time but that is no problem.

I still have a lot to test but I like it.

-- 
Thomas


Post a reply to this message

From: Thomas de Groot
Subject: Re: sky light render
Date: 10 Apr 2016 03:21:58
Message: <5709ff16@news.povray.org>
projection (2) gives an error message. In fact, #case(2) is empty.

-- 
Thomas


Post a reply to this message

<<< Previous 10 Messages Goto Latest 10 Messages Next 3 Messages >>>

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