You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.
As Gendl is simply regenerating a new X3DOM context on each model update inside Tasty, there is a lot of memory building up. The browser complains after a while:
WARNING: Too many active WebGL contexts. Oldest context will be lost.
x3dom.js:562 WARNING: Too many active WebGL contexts. Oldest context will be lost.
From performance point of view, it would be wiser to not regenerate a new context every time, but to replace the inner contents of the X3DOM context instead.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As Gendl is simply regenerating a new X3DOM context on each model update inside Tasty, there is a lot of memory building up. The browser complains after a while:
From performance point of view, it would be wiser to not regenerate a new context every time, but to replace the inner contents of the X3DOM context instead.
The text was updated successfully, but these errors were encountered: