Tom94 / practical-path-guiding

Code of "Practical Path Guiding for Efficient Light-Transport Simulation"
https://tom94.net/data/publications/mueller17practical/mueller17practical-author.pdf
GNU General Public License v3.0
229 stars 31 forks source link

About Vorba's guided path tracer #7

Closed ShilinC closed 4 years ago

ShilinC commented 4 years ago

Hi Tom,

Thanks for sharing the great work! I found that in your scene XML files, you have the commented out parameters for Vorba's guided path tracer. Did you implement one on your own or use their releasing code? Since I use Linux, Vorba's original code cannot be directly compiled on my computer and looks like many things need to be modified to make it work on Linux, for example, their LibImportance library (maybe I'm wrong). Do you have Vorba's work integrated into your framework that could be run on Linux? Thanks!

Best, Shilin

Tom94 commented 4 years ago

Hi Shilin,

unfortunately, we don't have a Linux implementation of Vorba et al.'s guided path tracer. We ran a locally modified version of their implementation on Windows.

The modifications were to

Cheers, Thomas

ShilinC commented 4 years ago

Thanks!