From e67c421201416cc2ae92dacb32e31a7af16dc12d Mon Sep 17 00:00:00 2001 From: nashmuhandes Date: Fri, 21 Jan 2022 01:42:54 +0800 Subject: [PATCH] Add the lightmap UDMF keywords into namedef_custom.h --- src/namedef_custom.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/namedef_custom.h b/src/namedef_custom.h index 1c188007c..0343e307d 100644 --- a/src/namedef_custom.h +++ b/src/namedef_custom.h @@ -859,3 +859,23 @@ xx(Exclude) xx(Userstring) xx(Sky) xx(Pagename) + +// Lightmap keywords +//xx(lightcolor) // already defined +xx(lightintensity) +xx(lightdistance) +xx(lightinnerangle) +xx(lightouterangle) +xx(lightcolorfloor) +xx(lightintensityfloor) +xx(lightdistancefloor) +xx(lightcolorceiling) +xx(lightintensityceiling) +xx(lightdistanceceiling) +xx(suncolor) +xx(sundirx) +xx(sundiry) +xx(sundirz) +xx(sampledistance) +xx(bounces) +xx(gridsize)