How to blur parts of a camera/canvas as an UI-background

You may try th old CSS way.
Before backdrop-filter , the only way to add a filtered background was to add a separate “background” element, position it behind the foreground element(s) and filter it - backdrop-filter | CSS-Tricks

I don’t think there is a native Babylon solution to pass CSS properties to the HTML element. Also please note that CSS blurs are heavy for performance and may slow down the Babylon scene.

1 Like