POV-Ray : Newsgroups : povray.advanced-users : Lightsys : Re: Lightsys Server Time
29 Apr 2024 17:51:37 EDT (-0400)
  Re: Lightsys  
From: Mike Horvath
Date: 28 Feb 2018 00:17:09
Message: <5a963b55$1@news.povray.org>
On 2/25/2018 2:53 AM, Thomas de Groot wrote:
> I often use CIE.inc myself, maybe in a little different way than you do. 
> This is an example of how I define my sunlight in a scene:
> 
> #if (Fog)
>    #local Intensity    = 5;
> #else
>    #local Intensity    = 3;
> #end
> //Sun's temperature (Kelvin): 2800=red; 7500=blue white
> #declare SunColor     = Blackbody(6500)*Intensity;
> #declare SunPosition  = <0, 0, -2>*10e4;
> #declare SunDis       = vlength(SunPosition)*2/215;
> #declare Sun_alt      = 60;
> #declare Sun_azm      = -115;
> 

This is much lighter, thanks. But maybe a little too white. I want a bit 
more color, but don't have an atmosphere to filter the sun's rays.


Mike


Post a reply to this message

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