POV-Ray : Newsgroups : povray.text.scene-files : Wierd results with circular area light (Scene File) : Re: Wierd results with circular area light (Scene File) Server Time
28 Jul 2024 14:18:48 EDT (-0400)
  Re: Wierd results with circular area light (Scene File)  
From:
Date: 24 Feb 2000 12:21:30
Message: <38b5689a@news.povray.org>
Glenn Berry wrote:
<Snip>
>// Circular Area Light, with orient?
>light_source { 0
>                            color rgb 1
>                            area_light <40, 0, 0> <0, 0, 40> 9, 9 <----
fault is here
>                            circular
>                            orient
>                            adaptive 0
>                            jitter
>                            translate -z*30
>                         }
>

Replace the <40,0,0>,<0,0,40> with <-20,0,0>,<20,0,40>.
I'm not that good at explaining but you should be able to figure out the
error in your code.

Jide


Post a reply to this message

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