POV-Ray : Newsgroups : povray.binaries.images : POV-Ray Archaeology: Yet Another Chess Set, 1998-12-15 by Eric Freeman : Re: POV-Ray Archaeology: Yet Another Chess Set, 1998-12-15 byEricFreeman Server Time
25 Apr 2024 01:57:59 EDT (-0400)
  Re: POV-Ray Archaeology: Yet Another Chess Set, 1998-12-15 byEricFreeman  
From: Alain Martel
Date: 19 Nov 2019 12:24:34
Message: <5dd42552$1@news.povray.org>

> adaptive 0 is still 2x2 (at least)
> adaptive 0 does not mean off.
> apparently
> 
> 
> 
The only way to turn adaptive OFF is to NOT use the adaptive key word.

In adaptive N, the initial number of samples is :

2^N+1

2^0=1 +1 =2
2^1=2 +1 =3
2^2=4 +1 =5
2^3=8 +1 =9
...

Also, the actual number of samples will follow that same pattern and 
will use the smallest number of samples that is AT LEAST the requested 
number.

area_light x z 4 4 adaptive 0
will actually use a 5x5 array.
area_light x z 6 6 adaptive 0
will use 9x9.


Post a reply to this message

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