Lightmap

From Valve Developer Community
Revision as of 13:49, 19 June 2006 by Ts2do (talk | contribs)
Jump to navigation Jump to search

A lightmap is the lighting data of each face. The stored light is then added to the face giving it brightness. Especially common in BSP based engines, it is applied additivley to each face to produce the final lit effect.


Determined during the vrad compile proccess lightmaps are only applied to brush faces as models are lit differently. The lightmap's scale refers to the number of texture pixels per light pixel (luxel). Smaller values means more luxels, thus a better quality but larger BSP size and compile times. The lightmap resolution can be viewed within Hammer by altering the viewmode in the top right to lightmap. It can also be viewed and edited from the Face Edit Dialog.

Related ConCommands

Examples

A lightmap scale of 4
A lightmap scale of 16
A lightmap scale of 64