summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/qt3d.pro
diff options
context:
space:
mode:
authorSergey Dubitskiy <sergey.dubitskiy@nokia.com>2012-06-08 10:11:42 +1000
committerQt by Nokia <qt-info@nokia.com>2012-07-24 04:53:42 +0200
commita92ad1a2b363e18fc8a1ea3660482d2d1adfd67d (patch)
treece910844b135b640d29b24b60c503ad26a82bc7e /examples/qt3d/qt3d.pro
parent2f6f43649a89975ce93c07950f0935d3e66c1b7c (diff)
Object animations.
Animation tracks for object rotate/scale/translate can be loaded and played. A simple example illustrating this feature is also provided. Task-number: QTBUG-19906 Change-Id: I7a07c214f8ad7065b7f3f48d8929cb7d546af5f3 Reviewed-by: Sergey Dubitskiy <sergey.dubitskiy@nokia.com>
Diffstat (limited to 'examples/qt3d/qt3d.pro')
-rw-r--r--examples/qt3d/qt3d.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/qt3d.pro b/examples/qt3d/qt3d.pro
index f1e5903aa..b13095849 100644
--- a/examples/qt3d/qt3d.pro
+++ b/examples/qt3d/qt3d.pro
@@ -1,2 +1,2 @@
TEMPLATE = subdirs
-SUBDIRS += basket builder cube cylinder geometry nesting solarsystem tank teapot load_model
+SUBDIRS += scene_animations basket builder cube cylinder geometry nesting solarsystem tank teapot load_model