Motion Blur

I have been looking around playcanvas for a motion blur effect but I can’r seem to find one good enough to suit my game. Does anyone have a good motion blur effect?

I have already used the tutorial one

Hi @Mason_Rocchio,

I am not aware of any other PlayCanvas example for motion blur.

You will have to code a post effect using a custom shader to do that.

how would i do that? could you show via example?

This is the only example of motion blur coming to my mind, based on Babylon.js. You will have to study the Babylon.js engine source code on how that is implemented:

https://www.babylonjs.com/demos/motionblur/

1 Like

Below another topic about motion blur. Maybe it can help.

1 Like