three.js - Per Object Motion Blur by Garrett Johnson
Using a technique similar to the one described here.
A velocity buffer is rendered using the previous and current frame positions for each object
which is then used to smear the final frame.