I want to use x,y value to move camera like paning in THREE.OrbitControls. Please guide me. Tankyou.
You can turn off zoom and rotate in the Orbit Controls, have you tried doing that?
controls.enableZoom = false;
controls.enableRotate = false;
I want to use x,y value to move camera like paning in THREE.OrbitControls. Please guide me. Tankyou.
You can turn off zoom and rotate in the Orbit Controls, have you tried doing that?
controls.enableZoom = false;
controls.enableRotate = false;