Motionblurpostprocess Bug In Version 4.2

Loading model with bone animation and print errors after using motionblur postprocess


Hello!
Please create a PG.
Thank you!

Please have a check on this PG
https://playground.babylonjs.com/#9LRA3T#23

Hello!

No errors in the console:

Which browser do you use?

Ok, I know what’s the problem. Switch to version 5 (latest) here. In 4.2 it is not working.
image

The issue in version 4.2

I’ve tried another mesh and the error is the same:
https://www.babylonjs-playground.com/#3D23K4#11

I believe you should create a topic in the Bugs section.

It seems there was a problem with the geometry renderer and motion blur in 4.2.

You can fix your problem by using the pre-pass renderer instead (pass false to the 10th parameter of MotionBlurPostProcess):

https://playground.babylonjs.com/#9LRA3T#26

Or switch to 5.0!

3 Likes

That!!

3 Likes