@@ -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;",