Update README.md

Remove the now-unused keys from the static light things
This commit is contained in:
Nash Muhandes 2022-02-16 04:23:51 +08:00 committed by GitHub
parent b42d771e17
commit 4b59673415
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)