You are here |
nelari.us | ||
| | | |
learnopengl.com
|
|
| | | | 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. | |
| | | |
www.willusher.io
|
|
| | | | ||
| | | |
diharaw.github.io
|
|
| | | | As an accompanying piece to my recently released Hybrid Rendering sample, this blog post dives into some of the techniques and optimizations used and will help anyone interested to understand the project. Before going any further let's answer the question "Why hybrid rendering?". In a typical rasterization based rendering pipeline, certain effects such as Global Illumination, Reflections and Soft Shadows have to be approximated using either screen space techniques, offline baking or other approaches which typically lead to less-than-believable results in many cases. | |
| | | |
puye.blog
|
|
| | Let's provide a concise overview of ray tracing. We won't delve into subjects like Monte Carlo and stratified sampling, PBRT, BRDF, rendering equations, denoising techniques, or intricate SDF concepts. In essence, we'll stick to the fundamentals. |