Rendering quality

Hi,

I need some help because a tried to ugrade my Babylon version from 2.4 to 4.2 and with the same code source the rendering quality is less good in 4.2 (see image below).
The rendering is cloudy in 4.2…

Is somebody know why ?

Thank you for your help

Best regards,

We introduced back in times the limitation of the hardware scaling (to save perf)

In your case you can call engine.setHardwareScalingLevel(0.5) to see if it helps

1 Like

Thank you very very Deltakosh for your help.

I incuded this focntion in my source code and now the rendering is perfect :wink:

Best regards

1 Like