...

/

Summary of Render Postprocessing

Summary of Render Postprocessing

Summarize the concept that we learned in rendering postprocessing.

We'll cover the following...

Wrap up!

We discussed many different postprocessing options:

  • We saw creating EffectComposer and chaining passes together is actually very easy. We just have to keep a few things in mind. Not all passes will have an output on the screen. If we want to output to the
...