Jelajahi Sumber

Fixed animation glitch in MD2CharacterComplex thanks to @herve3d

Fixes #2419
alteredq 13 tahun lalu
induk
melakukan
da28977dfe
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      examples/js/MD2CharacterComplex.js

+ 1 - 1
examples/js/MD2CharacterComplex.js

@@ -388,7 +388,7 @@ THREE.MD2CharacterComplex = function () {
 		}
 		}
 
 
 
 
-		if ( Math.abs( this.speed ) < 0.2 * this.maxSpeed && !( controls.moveLeft || controls.moveRight ) ) {
+		if ( Math.abs( this.speed ) < 0.2 * this.maxSpeed && !( controls.moveLeft || controls.moveRight || controls.moveForward || controls.moveBackward ) ) {
 
 
 			if ( this.activeAnimation !== idleAnimation ) {
 			if ( this.activeAnimation !== idleAnimation ) {