<div>First of all, thanks for all you hard work on Blender Farsthary.</div><div><br></div><div>I&#39;ve never implemented a final gather renderer, but I have read about them. So take the following with a grain of salt.</div>
<div><br></div>My understanding is that the rays you shoot out to gather the illumination samples sum several photons that are within a certain distance to the ray. Setting how close a photon has to be before it is summed should affect the noise. Of course, the number of rays you shoot would also affect the noise.<div>
<br></div><div>But interpolation is a big thing. I know Mental Ray using interpolation. You set the spacing (in screen space) of the final gather points and then it interpolates that lighting information on the rest of the rendering. With the latest version of Mental Ray they convert the final gather info into spherical harmonics--that way the interpolated values include the direction of the light and not just the brightness. Apparently that improves the quality of bumps, especially in areas only lit by bounced light.</div>
<div><br></div><div>One problem you run into with interpolation is lower frequency noise. In still images, it isn&#39;t that noticeable, but in animation it can be very objectionable. Mental Ray lets you cache final gather samples from frame to frame, but that can be a problem with network rendering.</div>
<div><br></div><div>I would be very happy to get Mental Ray style final gathering in Blender--that renderer is the closest thing I have ever seen to a &quot;Make it look better&quot; button!</div><div><br></div><div>-Rob</div>
<div><br><div class="gmail_quote">On Mon, Apr 6, 2009 at 9:37 AM,  <span dir="ltr">&lt;<a href="mailto:echelon@infomail.upr.edu.cu">echelon@infomail.upr.edu.cu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi all!<br>
<br>
  for the photon mapping build I have implemented now a first draft of<br>
final gathering according to the algorithm definition but I have still<br>
several doubts about it.<br>
   with FG you shoot random rays to gather illumination samples from the<br>
photon map (done), but that way you get high frecyuency noise and that<br>
is not observed in other softwares final gather algoritms.<br>
  did they use some sort of interpolation?<br>
<br>
 I have searched for the web about final gathering papers but the vast<br>
majority only talk about the photon mapping and briefly cover final<br>
gather<br>
<br>
       any suggestion/help on that?<br>
<br>
                                      Cheers to all Farsthary<br>
<br>
_______________________________________________<br>
Bf-committers mailing list<br>
<a href="mailto:Bf-committers@blender.org">Bf-committers@blender.org</a><br>
<a href="http://lists.blender.org/mailman/listinfo/bf-committers" target="_blank">http://lists.blender.org/mailman/listinfo/bf-committers</a><br>
</blockquote></div><br></div>