|
I mean the type of motion blur.
There are two main types of motion blur, the image type that works like a post effect. It blurs the rendered image after redering in the direction of the motion of that part of the image. It’s fast but less accurate.
The other way does multiple passes for every frame, at points in time between frames, then blends them into one frame.
There are variations of these in both scanline and mr. See the documatation to see the pros and cons of the different methods and how to use them.
Author: Samab
|