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

Enhancement to staticScene option #700

Open
mkhorton opened this issue Oct 23, 2023 · 0 comments
Open

Enhancement to staticScene option #700

mkhorton opened this issue Oct 23, 2023 · 0 comments
Labels
feature Feature or enhancement request.

Comments

@mkhorton
Copy link
Member

The scene component has a staticScene setting, which disables animation and mouse interaction, however it still requires an active WebGL context: this limits the amount of static images that can be rendered on a page at once.

It might be possible to create a component which can render a Scene, but returns an image. This could allow for an array of Scenes to be displaying on a webpage.

I believe this might already be possible in a hacked way via the imageRequest prop, but might be quite inefficient.

@mkhorton mkhorton added the feature Feature or enhancement request. label Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature or enhancement request.
Projects
None yet
Development

No branches or pull requests

1 participant