mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 22:25:46 -04:00
10 lines
435 B
Text
10 lines
435 B
Text
This directory contains the generator script for the COLORMAP lump. The
|
|
COLORMAP lump is used to calculate Doom's lighting; it translates normal
|
|
colors into darkened versions in 32 different levels of light. Some more
|
|
details can be found on the Doom wiki:
|
|
|
|
<http://doomwiki.org/wiki/COLORMAP>
|
|
|
|
Boom extends the COLORMAP to allow the addition of extra colormap lumps;
|
|
these can be used to apply colored lighting and other effects.
|
|
|