Browse Source

Cloth example minor tweak.

Mr.doob 9 years ago
parent
commit
ad22822428
1 changed files with 0 additions and 1 deletions
  1. 0 1
      examples/webgl_animation_cloth.html

+ 0 - 1
examples/webgl_animation_cloth.html

@@ -186,7 +186,6 @@
 
 				var clothMaterial = new THREE.MeshPhongMaterial( {
 					specular: 0x030303,
-					emissive: 0x111111,
 					map: clothTexture,
 					side: THREE.DoubleSide,
 					alphaTest: 0.5