POV-Ray : Newsgroups : povray.beta-test : Area light orient not working (beta4) : Area light orient not working (beta4) Server Time
19 Apr 2024 14:04:51 EDT (-0400)
  Area light orient not working (beta4)  
From: Warp
Date: 6 May 2005 21:07:59
Message: <427c14ef@news.povray.org>
As the title says, 'orient' is not working. Simple scene:


camera { location <1,2,-5>*1.5 look_at -y angle 35 }
plane { y, -1 pigment { rgb 1 } }
cylinder { -z, z, .1 pigment { rgb 1 } }

light_source
{ y, 1
  area_light z*.3, y*.3, 15, 15 adaptive 2 circular
  orient
}


  (Compare with the result of pov3.6. If you comment out 'orient' and
then render with pov3.6 you get the same result as with pov3.7beta4
with or without it.)

-- 
                                                          - Warp


Post a reply to this message

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