ZDRay baking utility for GZDoom
Find a file
2018-10-30 19:10:50 +01:00
src - remove the dlight config file and switch to using UDMF properties on lines, sectors and things 2018-10-30 19:10:50 +01:00
zlib Initial import 2017-08-03 20:25:54 +02:00
.gitignore Initial import 2017-08-03 20:25:54 +02:00
CMakeLists.txt - remove the dlight config file and switch to using UDMF properties on lines, sectors and things 2018-10-30 19:10:50 +01:00
COPYING Initial import 2017-08-03 20:25:54 +02:00
README.md - remove the dlight config file and switch to using UDMF properties on lines, sectors and things 2018-10-30 19:10:50 +01:00

ZDRay UDMF properties

linedef { lightcolor = (color, default: white) lightintensity = (default: 1) lightdistance = (default: 0, no light) }

thing { lightcolor = (color) lightintensity = (default: 1) lightdistance = (default: 0, no light) }

sector { lightcolorfloor = (color, default: white) lightintensityfloor = (default: 1) lightdistancefloor = (default: 0, no light)

lightcolorceiling = <int> (color, default: white)
lightintensityceiling = <float> (default: 1)
lightdistanceceiling = <float> (default: 0, no light)

}