Abstract
Ray tracing on the GPU has been synergistically operating alongside rasterisation in interactive rendering engines for some time now, in order to accurately capture certain illumination effects. In the same spirit, in this paper, we propose an implementation of progressive photon mapping entirely on the rasterisation pipeline, which is agnostic to the specific GPU architecture, in order to synthesise images at interactive rates. While any GPU ray tracing architecture can be used for photon mapping, performing ray traversal in image space minimises acceleration data structure construction time and supports arbitrarily complex and fully dynamic geometry. Furthermore, this strategy maximises data structure reuse by encompassing rasterisation, ray tracing and photon gathering tasks in a single data structure. Both eye and light paths of arbitrary depth are traced on multi-view deep G-buffers, and photon flux is gathered by a properly adapted multi-view photon splatting. In contrast to previous methods exploiting rasterisation to some extent, due to our novel indirect photon splatting approach, any event combination present in photon mapping is captured. We evaluate our method using typical test scenes and scenarios for photon mapping methods and show how our approach outperforms typical GPU-based progressive photon mapping.















Similar content being viewed by others
Explore related subjects
Discover the latest articles, news and stories from top researchers in related subjects.References
Frisvad, J.R., Schjøth, L., Erleben, K., Sporring, J.: Photon differential splatting for rendering caustics. Comput. Graph. Forum 33(6), 252–263 (2014)
Guntury, S., Narayanan, P.J.: Raytracing dynamic scenes on the GPU using grids. IEEE Trans. Vis. Comput. Graph. 18(1), 5–16 (2012)
Hachisuka, T., Jensen, H.W.: Stochastic progressive photon mapping. ACM Trans. Graph. 28(5), 1–8 (2009)
Hachisuka, T., Ogaki, S., Jensen, H.W.: Progressive photon mapping. ACM Trans. Graph. 27, 5 (2008)
Hu, W., Huang, Y., Zhang, F., Yuan, G., Li, W.: Ray tracing via GPU rasterization. Vis. Comput. 30(6–8), 697–706 (2014)
Igehy, H.: Tracing ray differentials. In: Proceedings of the 26th Annual Conference on Computer Graphics and Interactive Techniques, SIGGRAPH ’99, pp. 179–186. ACM Press/Addison-Wesley Publishing Co., USA (1999)
Jensen, H.W.: Global illumination using photon maps. In: Proceedings of the Eurographics Workshop on Rendering Techniques ’96, pp. 21–30. Springer, Berlin (1996)
Jensen, H.W.: Realistic Image Synthesis Using Photon Mapping. A. K. Peters Ltd., Natick, MA (2001)
Kalojanov, J., Billeter, M., Slusallek, P.: Two-level grids for ray tracing on GPUs. Comput. Graph. Forum 30(2), 307–314 (2011)
Knaus, C., Zwicker, M.: Progressive photon mapping: a probabilistic approach. ACM Trans. Graph. 30(3), (2011)
Li, S., Simons, L., Pakaravoor, J.B., Abbasinejad, F., Owens, J.D., Amenta, N.: kANN on the GPU with shifted sorting. In: Eurographics/ACM SIGGRAPH Symposium on High Performance Graphics. The Eurographics Association (2012)
Ma, V.C.H., McCool, M.D.: Low latency photon mapping using block hashing. In: SIGGRAPH/Eurographics Workshop on Graphics Hardware. The Eurographics Association (2002)
Mara, M., Luebke, D., McGuire, M.: Toward practical real-time photon mapping: efficient GPU density estimation. In: Proceedings of the ACM SIGGRAPH Symposium on Interactive 3D Graphics and Games, I3D ’13, pp. 71–78. Association for Computing Machinery, New York, NY, USA (2013)
Mara, M., McGuire, M., Nowrouzezahrai, D., Luebke, D.: Deep G-buffers for stable global illumination approximation. In: Proceedings of High Performance Graphics, HPG ’16, pp. 87–98. Eurographics Association (2016)
McGuire, M.: Computer graphics archive (2017). https://casual-effects.com/data. Accessed 8 July 2020
McGuire, M., Luebke, D.: Hardware-accelerated global illumination by image space photon mapping. In: Proceedings of the Conference on High Performance Graphics 2009, HPG ’09, pp. 77–89. Association for Computing Machinery, New York, NY, USA (2009)
McGuire, M., Mara, M.: Efficient GPU screen-space ray tracing. J. Comput. Graph. Tech. (JCGT) 3(4), 73–85 (2014)
Moreau, P., Sintorn, E., Kämpe, V., Assarsson, U., Doggett, M.: Photon splatting using a view-sample cluster hierarchy. In: Proceedings of High Performance Graphics, HPG ’16, pp. 75–85. Eurographics Association, Goslar, DEU (2016)
Muja, M., Lowe, D.G.: Fast approximate nearest neighbors with automatic algorithm configuration. In: VISAPP (1), pp. 331–340. INSTICC Press (2009)
Parker, S.G., Bigler, J., Dietrich, A., Friedrich, H., Hoberock, J., Luebke, D., McAllister, D., McGuire, M., Morley, K., Robison, A., Stich, M.: OptiX: a general purpose ray tracing engine. ACM Trans. Graph. 29(4), 66:1–66:13 (2010)
Purcell, T.J., Donner, C., Cammarano, M., Jensen, H.W., Hanrahan, P.: Photon mapping on programmable graphics hardware. In: Proceedings of the ACM SIGGRAPH/EUROGRAPHICS Conference on Graphics Hardware, HWWS ’03, pp. 41–50. Eurographics Association, Goslar, DEU (2003)
Sousa, T., Kasyan, N., Schulz, N.: Secrets of CryEngine 3 graphics technology. In: ACM SIGGRAPH Talks (2011)
Stürzlinger, W., Bastos, R.: Interactive rendering of globally illuminated glossy scenes. In: Rendering Techniques ’97, pp. 93–102. Springer Vienna, Vienna (1997)
Uludag, Y.: Hi-Z screen-space cone-traced reflections. In: GPU Pro 5, pp. 149–192. CRC Press (2014)
Vardis, K., Vasilakis, A.A., Papaioannou, G.: A multiview and multilayer approach for interactive ray tracing. In: Proceedings of the 20th ACM SIGGRAPH Symposium on Interactive 3D Graphics and Games, I3D ’16, pp. 171–178. Association for Computing Machinery, New York, NY, USA (2016)
Vardis, K., Vasilakis, A.A., Papaioannou, G.: DIRT: deferred image-based ray tracing. In: Eurographics/ACM SIGGRAPH Symposium on High Performance Graphics. The Eurographics Association (2016)
Vinkler, M., Havran, V., Bittner, J.: Performance comparison of bounding volume hierarchies and Kd-trees for GPU ray tracing. Comput. Graph. Forum 35(8), 68–79 (2016)
Weiss, M., Grosch, T.: Stochastic progressive photon mapping for dynamic scenes. Comput. Graph. Forum 31(2pt3), 719–726 (2012)
Yao, C., Wang, B., Chan, B., Yong, J., Paul, J.C.: Multi-image based photon tracing for interactive global illumination of dynamic scenes. Comput. Graph. Forum 29(4), 1315–1324 (2010)
Acknowledgements
The Bathroom scene was based on a model from https://www.cgtrader.com/, and the Fireplace and Sponza Atrium models were downloaded from McGuire’s Computer Graphics Archive [15]. The remaining scenes were created by the authors.
Author information
Authors and Affiliations
Corresponding author
Additional information
Publisher's Note
Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Rights and permissions
About this article
Cite this article
Evangelou, I., Papaioannou, G., Vardis, K. et al. Rasterisation-based progressive photon mapping. Vis Comput 36, 1993–2004 (2020). https://doi.org/10.1007/s00371-020-01897-3
Published:
Issue Date:
DOI: https://doi.org/10.1007/s00371-020-01897-3