POV-Ray : Newsgroups : povray.general : why does increasing nearest_count slow down radiosity so much? : Re: why does increasing nearest_count slow down radiosity so much? Server Time
6 Aug 2024 08:16:16 EDT (-0400)
  Re: why does increasing nearest_count slow down radiosity so much?  
From: Warp
Date: 16 Apr 2002 12:28:33
Message: <3cbc5131@news.povray.org>
George Pantazopoulos <the### [at] attbicom> wrote:
>     Can I get an in-depth explanation as to why radiosity rendering slows
> down so much as nearest_count is increased? From the POV-Ray 3.5 docs, and
> my test renderings, it seems that nearest_count is simply interpolating
> between samples, which hardly sounds compute-intensive.

  POV-Ray has to find the required amount of samples close enough to the
current point. If there aren't enough samples, it can't interpolate and thus
has to perform regular sampling (ie. shoot rays).
  By increasing nearest_count you are making it less probable that the
required amount of samples are found close enough to the current point.

-- 
#macro N(D)#if(D>99)cylinder{M()#local D=div(D,104);M().5,2pigment{rgb M()}}
N(D)#end#end#macro M()<mod(D,13)-6mod(div(D,13)8)-3,10>#end blob{
N(11117333955)N(4254934330)N(3900569407)N(7382340)N(3358)N(970)}//  - Warp -


Post a reply to this message

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