Pārlūkot izejas kodu

Shoe physic bodies in mmd example by default.

Mr.doob 8 gadi atpakaļ
vecāks
revīzija
ef1305c697
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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 );
 
 					}