POV-Ray : Newsgroups : povray.binaries.images : Splotchiness with radiosity + transparency : Re: Splotchiness with radiosity + transparency Server Time
2 Aug 2024 18:13:22 EDT (-0400)
  Re: Splotchiness with radiosity + transparency  
From: Tek
Date: 2 May 2007 12:34:14
Message: <4638bd86$1@news.povray.org>
Shouldn't you remove the transparent objects when you save radiosity? 
otherwise how can light get through them?

-- 
Tek
http://evilsuperbrain.com

"JSR" <jsr### [at] gmailcom> wrote in message 
news:web.46383fbb13839e21d8ef73430@news.povray.org...
> Hi,
> I have a problem when I combine radiosity and transparent objects.
> Splotchiness appears behind glass in the second pass.
> I use 2 pass radiosity:
> 1st pass.- No transparency, no reflection, no area_lights, save_radiosity
> 2nd pass.- transparency, reflection, area_lights, load_radiosity
>
> The parameters are:
> #if (RAD)
>    radiosity {
>      brightness      1.0  //[1.0]
>      recursion_limit 3    //[3]
>      count           800  //[35]
>      error_bound     0.2  //[1.8]
>      gray_threshold  0.5  //[0.0]]
>      pretrace_start  0.05 //[0.08]
>      pretrace_end    0.01 //[0.04]
>      nearest_count   15   //[5]
>
>      #if(SAVERAD)
>        save_file "escena.rad"
>      #else
>        pretrace_start 1
>        pretrace_end 1
>        load_file "escena.rad"
>        always_sample off
>      #end
>  }
> #end
>
> I post an image for an example.
>
> Regards,
>
> Joel
>


Post a reply to this message

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