|
You are here |
blog.demofox.org | ||
| | | | |
momentsingraphics.de
|
|
| | | | | [AI summary] The text discusses advanced techniques for rendering physically accurate and efficient soft shadows using polygonal and linear lights in real-time ray tracing. It covers methods like projected solid angle sampling, LTC sampling, and MIS heuristics, along with optimizations and applications such as textured lights, IES profiles, and portals. The text also touches on performance considerations and future directions in global illumination. | |
| | | | |
alain.xyz
|
|
| | | | | An overview of various ray operations, their similarities, differences, and how to implement each type of ray operation in real time rendering. | |
| | | | |
www.jakobmaier.at
|
|
| | | | | 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. | |
| | | | |
bitshifter.github.io
|
|
| | | [AI summary] The author describes translating the 'Ray Tracing in a Weekend' project from C++ to Rust, detailing the use of traits, enums, and ownership patterns. | ||