Improve panoramic image quality from babylon scene

Hi all…
i tried to genereate 360 panorama from babylon scene…
based this code https://playground.babylonjs.com/#E7IT0S#1 but i have problem… The image very pixelated… like this…

this my code https://playground.babylonjs.com/#E7IT0S#10

thank you

You are creating a reflection probe that is only 512x512 whereas your screenshot is using 4096x2048:

https://playground.babylonjs.com/#E7IT0S#13

Thank you Evgeni_Popov :slight_smile: … it’s very helpful