• J
    Added 'wheel' event as mousewheel has been deprecated in chrome. (#9526) · 4cf5fb08
    James Kent 提交于
    * Added 'wheel' event as mousewheel has been deprecated in chrome.
    
    When using with Mac and OSX trackpad, orbit controls no longer works in chrome, but safari is fine. Traced it to orbit controls not registered the 'wheel' event.
    
    * Add event listener for 'wheel' due to change in Chrome.
    4cf5fb08
TrackballControls.js 13.8 KB