POV-Ray : Newsgroups : povray.binaries.images : looks_like : Re: looks_like Server Time
27 Apr 2024 22:39:30 EDT (-0400)
  Re: looks_like  
From: And
Date: 12 Sep 2016 04:00:00
Message: <web.57d65fffe29f65168ef8a390@news.povray.org>
"And" <49341109@ntnu.edu.tw> wrote:
>
> A more subtle details is that the light_color usually not the same.
> the color of POV-Ray light_source describes the color of the illuminated object.
> the color of looks_like object describes the color of (sun) itself. The sun
> color often much brighter than the object it illuminates.

I show you the calculation:
The angular diameter of the Sun is about 1/2 degree, so the solid angle of it is
about 0.00006 steradian viewed from Earth. If the luminance of the Sun is
sun_color, than the illuminace of the sun light is sun_color*0.00006, then the
luminance of the reflect surface will be sun_color*0.00006*surface_albedo/pi, so
you should set the color of the POVRay's light_source sun_color*0.00006/pi.
On the other hand, if you set the light_source color A, than the looks_like
color will be A*pi/0.00006 ~= A*52333.


Post a reply to this message

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