Browse Source

Shoe physic bodies in mmd example by default.

Mr.doob 8 năm trước cách đây
mục cha
commit
ef1305c697
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      examples/webgl_loader_mmd.html

+ 0 - 1
examples/webgl_loader_mmd.html

@@ -129,7 +129,6 @@
 
 						helper.setPhysics( mesh );
 						physicsHelper = new THREE.MMDPhysicsHelper( mesh );
-						physicsHelper.visible = false;  // comment out this line for Physics debug
 						scene.add( physicsHelper );
 
 					}