/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

knarkowicz.wordpress.com
| | chetanjags.wordpress.com
4.1 parsecs away

Travel
| | Image Based Lighting is used to implement ambient lighting for dynamic objects coming from static objects in a game level. In most cases, it is used for specular lighting or reflections. In this process lighting information at thepotential point of interests is stored in a special type of cube maps called Light probes. These Light...
| | wickedengine.net
4.4 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.
| | c0de517e.com
4.6 parsecs away

Travel
| | Angelo Pesce's homepage & blog on computers, graphics and other things.
| | jamie-wong.com
23.9 parsecs away

Travel
| [AI summary] The author explains how to render metaballs using WebGL by leveraging the GPU for parallel pixel computation through the OpenGL programmable pipeline.