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
// Render the scene and camera so the screen doesn't refresh in real time
PSV.renderer.render();
// Get a data URI that contains the image display
PSV.container.querySelector('canvas').toDataURL("image/png")
How to save the current screenshot
The text was updated successfully, but these errors were encountered: