virtual-puppet-project / vpuppr

VTuber application made with Godot 4
Mozilla Public License 2.0
721 stars 60 forks source link

Eye movement filtering #190

Open sh3zb0t opened 1 year ago

sh3zb0t commented 1 year ago

Description

Variable eye movement filtering

Why is this needed

I've noticed an awfully jumpy jittering of eyes when looking at something. In real life it is quite normal, but on a vtuber model it seems out of place depending on the style of the model. Multiplying it by the time delta and introducing a bit of lag to it will make it look more bouncy. Variable aspect of the feature would be to control the contribution of this effect.

Additional information

No response