-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Particle System Idle Bug #9266
Comments
I think this is happening because browsers will throttle Javascript / WebGL timers when they are in the background. I tried to disable this throttling in Google Chrome, but the bug still happens regardless of the setting. I also observed that this happens in Microsoft Edge. I'm looking for ways to circumvent this, but it doesn't seem like others on the Internet have found solutions or workarounds. EDIT: More specifically, |
So, a summary of what I think is happening:
Some solutions:
|
Maybe a low tech solution will work. If the delta is too big just pretend it never happened.
Though I'm not sure if a hack like that would be acceptable to add to core CesiumJS. But maybe a similar workaround can be added to the |
Also reported in #11171. |
Hi,@ggetz ,Thank you very much.You have solved my problem. |
The text was updated successfully, but these errors were encountered: