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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: