Skip to content
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

Implement destroy method for Scene #47

Open
jimbojw opened this issue Sep 1, 2022 · 0 comments
Open

Implement destroy method for Scene #47

jimbojw opened this issue Sep 1, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@jimbojw
Copy link
Collaborator

jimbojw commented Sep 1, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant