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?
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
engine.setHardwareScalingLevel(0.5) will increase resolution twice.
P.S. BABYLON.Tools.CreateScreenshot() works fine for me.