Motion Blur with WebGL and three.js

Is there a way to achieve the highly effective motion-blur effect in WebGL?

I use Three.js, and the scene is some simple plane objects with different textures. I move the camera along the x axis.

+4
source share
1 answer
+7
source

All Articles