From e149daa49be0ce06d87847a292fe553c73c7cf9b Mon Sep 17 00:00:00 2001 From: samcake Date: Mon, 15 Feb 2016 13:27:28 -0800 Subject: [PATCH] Cleaning the Light.slh --- libraries/model/src/model/Light.slh | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/model/src/model/Light.slh b/libraries/model/src/model/Light.slh index 4a95b55bed..d743da81b7 100644 --- a/libraries/model/src/model/Light.slh +++ b/libraries/model/src/model/Light.slh @@ -26,7 +26,6 @@ struct SphericalHarmonics { vec4 evalSphericalLight(SphericalHarmonics sh, vec3 direction ) { vec3 dir = direction.xyz; // we don;t understand why yet but we need to use z as vertical axis? - vec3 dir = direction.xyz; // we don;t understand why yet but we need to use z as vertical axis? const float C1 = 0.429043; const float C2 = 0.511664;