Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 562 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 562 Bytes

ofxMotionBlurCamera

OF addon implements "A Reconstruction Filter for Plausible Motion Blur" http://graphics.cs.williams.edu/papers/MotionBlurI3D12/

ofxMotionBlurCamera

Description

This addon provides simple and easy-to-use motion blur camera. The algorithm itself can be expanded to arbitrary obejcts, but it requires to override object rendering pass. So this addon supports only camera motion blur so that the scene can be drawn in a normal way.