Explore >> Select a destination


You are here

filmicworlds.com
| | diaryofagraphicsprogrammer.blogspot.com
1.5 parsecs away

Travel
| | A Rendering Architecture for high-resolution Displays and Console Games ----------------------------------- Document History: - Initial Pu...
| | wickedengine.net
4.2 parsecs away

Travel
| | [AI summary] This article discusses the implementation of voxel-based global illumination (VXGI) techniques, including voxel cone tracing, conservative rasterization, and optimization strategies. It covers challenges like handling extra voxels, normal compression, and the use of interlocked max for updating voxel data. The article also addresses questions about global illumination in indoor scenes, the role of light probes, and the limitations of image-based lighting. Additionally, it touches on the integration of VXGI with shadow mapping and the importance of optimization for performance on various hardware. The discussion includes insights from readers and practical considerations for implementing these techniques in game engines.
| | solid-angle.blogspot.com
3.8 parsecs away

Travel
| | Programmers don't generally have reels, but we do have blogs. I've been explaining the rendering work I did on BioShock Infinite quite a b...
| | csantosbh.wordpress.com
28.3 parsecs away

Travel
| This article is an extension to a previously discussed topic: How to perform large texture magnification for pixelated games without aliasing between texels. My first post described a method to achieve this by assuming that, during the whole time, your polygons remain approximately at the same size after they are rendered. Constant pixels with variable...