<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi Erik,<div class=""><br class=""></div><div class="">I don’t recall the exact publication, but the reverse traversal was briefly described in one of the recent iRay presentations (SIGGRAPH last year maybe?). iRay appears to implement a very similar method.</div><div class=""><br class=""></div><div class="">-Stefan<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 29. May 2018, at 08:20, Erik Englesson <<a href="mailto:erikenglesson@gmail.com" class="">erikenglesson@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="">Hi Stefan,</div><div class=""><br class=""></div><div class="">Good point! The paper doesn't really discuss how the method would work with multiple importance sampling and I did not think of it. Thanks for bringing this to my attention!</div><div class=""><br class=""></div><div class="">Best,</div><div class="">Erik<br class=""></div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On 27 May 2018 at 09:09, Stefan Werner <span dir="ltr" class=""><<a href="mailto:stewreo@gmail.com" target="_blank" class="">stewreo@gmail.com</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Erik,<br class="">
<span class=""><br class="">
> To the best of my knowledge, the construction and sampling of the light BVH are both using top-down algorithms. So hopefully, a bottom-up traversal algorithm should not be necessary. <br class="">
<br class="">
</span>I believe it is necessary for multiple importance sampling. When a BRDF ray hits a light source, we need to get the probability of having selected that light source via light sampling. You can take a look at Appleseed's LightTree::evaluate_node_pdf() for reference.<br class="">
<span class="HOEnZb"><font color="#888888" class=""><br class="">
-Stefan<br class="">
</font></span><div class="HOEnZb"><div class="h5">-- <br class="">
Soc-2018-dev mailing list<br class="">
<a href="mailto:Soc-2018-dev@blender.org" class="">Soc-2018-dev@blender.org</a><br class="">
<a href="https://lists.blender.org/mailman/listinfo/soc-2018-dev" rel="noreferrer" target="_blank" class="">https://lists.blender.org/<wbr class="">mailman/listinfo/soc-2018-dev</a><br class="">
</div></div></blockquote></div><br class=""></div>
-- <br class="">Soc-2018-dev mailing list<br class=""><a href="mailto:Soc-2018-dev@blender.org" class="">Soc-2018-dev@blender.org</a><br class="">https://lists.blender.org/mailman/listinfo/soc-2018-dev<br class=""></div></blockquote></div><br class=""></div></body></html>