Преглед на файлове

Shoe physic bodies in mmd example by default.

Mr.doob преди 8 години
родител
ревизия
ef1305c697
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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 );
 
 					}