/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

seblagarde.wordpress.com
| | placeholderart.wordpress.com
1.4 parsecs away

Travel
| | In this post I will cover implementing and optimizing runtime environment map filtering for image based lighting (IBL). Before we get started, this approach is covered in depth in Real Shading in Unreal Engine 4and Moving Frostbite to Physically Based Rendering, you should really check them out if you want more background and information than...
| | learnopengl.com
3.0 parsecs away

Travel
| | Learn OpenGL . com provides good and clear modern 3.3+ OpenGL tutorials with clear examples. A great resource to learn modern OpenGL aimed at beginners.
| | momentsingraphics.de
3.0 parsecs away

Travel
| | [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.
| | blog.demofox.org
30.0 parsecs away

Travel
| This is a super short post about something I want to be able to reference again in the future (: Let's say that you need to average N things, where you don't know what the final N will be, but you want to keep an average as you go. For instance, let's say you are...