Post Processes

Postprocesses allow you to create 2D effects on top of your scene. A postprocess is linked to a camera and can be part of a chain of postprocesses where each postprocess uses the result of the previous one as input for its own processing.

Coming next

How To Use Post Processes
Learn how to use post process effect in Babylon.js.
How To Use A Post Process Render Pipeline
Learn how to use a post process render pipeline in Babylon.js.
Using the SSAO Rendering Pipeline
Learn how to the SSAO Rendering Pipeline in Babylon.js.
Using the Standard Rendering Pipeline (depricated)
Learn about the standard rendering pipeline in Babylon.js.
Using the Default Rendering Pipeline
Learn about the default rendering pipeline in Babylon.js.
Depth of Field and Other Lens Effects
Learn how to use depth of field and other lens effects in Babylon.js.
Motion Blur Post Process
Learn how to use the motion blur post process in Babylon.js.
Screen Space Reflections (SSR) Post Process
Learn about the screen space reflection post process in Babylon.js.
Render Target Texture With Multiple Passes
Learn about the render target texture and running multiple passes in Babylon.js.