Print screen issue

I’m trying to print my threejs scene but all that prints is a block of black where the canvas element would be. Any ideas what’s wrong?

According to my experience the browser built-in print function does not work well for WebGL in general. Consider to save a screenshot from your scene and then print the screenshot. This thread at stackoverflow might be useful in this context:

1 Like