vasturiano / globe.gl

UI component for Globe Data Visualization using ThreeJS/WebGL
https://vasturiano.github.io/globe.gl/example/world-population/
MIT License
1.99k stars 298 forks source link

Cannot scroll #98

Closed Kliton closed 1 year ago

Kliton commented 2 years ago

If i click on globe and try to scroll nothing happens.

I've disabled orbit controls:

  Globe.controls().minDistance = 290;
  Globe.controls().maxDistance = 290;
  Globe.controls().autoRotate = true;
  Globe.controls().autoRotateSpeed = 0.7;
  Globe.controls().enableZoom = false;
  Globe.controls().enablePan = false;
  Globe.controls().enableRotate = false;

Any solution?