POV-Ray : Newsgroups : povray.beta-test : 3.7b1: Area Lights: Unusual Artifacts : Re: 3.7b1: Area Lights: Unusual Artifacts Server Time
29 Jul 2024 04:32:00 EDT (-0400)
  Re: 3.7b1: Area Lights: Unusual Artifacts  
From: Mike Raiford
Date: 18 Apr 2005 13:40:25
Message: <4263f109$1@news.povray.org>
Thorsten Froehlich wrote:
> Mike Raiford wrote:
> 
>> Sorry... Image was rendered @640x480/no AA.
> 
> 
> I need a minimal scene, too :-)
> 
>     Thorsten

Try:

arealit1.pov (Any of the arealit demo scenes), alternatively, a very 
simplified demo:

plane { -z, -20
     pigment { rgb .9 }
}

sphere { <20, 0, 0>, 5
     texture {
         pigment { red 1 }
     }
}

light_source {
     <0, 40, -40> color rgb 1
     area_light <8, 0, 0>, <0, 8, 0>, 17, 17
     adaptive 0
}

camera {
     location <0, -15, -120>
     direction 2*z
     look_at <0, -15, 0>
}




-- 
~Mike

Things! Billions of them!


Post a reply to this message

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