Lightmap: Difference between revisions
Jump to navigation
Jump to search
Angry Beaver (talk | contribs) m (Removed redundancy) |
m (Mind your apostrophes) |
||
Line 1: | Line 1: | ||
A lightmap is all the lighting data of each face. This light data is then applied additivley to each face to produce the final lit effect. Especially common in [[BSP]] based engines, | A lightmap is all the lighting data of each face. This light data is then applied additivley to each face to produce the final lit effect. Especially common in [[BSP]] based engines, it's the method used for most lighting effects within the source engine. | ||
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 [[Hammer_Face_Edit_Dialog|Face Edit Dialog]]. | 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 [[Hammer_Face_Edit_Dialog|Face Edit Dialog]]. |
Revision as of 15:15, 19 June 2006
A lightmap is all the lighting data of each face. This light data is then applied additivley to each face to produce the final lit effect. Especially common in BSP based engines, it's the method used for most lighting effects within the source engine.
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.