qzdoom-gpl/wadsrc
Christoph Oelckers 7793bbbcc9 Further cleanup of lighting code.
- remove thing color from lighting calculations.
- implement alpha textures and inverse sprites for infrared as texture modes. This still requires some handling for the alpha texture mode for non-shader rendering because there is no way in the fixed pipeline to do it. The inverted texture effect can be done with a texture combiner.
- fixed: ThingColor for sprites was set in the wrong place. It must be in the Process function, not in the lighting calculation.
- added functions for isolated calculation of sprites' dynlight color.
2014-05-11 17:56:38 +02:00
..
static Further cleanup of lighting code. 2014-05-11 17:56:38 +02:00
CMakeLists.txt Merge branch 'master' of https://github.com/rheit/zdoom 2013-07-02 09:59:59 +02:00
wadsrc.vcproj - converted project to Visual Studio 2008 format. 2013-10-03 12:08:57 +02:00