Motion Blur
Motion blur is currently only available for the Pragma renderer.
PFM supports both per-object and camera motion blur. Especially on lower frame rates (<=30 FPS), adding motion blur to the scene can be very effective.
ToThe addsetup ais depthvery ofsimple fieldas effectwell. toSimply your camera, expandlocate the camera actor in the actor editor, expand it, right click "Components"Components
and add the "pfm_motion_blur"pfm_motion_blur
component:
That's all you have to do to enable motion blur. There are a few things to keep in mind, however:
- The very first frame of your animation will never have motion blur, because motion is determined by comparing the actor poses of the current frame with the previous frame (and the first frame has no previous frame). If you want your animation to start with motion blur in the first frame, you'll have to take this into account by increasing the length of your animation by one frame at the start.