summaryrefslogtreecommitdiffstats
path: root/tests/manual/manual.pro
diff options
context:
space:
mode:
authorSean Harmer <sh@theharmers.co.uk>2018-07-16 14:32:08 +0100
committerSean Harmer <sean.harmer@kdab.com>2018-08-02 08:57:15 +0000
commit80a51b60c2f501a726b98e20eaba7f9551bee720 (patch)
tree43608ce96dc4725daac5cb2b332cae981fbce299 /tests/manual/manual.pro
parent8b9f4b0936b131dad72f0ea8da1347957af20c6e (diff)
Add support for loading specific animations from glTF 2 files
Can now specify source urls to QAnimationClipLoader with query parameters for animationIndex or animationName. Add a new manual test to demonstrate/test this by loading the 2nd animation from the Rigged-Simple.gltf file. Will followup with the same support for Qt 3D native json animation files. Change-Id: Icb66073f29b8471fe06e2e2e9c43720567dc9ee5 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'tests/manual/manual.pro')
-rw-r--r--tests/manual/manual.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/manual/manual.pro b/tests/manual/manual.pro
index 3dcdae8a0..f5f60f6cb 100644
--- a/tests/manual/manual.pro
+++ b/tests/manual/manual.pro
@@ -53,6 +53,7 @@ SUBDIRS += \
animation-keyframe-programmatic \
layerfilter-qml \
skinned-mesh \
+ rigged-simple \
proximityfilter \
rendercapture-qml-fbo \
blitframebuffer-qml \