Get rid of twitching during slow turning

Everything about development and the OpenMW source code.
Post Reply
User avatar
akortunov
Posts: 899
Joined: 13 Mar 2017, 13:49
Location: Samara, Russian Federation

Get rid of twitching during slow turning

Post by akortunov »

To solve turning animations issue, I tried to play a chunk of turning animation instead of interrupting it.
I managed to get a more-or-lesser good result and I am not sure if we can achieve more without altering animations itself:
https://github.com/akortunov/openmw/tree/animfix

Strange, but OpenMW does not play animations fully: it plays only "start"->"loop stop" instead of "start"->"stop", so I can not say if the result will be better if I will play the 100% of turning animation.
Currently I play the 80% of SwimTurn animations and 40% of other turn animations.
Any ideas?
User avatar
ElderTroll
Posts: 499
Joined: 25 Jan 2012, 07:01

Re: Get rid of twitching during slow turning

Post by ElderTroll »

Awesome!
Post Reply