POV-Ray : Newsgroups : povray.newusers : povray and 3D graphs : Re: povray and 3D graphs Server Time
28 Jul 2024 16:24:58 EDT (-0400)
  Re: povray and 3D graphs  
From: Alain
Date: 18 Apr 2008 11:42:34
Message: <4808c16a@news.povray.org>
> //Light to case shadows:
> light_source{
>     <15,25,-15>
>     rgb 0.7
>     area_light 4*x,4*y,8,8
>     circular
>     orient
>     jitter
>     adaptive 2
> }
> 
What kind of adaptive area_light is that? Adaptive 2 tries to start with a 5 by 
5 array, but your's is only 4 by 4... So the adaptive does nothing.
adaptive 0 start with a 2 by 2 array.
adaptive 1 with a 3 by 3
adaptive 2 with 5 by 5
adaptive 3 with 9 by 9
adaptive 4 with 17 by 17

The optimum array dimentions are: 5, 9, 17, 33, 65, 129, 257,...

-- 
Alain
-------------------------------------------------
OFFICE ARITHMETIC
Smart boss + smart employee = profit
Smart boss + dumb employee = production
Dumb boss + smart employee = promotion
Dumb boss + dumb employee = overtime


Post a reply to this message

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