issues
search
ivansafrin
/
Polycode
Polycode is a cross-platform framework for creative code.
polycode.org
MIT License
2.38k
stars
348
forks
source link
Skeletal animation scrubbing
#698
Open
ghost
opened
8 years ago
ghost
commented
8 years ago
Four new methods were implemented:
void SkeletonAnimation::FastForward(Number)
Jumps forward in the animation by a specified amount of time.
void SkeletonAnimation::Rewind(Number)
Jumps backwards in the animation by a specific amount of time.
void SkeletonAnimation::setPlayhead(Number)
Sets the 'playhead' of the animation to a specific point.
Number SkeletonAnimation::getPlayhead()
Gets the playhead's position in the current animation.
Four new methods were implemented: