I am really confused about:
pipeline = new BABYLON.DefaultRenderingPipeline(...)
VS
pipeline = new BABYLON.StandardRenderingPipeline(...)
VS
postProcess = new BABYLON.ImageProcessingPostProcess(..)
To me all of them are post processing. So I don't understand..
When should I use each? Can I combine all three together?
I see that the standard has things that the default pipeline doesn't have.
I also see that the standard is "no longer mantained" but it has awesome features like volumetric light, dirt camera,
adaptive HDR. How am I supposed to do all that w