From 4b59673415749440782264a1755c7a4035298886 Mon Sep 17 00:00:00 2001 From: Nash Muhandes Date: Wed, 16 Feb 2022 04:23:51 +0800 Subject: [PATCH] Update README.md Remove the now-unused keys from the static light things --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e6848a1..8706052 100644 --- a/README.md +++ b/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)