mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-12 23:54:35 +00:00
9b9fd35107
It can now be used from UDMF and ZScript. To avoid clutter it doesn't allow setting the values individually but requires definition of a data record in TEXTURES. colorization { DesaturationFactor <float> Invert AddColor <color> ModulateColor <color> BlendColor <color>, <mode> [, <alpha>] } Mode for BlendColor can be Alpha (normal translucent blending), as well as 3 special values taken from Build engine games: Screen, Overlay and HardLight. |
||
---|---|---|
.. | ||
compatibility.cpp | ||
edata.cpp | ||
glnodes.cpp | ||
maploader.cpp | ||
maploader.h | ||
polyobjects.cpp | ||
postprocessor.cpp | ||
renderinfo.cpp | ||
slopes.cpp | ||
specials.cpp | ||
strifedialogue.cpp | ||
udmf.cpp | ||
udmf.h | ||
usdf.cpp |