Understanding G Buffer
Let's dive into the details surrounding G Buffer. This video is part of an online course, Interactive 3D Graphics. Check out the course here: https://www.udacity.com/course/cs291.
Key Takeaways about G Buffer
- Code samples derived from work by Joey de Vries, @joeydevries, author of https://learnopengl.com/ All code samples, unless ...
- Real-time video results from the NVIDIA technical report: Fast Global Illumination Approximations on Deep
- Showcasing 3 color attachments for a deferred renderer: Base color (albedo), world normal, metallic/roughness. The world ...
- Bare
- Project files are available as a Tier 1 reward on my Patreon: https://www.patreon.com/GhislainGir Twitter: ...
Detailed Analysis of G Buffer
Video results from the HPG 2016 research paper. http://graphics.cs.williams.edu/papers/DeepGBuffer16/ Personal and strongly opinionated rant about why one should never use deferred shading. Slides: ... Learn about
Cyril Crassin (NVIDIA), Morgan McGuire (NVIDIA/Williams College), Kayvon Fatahalian (Carnegie Mellon University), Aaron ...
That wraps up our extensive overview of G Buffer.