Deferred lighting

From Valve Developer Community
Jump to: navigation, search
English (en)
Edit

Deferred lighting is an alternate lighting technique, which is much different from the default Radiosity lighting that comes with Source Source. It uses many different lighting passes to generate higher quality lighting, with real time shadows.

Differences from vanilla radiosity

When compiling a map in any of Valve Valve's games, each map is run through VRAD, which takes data from all the light sources and compile them into a lightmap texture. While this does provide high-quality and variable lighting, it is completely static, save for the limited ability to toggle on some lights in a scene. The difference between radiosity and Deferred lighting is that Deferred lighting computes all its lights in real time. The game takes data from the normals of the object, its geometry, its albedo, and its specular lighting to create real time accurate lighting.

Features

Drawbacks

  • Traditional antialiasing like MSAA might not work with it like in Black Mesa Black Mesa, but it depends how it was implemented into the game. As with Alien Swarm Deferred, and Lambda Wars is still supported.
  • All lightmaps are disabled and only deferred lighting lights the world. (only in Alien Swarm Deferred)
  • Can be more taxing on older systems.
  • DX9 only, older DirectX versions are not supported.

Media

Empty

This article or section is empty. You can help by adding it.

Availability

Very few Source Engine games utilize this lighting technique, as it is very complicated to implement, the games that do use this are listed here:

Tutorials

See also

External links