提交 e74c02e8 编写于 作者: T Takahiro

Minor MMDLoader Update

上级 6c9130b1
......@@ -2215,7 +2215,7 @@ THREE.MMDHelper.prototype = {
var physics = new THREE.MMDPhysics( mesh, params );
if ( mesh.mixer !== null && mesh.mixer !== undefined && params.preventAnimationWarmup !== false ) {
if ( mesh.mixer !== null && mesh.mixer !== undefined && params.preventAnimationWarmup !== true ) {
this.animateOneMesh( 0, mesh );
physics.reset();
......@@ -2557,7 +2557,7 @@ THREE.MMDHelper.prototype = {
}
if ( physics !== null && this.doPhysics && ! this.sharedPhysics) {
if ( physics !== null && this.doPhysics && ! this.sharedPhysics ) {
physics.update( delta );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册