浏览代码

Cloth example minor tweak.

Mr.doob 10 年之前
父节点
当前提交
ad22822428
共有 1 个文件被更改,包括 0 次插入1 次删除
  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