Motion Blur Effect Not Working

I’ve been trying to implement the Motion Blur post-processing effect, following the documentation. However, I’m not seeing any changes when toggling the effect on and off in the code (https://playground.babylonjs.com/#E5YGEL#2).

Can anyone check? or it is just me.

Hello :slight_smile:

In your playground, I can see the motion blur by reinforcing its strength :

mb.motionStrength = 10;

++
Tricotou