summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/backendnode_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Add a job to load animation clipsSean Harmer2017-01-271-0/+81
Defers the actual work to AnimationClip. Also made all backend nodes have a common base class to make it easy to track the Handler. Added a manual test to exercise this and which we can build up over time as we add API. Change-Id: I7cdd8da948498544059ba51efe38642dd54ea410 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>