Hi,
I was playing with the post process effects.
But I wonder what are the differences between the default pipeline and dofpipeline.
There are effects that are crossing each other.
Are they for different purposes or will one disappear in the end?
Thanks
1 Like
Post-processes can be chained together in a pipeline How To Use A Post Process Render Pipeline | Babylon.js Documentation (babylonjs.com) which is used by the default pipeline to provide these many different effects. If you don’t need the other effects of the default pipeline you can just use the DOF pipeline.
1 Like
Ok, so it just the same thing under a different module.
Understood
1 Like