Quantcast
Channel: GameDev.net
Viewing all articles
Browse latest Browse all 17625

Fixed timestep and skeletal animations

$
0
0

I’ve implemented a fixed timestep loop and am currently interpolating translation/rotation/scale of objects as they transform via user input. However, I’m currently wondering about the best way to go about interpolating skeletal animations?

I require the animation data to be updated at the fixed timestep rate in order to sync hitboxes and do collision response (and have it be consistent across all clients), but simply updating the animations in my fixed logic loop (obviously) results in blurred motion as they are not synced to the render fps.

I know one solution to this would be to …


Viewing all articles
Browse latest Browse all 17625

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>