Motion blur and skinned meshes

On some skinned meshes a small movement can ben interpreted as big and cause too much blur.

Is this a bug or should we tweak the motion blur accordingly ?
Here is a playground to check it out
https://playground.babylonjs.com/#QY1WYT#75

Pinging @julien-moreau who is the creator of the motion blur effect

Hey thanks for reporting! Good catch
Found the bug, fixing ASAP
Will also add support for skinned meshes (I mean bones velocities)

1 Like

Great !

Thanks for this :slight_smile:

@Gil_Guminski pull request created! fixed velocity for motion blur by computing transformations deltas be… by julien-moreau · Pull Request #6175 · BabylonJS/Babylon.js · GitHub

1 Like

@Gil_Guminski merged :slight_smile:
Also fixed a bug with instances (same bug than skinned meshes)

1 Like

Thanks for the heads up :slight_smile:

It works perfectly ! Thanks !

1 Like

@Gil_Guminski
Just added support for bones and will be available in BabylonJS 4.0 :slight_smile:

1 Like