POV-Ray : Newsgroups : povray.newusers : <no subject> : Re: <no subject> Server Time
29 Jul 2024 02:27:48 EDT (-0400)
  Re: <no subject>  
From: Tim Attwood
Date: 13 Feb 2007 18:06:46
Message: <45d24486$1@news.povray.org>
> Yes, I guessed it should be possible. Is there anything I can do to 'fix'
> this problem except for adding the no_radiosity keyword?

Render it as a 2 frame animation and use save_file to save the
radiosity data witout the glass, then load the data back in and
do a final frame with the glass.

global_settings {
  assumed_gamma 1.0
  max_trace_level 10
#switch (frame_number)
#case (1)
   radiosity {
      save_file "bidirectional.dat"
   }
   }
#break
#case (2)
   radiosity {
      load_file "bidirectional.dat"
   }
   }
   object {globe}
#break
#end


Post a reply to this message

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