mirror of
https://github.com/ZDoom/ZDRay.git
synced 2025-02-03 13:11:04 +00:00
Fix documentation for lm_suncolor
This commit is contained in:
parent
4107176f0d
commit
e822dc36e3
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ Usage: zdray [options] sourcefile.wad
|
||||||
thing // ZDRayInfo (ZDRay properties for the map)
|
thing // ZDRayInfo (ZDRay properties for the map)
|
||||||
{
|
{
|
||||||
type = 9890;
|
type = 9890;
|
||||||
lm_suncolor = <string> (hex color, default: "FFFFFF")
|
lm_suncolor = <string> (default: "FFFFFF", hex color value of the sun)
|
||||||
lm_sampledistance = <int> (default: 8, map units each lightmap texel covers, must be in powers of two)
|
lm_sampledistance = <int> (default: 8, map units each lightmap texel covers, must be in powers of two)
|
||||||
lm_gridsize = <float> (default: 32, grid density for the automatic light probes)
|
lm_gridsize = <float> (default: 32, grid density for the automatic light probes)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue