Explore >> Select a destination


You are here

webglfactory.blogspot.com
| | mynameismjp.wordpress.com
6.3 parsecs away

Travel
| | First things first: what am I talking about? I'm talking about something that finds great use for deferred rendering: reconstructing the 3D position of a previously-rendered pixel (either in view-space or world-space) from a single depth value
| | jeskin.net
5.6 parsecs away

Travel
| | [AI summary] This blog post explains the concept of model, view, and projection matrices in 3D graphics rendering, detailing their roles in transforming 3D objects to 2D screen space and providing examples of their implementation in OpenGL ES.
| | www.opengl-tutorial.org
3.8 parsecs away

Travel
| | Free tutorials for modern Opengl (3.3 and later) in C/C++
| | blog.demofox.org
31.9 parsecs away

Travel
| The images below were path traced using 100,000 samples per pixel, using the sample code provided in this post. Path tracing is a specific type of ray tracing that aims to make photo realistic images by solving something called the rendering equation. Path tracing relies heavily on a method called Monte Carlo integration to get...