POV-Ray : Newsgroups : povray.binaries.scene-files : sky render package Server Time
28 Mar 2024 16:13:48 EDT (-0400)
  sky render package (Message 1 to 3 of 3)  
From: And
Subject: sky render package
Date: 8 Apr 2016 11:55:01
Message: <web.5707d40c6218fcf9af5560460@news.povray.org>
There are four file in it. must add CIE.inc additional.
If only use, open the 'sky_render enviroment.pov' then render. The povray.ini
can modify the image size. After rendering it will produce 36 open_exr images
and two .txt file. Use Ive's spectral composer to merge these images.

The .txt file has the information about the condition you set in the pov file
and the information of the sun. Just enjoy.


Post a reply to this message


Attachments:
Download 'sky spectral_render.zip' (8 KB)

From: And
Subject: Re: sky render package
Date: 8 Apr 2016 12:00:00
Message: <web.5707d4c68562e05aaf5560460@news.povray.org>
I release it under the GPL.
Here's the image:
http://news.povray.org/povray.binaries.images/thread/%3Cweb.5707b68461e083edaf5560460%40news.povray.org%3E/


Post a reply to this message

From: And
Subject: Re: sky render package
Date: 14 Jan 2024 23:35:00
Message: <web.65a4b5358562e05a91829fcbaa81652d@news.povray.org>
It's long time ago. But after looking more paper, I notice this file of
simulation, Rayleigh scattering is too low.
The value in 'sky_render enviroment.pov' may be modified.


The lines:

#declare f_rayleigh_extinction_coefficient = // 1/kilometer
function(_altitude, _wavelgth){
0.0007*pow(730/_wavelgth,4.05)
*exp(-_altitude/20)
}


may be modified to another value:

#declare f_rayleigh_extinction_coefficient = // 1/kilometer
function(_altitude, _wavelgth){
0.003*pow(730/_wavelgth,4.05)
*exp(-_altitude/20)
}



Maybe the air scattering attenuation coeff is about 0.003 1/kilometer at sea
level.


Post a reply to this message

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