mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-02-02 22:01:41 +00:00
ZDRay UDMF key update (per-surface sampling distance https://github.com/dpjudas/ZDRay/pull/36)
This commit is contained in:
parent
44a15bebea
commit
8da4f2a212
2 changed files with 12 additions and 0 deletions
|
@ -1132,6 +1132,10 @@ public:
|
|||
case NAME_lm_lightcolorline:
|
||||
case NAME_lm_lightintensityline:
|
||||
case NAME_lm_lightdistanceline:
|
||||
case NAME_lm_sampledist_line:
|
||||
case NAME_lm_sampledist_top:
|
||||
case NAME_lm_sampledist_mid:
|
||||
case NAME_lm_sampledist_bot:
|
||||
CHECK_N(Zd | Zdt)
|
||||
break;
|
||||
|
||||
|
@ -1991,6 +1995,8 @@ public:
|
|||
case NAME_lm_lightcolorceiling:
|
||||
case NAME_lm_lightintensityceiling:
|
||||
case NAME_lm_lightdistanceceiling:
|
||||
case NAME_lm_sampledist_floor:
|
||||
case NAME_lm_sampledist_ceiling:
|
||||
CHECK_N(Zd | Zdt)
|
||||
break;
|
||||
|
||||
|
|
|
@ -863,6 +863,12 @@ xx(lm_lightdistancefloor)
|
|||
xx(lm_lightcolorceiling)
|
||||
xx(lm_lightintensityceiling)
|
||||
xx(lm_lightdistanceceiling)
|
||||
xx(lm_sampledist_line)
|
||||
xx(lm_sampledist_top)
|
||||
xx(lm_sampledist_mid)
|
||||
xx(lm_sampledist_bot)
|
||||
xx(lm_sampledist_floor)
|
||||
xx(lm_sampledist_ceiling)
|
||||
xx(lm_suncolor)
|
||||
xx(lm_sampledistance)
|
||||
xx(lm_gridsize)
|
||||
|
|
Loading…
Reference in a new issue