|
|
Le 2022-03-14 à 13:19, Kenneth a écrit :
> "Kenneth" <kdw### [at] gmailcom> wrote:
>>
>> To get a 'smoother' (blurred) effect, try replacing your 'sonne' light_source
>> with this area_light...
>>
>
> Or, use BOTH of the lights, in the same location-- and perhaps with different
> colors for each...
>
> // Sonne
> light_source {
> <-50,200, 0>
> color 3*<1,1,.5>
> }
>
> light_source {
> <0,0,0>
> color rgb 6*<0,1,.92>
> area_light
> <.2, 0, 0> <0, 0, .2>
> 5, 5
> adaptive 0
> jitter
> circular
> orient
> translate <-50, 200, 0>
> }
Regarding your area_light
With adaptive 0, you may even use a 129 by 129 array with almost no
performance penalty. That's the wonder of the adaptive mechanism.
Post a reply to this message
|
|