ソースを参照

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( {
 				var clothMaterial = new THREE.MeshPhongMaterial( {
 					specular: 0x030303,
 					specular: 0x030303,
-					emissive: 0x111111,
 					map: clothTexture,
 					map: clothTexture,
 					side: THREE.DoubleSide,
 					side: THREE.DoubleSide,
 					alphaTest: 0.5
 					alphaTest: 0.5