DSPRelated.com
Forums

Processing for realistic animation dynamics

Started by max3031 2 years ago2 replieslatest reply 2 years ago138 views

Dear,


I have a dynamic animation of the train going up and down like a rollercoaster. Problem is since this animation is choppy and dynamics of the animation is affected. From this animation i extracted the raw frames in RGB .bmp format. My intention is to somehow process these frames to get much better quality in the way of dynamic execution (realistic frame dynamic).  Graphics may stay poor but dynamic smoothness and reality of the scene must be highest possible. If you have ideas on how to start and what to do on this i would highly appreciate.  


Best Regards

[ - ]
Reply by xaqmusicApril 29, 2022

Seems like you need some smoothing and interpolation of the sprite position: https://gamedev.stackexchange.com/questions/75474/...

[ - ]
Reply by max3031April 29, 2022

Thanks for the help. Definitely this problem goes in the direction of physics of execution.