How to prevent pipeline filtering on GUI elements?

When I turn on anti-aliasing or something else with pipeline, the texts, buttons are also filtered by it. How to prevent that?

You can set .layer.applyPostProcess = false on the advanced dynamic texture :slight_smile: New Kernel Blur Postprocess | Babylon.js Playground (babylonjs.com)

3 Likes