three.js mousedown not working when trackball controls enabled
Trackball works well in my three.js program along with onMouseClick and onMouseUp event listeners. I enable Trackball using the line:- controls = new THREE.TrackballControls( scene01camera02 , DOM_container); But the onMouseDown event listener does not work. If I disable trackball (by commenting out the line of code shown above) and disable any other related code then onMouseDown works fine.
https://stackoverflow.com/questions/18813481/three-js-mousedown-not-working-when-trackball-controls-enabled