Bläddra i källkod

Minor clean up.

Mr.doob 10 år sedan
förälder
incheckning
70925878b4
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      examples/webgl_animation_cloth.html

+ 0 - 1
examples/webgl_animation_cloth.html

@@ -192,7 +192,6 @@
 				// cloth geometry
 				clothGeometry = new THREE.ParametricGeometry( clothFunction, cloth.w, cloth.h );
 				clothGeometry.dynamic = true;
-				clothGeometry.computeFaceNormals();
 
 				var uniforms = { texture:  { type: "t", value: clothTexture } };
 				var vertexShader = document.getElementById( 'vertexShaderDepth' ).textContent;