atomicptr / project-zombye

3D Game Engine written in C++14 made for studies.
MIT License
1 stars 0 forks source link

add skeletal animation #21

Open Berling opened 9 years ago

Berling commented 9 years ago

basic skeletal animation is implemented --missing interpolation between animation

Berling commented 9 years ago

Interpolation between two animation is roughly implemented. I'm not happy with the current situation. The blending duration is some sort of random, as the system waits until the current animation reached the last frame before it starts to blend with the other animation. Another issue is that the blending from and to a one frame animation is not implemented.

These issues should be resolved, but not necessarily for the tech demo. Depends on how bad the blending "look and feel" is while controlling the player.