mirror of
https://github.com/ZDoom/ZDRay.git
synced 2025-01-24 08:41:06 +00:00
Update README.md
Remove the now-unused keys from the static light things
This commit is contained in:
parent
b42d771e17
commit
4b59673415
1 changed files with 2 additions and 8 deletions
10
README.md
10
README.md
|
@ -61,22 +61,16 @@ thing // ZDRayInfo (ZDRay properties for the map)
|
|||
gridsize = <float> (default: 32, grid density for the automatic light probes)
|
||||
}
|
||||
|
||||
thing // Static point light
|
||||
thing // Static point light (Light color and distance properties use the same args as dynamic lights)
|
||||
{
|
||||
type = 9876;
|
||||
lightcolor = <int> (color)
|
||||
lightintensity = <float> (default: 1)
|
||||
lightdistance = <float> (default: 0, no light)
|
||||
}
|
||||
|
||||
thing // Static spotlight
|
||||
thing // Static spotlight (Light color, distance and angle properties use the same args as dynamic lights)
|
||||
{
|
||||
type = 9881;
|
||||
lightcolor = <int> (color)
|
||||
lightintensity = <float> (default: 1)
|
||||
lightdistance = <float> (default: 0, no light)
|
||||
lightinnerangle = <float> (default: 180)
|
||||
lightouterangle = <float> (default: 180)
|
||||
}
|
||||
|
||||
thing // LightProbe (light sampling point for actors)
|
||||
|
|
Loading…
Reference in a new issue