POV-Ray : Newsgroups : povray.advanced-users : Lightsys : Re: Lightsys Server Time
29 Apr 2024 16:59:19 EDT (-0400)
  Re: Lightsys  
From: Thomas de Groot
Date: 28 Feb 2018 02:40:20
Message: <5a965ce4$1@news.povray.org>
On 28-2-2018 6:17, Mike Horvath wrote:
> 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.
> 

Just play with the Intensity value :-)

Intensity=1; would be the normal use. I always adapt according to the 
scene I am working on.

-- 
Thomas


Post a reply to this message

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