Hey guys! Found in a doc DepthOfFieldBlurPostProcess filter but there is no one example of use it in playground May someone have ability to make a small demo with usage example?
3 Likes
thank you, but there is no word “DepthOfFieldBlurPostProcess” in code
https://doc.babylonjs.com/api/classes/babylon.depthoffieldblurpostprocess
It is not meant to be use alone as it requires a full setup of other post processes and buffers to work.
This one is actually one of the latest step before applying back on screen.
You can look into the DepthOfFiledEffect to better understand the sequence of things that are being done.
2 Likes