summaryrefslogtreecommitdiffstats
path: root/src/graphics/core/light.h
diff options
context:
space:
mode:
authorMichał Konopacki <konopacki.m@gmail.com>2012-09-11 23:29:00 +0200
committerMichał Konopacki <konopacki.m@gmail.com>2012-09-11 23:29:00 +0200
commit44e4bcef45a1e606dcbb4a0b25fac3d649d9ebf9 (patch)
tree766038be0bdd2aa940c464e57e5b8e97520c4e66 /src/graphics/core/light.h
parent68d9c61e97522213d27745c4c6dac4c839bff77d (diff)
parent064fedb81495d2185a994a5f5a87063cd1b22607 (diff)
downloadcolobot-44e4bcef45a1e606dcbb4a0b25fac3d649d9ebf9.tar.gz
colobot-44e4bcef45a1e606dcbb4a0b25fac3d649d9ebf9.tar.bz2
colobot-44e4bcef45a1e606dcbb4a0b25fac3d649d9ebf9.zip
Merge branch 'dev-object' of github.com:adiblol/colobot into dev-object
Diffstat (limited to 'src/graphics/core/light.h')
-rw-r--r--src/graphics/core/light.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graphics/core/light.h b/src/graphics/core/light.h
index a39d1f5..0601c5b 100644
--- a/src/graphics/core/light.h
+++ b/src/graphics/core/light.h
@@ -66,6 +66,7 @@ struct Light
float attenuation2;
//! Angle of spotlight cone (0-90 degrees)
float spotAngle;
+
//! Intensity of spotlight (0 = uniform; 128 = most intense)
float spotIntensity;