Browse Source

Merge remote-tracking branch 'jfeldste/master' into dev

Mr.doob 13 years ago
parent
commit
4f4d06b3ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/renderers/WebGLShaders.js

+ 1 - 1
src/renderers/WebGLShaders.js

@@ -1289,7 +1289,7 @@ THREE.ShaderLib = {
 			"void main() {",
 
 				"vec4 mvPosition = modelViewMatrix * vec4( position, 1.0 );",
-				"vNormal = normalize( normalMatrix * normal );",
+				"vNormal = normalMatrix * normal;",
 
 				"gl_Position = projectionMatrix * mvPosition;",