Explorar o código

Minor clean up.

Mr.doob %!s(int64=10) %!d(string=hai) anos
pai
achega
70925878b4
Modificáronse 1 ficheiros con 0 adicións e 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;