summaryrefslogtreecommitdiffstats
path: root/tests/manual/mesh-morphing
Commit message (Collapse)AuthorAgeFilesLines
* Move animations from extras to animationsAntti Määttä2017-02-072-9/+9
| | | | | Change-Id: If3bcfe24ebe7ecfb4519e0e400e601819783edad Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Animation support for Qt3DAntti Määttä2017-01-313-0/+191
Modded assimp loader to load animations and to load submeshes into child entities. Added keyframeanimation for node animations and morphing mesh. Also added animation group for controlling multiple nodes as one animation and animation controller to select and play animations. Assimp loader adds QKeyFrameAnimations targeting an entity as child objects of that entity, the QAnimationController finds them when the entity is set and creates QAnimationGroups from based on the animation name. Change-Id: I7e2e7a4479af49f8023b4a359b2b3118efdaa0da Reviewed-by: Sean Harmer <sean.harmer@kdab.com>