Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Removed unnecessary `default` case for two or more touches on `touchend` to prevent issues with 3 or more touches. * Reset zoom distances on `case 0` and `case 1`. I couldn't combine them easily without doing a separate `if` statement. * Simplified `case 1` action to set `_moveCurr` and `_movePrev` to the current touch position preventing camera jumping next time `touchmove` is called. Related to issue mrdoob#7185 and pull request mrdoob#7406
- Loading branch information