Open note744 opened 3 years ago
How to save the current screenshot
// 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