Jelajahi Sumber

Cloth example minor tweak.

Mr.doob 10 tahun lalu
induk
melakukan
ad22822428
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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

粤ICP备19079148号