POV-Ray : Newsgroups : povray.binaries.images : Hope for Pathological Radiosity Cases : Re: Hope for Pathological Radiosity Cases Server Time
31 Jul 2024 06:23:48 EDT (-0400)
  Re: Hope for Pathological Radiosity Cases  
From: clipka
Date: 22 Aug 2010 18:38:11
Message: <4c71a6d3@news.povray.org>
Am 23.08.2010 00:09, schrieb Christian Froeschlin:
> clipka wrote:
>
>> The basic idea is pretty simple: Trace fewer radiosity sample rays if
>> they only hit non-important objects :-)
>
> Sounds great!
>
> How do you decide if an object is non-important?

I don't - the user does. At least that's how I've currently implemented 
it; e.g.:

   sphere {
     ...
     radiosity { importance 0.2 }
   }

> Would this also help for scenes where light falls
> through a narrow opening (door, blinds, ...)?

Should be possible, by placing a fully transparent object there with 
high importance.

Note however that this in turn means a glass windows will be sampled 
with the window pane's importance, unless the pane is marked as 
"no_radiosity" to fully hide it from sampling.

I might still come up with an even smarter idea. I guess the approach 
still leaves quite some room for further improvement.


Post a reply to this message

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