POV-Ray : Newsgroups : povray.programming : >1600 radiosity samples: right costheta distribution? : Re: >1600 radiosity samples: right costheta distribution? Server Time
4 Oct 2024 17:00:00 EDT (-0400)
  Re: >1600 radiosity samples: right costheta distribution?  
From: Apache
Date: 4 Jan 2003 12:28:29
Message: <3e1719bd@news.povray.org>
The cod that I posted is O(n), and the code that "moves the samples a bit
around" is O(n^2) indeed. And so is the code that orders the stuff. However,
I'm still trying to get a better ordering. Or I could precalculate tons of
sets for count 1, count 2, ..., count 3199, count 3200. It takes some time
and space, but renderings with low counts will have less artifacts then.
Let's say that a*quality+b*resources-c=0  :-)


Post a reply to this message

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