tentone / geo-three

Tile based geographic world map visualization library for threejs
https://tentone.github.io/geo-three/docs/
MIT License
651 stars 105 forks source link

Providers example using OrthographicCamera? #68

Open markbaumgarten opened 6 months ago

markbaumgarten commented 6 months ago

Are there any examples of the providers example where one can switch to using the OrthographicCamera instead of the default PerspectiveCamera?

Tried to change the camera init code in examples/providers.js but without any luck.... .-/

Thanks for a great project!