mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
Add the lightmap UDMF keywords into namedef_custom.h
This commit is contained in:
parent
8ea47fdcc3
commit
e67c421201
1 changed files with 20 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue