• S
    Multitouch fixes · d0e2a486
    Shaw 提交于
    * 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 #7185 and pull request #7406
    d0e2a486
TrackballControls.js 13.8 KB