-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Globe sometimes has glow enabled despite me disabling it #38
Comments
Hi @haveamission, are you using If there is still a bug, can you spin up a Codesandbox instance and pass that to me? Lastly, let me know if there are any other pains/confusion with the package so I can make improvements in the future. The goal is to try to allow building globe visualizations with simple configurations, so if it's not doing that the project isn't very meaningful! |
If you are using The issue is the whole viz should render after all assets are loaded, or it should at least load the globe before the background, so it doesn't appear to have an empty globe against a specified background. While technically you can control this in your app through the Let me know if this is the issue you're facing so I can better address any other bugs that I'm not aware of. |
The bug is intermittent - I cannot replicate it in each and every occasion. I am using v5.0.2. It seems the light halo sticks around after the loading process. Let's maybe see if your bug fix fixes the issue first. |
I have confirmed I am using v5.0.2. The glow still happens intermittently. Usually when the globe takes a longer time to load |
For example here's my code:
And the output: |
Sorry for the late reply! I'll take a look this weekend, and try to make improvements to loading texture assets. |
Please share if anything comes up as a fix for this bug, I'm also experiencing it in the exact same way. |
Has it really been two weeks since I last checked back? :O Time flies. I'll get to it this weekend as things have finally settled down a bit at work. |
Hi @chrisrzhou - any update on a fix for the inconsistent glow? Thanks! |
Any updates on this? Getting temperamental glow on safari. I was thinking I could clip the circle with the parent div border radius, but the glow is built into the 'width' of the globe. |
@PeterMain - I discovered moving the
|
I've got this option set:
enableGlobeGlow: false,
However occasionally the glow will pop up - especially when it takes a second or two for the globe to populate.
I don't want the glow, so this is a little frustrating. There seems to be no way to totally disable it.
The text was updated successfully, but these errors were encountered: