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
Megaplot API users may wish to explicitly release all runtime memory and WebGL resources used by a Scene. To support this, the Scene should have a destroy() method which systematically releases all resources used by the Scene.
Once a Scene has been destroyed, any other API interaction with the Scene or its generated objects (such as Selections) should throw an error.
The text was updated successfully, but these errors were encountered:
Megaplot API users may wish to explicitly release all runtime memory and WebGL resources used by a Scene. To support this, the Scene should have a
destroy()
method which systematically releases all resources used by the Scene.Once a Scene has been destroyed, any other API interaction with the Scene or its generated objects (such as Selections) should throw an error.
The text was updated successfully, but these errors were encountered: