/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.sjbrown.co.uk
| | www.jallmenroeder.de
1.4 parsecs away

Travel
| | [AI summary] The author shares their educational journey and implementation details of creating a path tracer using the C++ framework Nori, progressing from basic geometry to advanced lighting techniques like multiple importance sampling.
| | reindernijhoff.net
2.0 parsecs away

Travel
| | Since the introduction of the Nvidia RTX graphics cards last summer, ray tracing is back again. In the last months, my Twitter feed flooded with a continuous stream of RTX On / RTX Off comparisons. After seeing so many nice
| | www.jakobmaier.at
1.9 parsecs away

Travel
| | In this project I wrote a monte-carlo path tracer in C++ with some nice features, including mesh rendering, direct light sampling and various different materials.
| | blog.demofox.org
15.1 parsecs away

Travel
| The images below were path traced using 100,000 samples per pixel, using the sample code provided in this post. Path tracing is a specific type of ray tracing that aims to make photo realistic images by solving something called the rendering equation. Path tracing relies heavily on a method called Monte Carlo integration to get...