POV-Ray : Newsgroups : povray.binaries.images : Radiosity and scattering media. : Re: Radiosity and scattering media. Server Time
2 Aug 2024 08:18:22 EDT (-0400)
  Re: Radiosity and scattering media.  
From: Samuel Benge
Date: 12 Sep 2007 15:21:35
Message: <46e83c3f$1@news.povray.org>
Bruno Cabasson wrote:
> 
> Thanks for your reply. Waiting for someone to answer, I made a few more
> tries and tested the trick with emissive media. I don't find it very
> satisfatory in that the object is illuminated, but emits light. In a
> radiosity scene, it is preferable to avoid this.
> 
> I am trying another idea ...

Bruno,

You might try Alain's idea of faking it with other light_sources. You 
need not worry about the other lights affecting the scene if you make a 
light_group, like so:

/* begin pseudocode
light_group{
  light_source{...}
  light_source{...}
  object{ media_object }
}
end pseudocode*/

The lights will only illuminate the media object, so you are free to try 
different light_source settings to fake global illumination. The lights, 
however, may cast shadows from unlit objects. Be aware of that.

Sam


Post a reply to this message

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