Explore >> Select a destination


You are here

nelari.us
| | learnopengl.com
10.8 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.
| | www.willusher.io
21.5 parsecs away

Travel
| |
| | diharaw.github.io
12.5 parsecs away

Travel
| | 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
104.3 parsecs away

Travel
| 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.