POV-Ray : Newsgroups : povray.newusers : Error in the picture? : Re: Error in the picture? Server Time
30 Jun 2024 04:41:30 EDT (-0400)
  Re: Error in the picture?  
From: cartun
Date: 21 Oct 2011 10:45:01
Message: <web.4ea18446270e54df50a419320@news.povray.org>
Hello,

tanks for your Message.
My Version is:  Version 3.6.1 (Debian  (x86_64-linux-gnu-g+
+ 4.4.5 @ x86_64-pc-linux-gnu))

And yes, i used the area_light:
[code]
#include "textures.inc"
#include "metals.inc"
#include "colors.inc"
#global_settings{max_trace_level 256}
camera{
 location<4,3,-12>
 look_at<0,0,0>
 //focal_point<0,0,0>
 //aperture 0.9
 //blur_samples 100
 //confidence 1
 //variance 1/128
}

light_source{
 <0,0,0> White
 area_light
 <0,0,0> <3,0,3>
 5,5
 adaptive 0
 jitter
 translate<-10,11,-4>

}
[/code]

The Shadows from the boxes.. :

http://s1.directupload.net/file/d/2684/b6n884qk_png.htm

Thanks for Ideas!


Post a reply to this message

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