Removing dead comment

This commit is contained in:
samcake 2016-02-15 17:44:40 -08:00
parent a740f4a6de
commit 4c82e0b2b1

View file

@ -25,7 +25,7 @@ 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;
const float C1 = 0.429043;
const float C2 = 0.511664;