From 1c5ab1371e055aaf252bb388b291e21efa8a9c9c Mon Sep 17 00:00:00 2001 From: Anis Date: Wed, 28 Jan 2015 23:47:02 +0100 Subject: [PATCH] Update lighting.glsl --- Templates/Empty/game/shaders/common/gl/lighting.glsl | 1 + 1 file changed, 1 insertion(+) diff --git a/Templates/Empty/game/shaders/common/gl/lighting.glsl b/Templates/Empty/game/shaders/common/gl/lighting.glsl index 4483c7526..eb1c9b355 100644 --- a/Templates/Empty/game/shaders/common/gl/lighting.glsl +++ b/Templates/Empty/game/shaders/common/gl/lighting.glsl @@ -36,6 +36,7 @@ uniform vec4 inLightColor[4]; #endif uniform vec4 ambient; +#define ambientCameraFactor 0.3 uniform float specularPower; uniform vec4 specularColor;