How to set blur background environment in babylon js similar to blackground environment of sandbox

please suggest me how it possible

You can either pre-blur the skybox texture in a photo editor, or use the reflectionBlur property in the background material: Blurred background example | Babylon.js Playground (babylonjs.com)

1 Like