Explorar el Código

Minor clean up.

Mr.doob hace 10 años
padre
commit
70925878b4
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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;