CG Shaders – Ambient Cubemaps
Here’s another trick based on one of Valve’s GDC talks: Ambient Cubemaps. Basically, a cubemap is used to approximate the ambient light of the scene. It is similar to Spherical Harmonics in that it provides low frequency light information but doesn’t require all the scary math.Valve’s Implementation looks quite nice, but requires 3 texture samples […]