Hi I’m tring to use TrackballControls but it is not working. I can’t zoom in / out or rotate things. When i use OrbitControls everythis works here is my code, what am i doing wrong?
You have to update the controls in the animation loop like so:
controls.update();
For complete example, please check: https://threejs.org/examples/misc_controls_trackball
Yes it is working now, but when i try rotating the model. it is rotating it quite slow