|
|
"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>
}
Post a reply to this message
Attachments:
Download 'caustics_sphere_with_two_lights.jpg' (104 KB)
Preview of image 'caustics_sphere_with_two_lights.jpg'
|
|