Lightmap: Difference between revisions
Jump to navigation
Jump to search
m (listified) |
m (consolidated) |
||
Line 4: | Line 4: | ||
Determined during the [[vrad]] compile proccess lightmaps are only applied to brush faces as models are lit differently. The lightmap's value is the size of each pixel of light (luxel) that the lightmap stores. Smaller values means smaller luxels, thus a better resoultion and quality but higher files size and compile times. The lightmap resolution can be viewed within [[Hammer]] by altering the viewmode in the top right to lightmap. | Determined during the [[vrad]] compile proccess lightmaps are only applied to brush faces as models are lit differently. The lightmap's value is the size of each pixel of light (luxel) that the lightmap stores. Smaller values means smaller luxels, thus a better resoultion and quality but higher files size and compile times. The lightmap resolution can be viewed within [[Hammer]] by altering the viewmode in the top right to lightmap. | ||
==Related ConCommands== | ==Related ConCommands== | ||
*[[mat_filterlightmaps]] | *[[Lightmap Commands#mat_filterlightmaps|mat_filterlightmaps]] | ||
*[[mat_showlightmapcomponent]] | *[[Lightmap Commands#mat_showlightmapcomponent|mat_showlightmapcomponent]] | ||
*[[mat_showlightmappage]] | *[[Lightmap Commands#mat_showlightmappage|mat_showlightmappage]] | ||
*[[r_avglightmap]] | *[[Lightmap Commands#r_avglightmap|r_avglightmap]] | ||
*[[r_lightmap]] | *[[Lightmap Commands#r_lightmap|r_lightmap]] | ||
{{todo|create and add images of different lightmap resoultions}} | {{todo|create and add images of different lightmap resoultions}} |
Revision as of 11:37, 8 June 2006
A lightmap is the surface on top of each face that stores all the lighting information of a face. Especially common in BSP based engines it is addativley applied 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 value is the size of each pixel of light (luxel) that the lightmap stores. Smaller values means smaller luxels, thus a better resoultion and quality but higher files size and compile times. The lightmap resolution can be viewed within Hammer by altering the viewmode in the top right to lightmap.
Related ConCommands
Todo: create and add images of different lightmap resoultions