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

no transparent backgroundcolor possible #80

Open rivebe opened 2 years ago

rivebe commented 2 years ago

If I want to put the globe inside certain webdesigns, it's preferred to have the transparent option available too in the backgroundcolor settings of the globe. See for examplea use case at github https://github.com/home

vasturiano commented 2 years ago

@rivebe have you tried with .backgroundColor('rgba(0,0,0,0)')?

rivebe commented 2 years ago

Thank you @vasturiano ! That works. Should have known.