vasturiano / globe.gl

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

Is there a way to give the globe an axis tilt? #158

Open HilbertIdeals5 opened 1 year ago

HilbertIdeals5 commented 1 year ago

For a project, I want to be able to display the globe at a 23.5° tilt. Is there a way to do that?

vasturiano commented 1 year ago

This module uses Orbit controls which assumes a north-up orientation.

I'd suggest you setup your own camera+controls scaffolding and consume from the lower level three-globe component, where you can manipulate any rotations or point-of-views you'd like as you're in full control of the camera and scene.