Hi,
Is there any way to change touch behaviour in TrackballControls like OrbitControls. I see in OrbitControls we can change like below
controls = new OrbitControls( camera, renderer.domElement );
controls.touches.ONE = THREE.TOUCH.PAN;
controls.touches.TWO = THREE.TOUCH.DOLLY_ROTATE;
Do we have any way for TrackballControls?
Thanks in advance