ssatguru / BabylonJS-CharacterController

A CharacterController for BabylonJS
Apache License 2.0
215 stars 46 forks source link

There was jitter when performing the Walkback and trunRight operations #67

Closed PuXie00 closed 1 year ago

PuXie00 commented 1 year ago

There was jitter when performing the Walkback and trunRight operations, and I found that deleting "a = 1" worked fine. In function _rotateAVnC() if (!moving) { a = 1; anim = this._actionMap.turnRight; }