createScreenshot looks blurry

Hi all,

I am trying to render a high res image of my scene. I am using BABYLON.Tools.createScreenshot, but even with a high number of width and height, the image does not get sharper. Is there any way to increase render quality?

Have you tried CreateScreenshotUsingRenderTarget instead?

See Screenshot woes

1 Like

engine.setHardwareScalingLevel(0.5) will increase resolution twice.
P.S. BABYLON.Tools.CreateScreenshot() works fine for me.