num3ric / Cinder-Skinning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Erroneous AnimTrack loop logic

num3ric opened this issue · comments

The AnimTrack::getValue needs a rewrite for accurately playing loops. As it stands, the looping implementation is both confusing and inaccurate.

The transition from the last frame to the first has to be reviewed.