|
You are here |
learnopengl.com | ||
| | | | |
machinethink.net
|
|
| | | | | Learn how OpenGL and Metal work by writing your own 3D renderer from scratch | |
| | | | |
lea.codes
|
|
| | | | | A short tutorial on WebGL and Shaders | |
| | | | |
3zanders.co.uk
|
|
| | | | | A basic tutorial on creating a modern OpenGL context and getting a simple triangle drawn to the screen. | |
| | | | |
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. | ||