summaryrefslogtreecommitdiffstats
path: root/tests/scenes/simple_cube_animation/simple_cube_animation.uia
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scenes/simple_cube_animation/simple_cube_animation.uia')
-rw-r--r--tests/scenes/simple_cube_animation/simple_cube_animation.uia16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/scenes/simple_cube_animation/simple_cube_animation.uia b/tests/scenes/simple_cube_animation/simple_cube_animation.uia
new file mode 100644
index 0000000..ca2d770
--- /dev/null
+++ b/tests/scenes/simple_cube_animation/simple_cube_animation.uia
@@ -0,0 +1,16 @@
+<?xml version='1.0' encoding='utf-8'?>
+<application xmlns="http://qt.io/qt3dstudio/uia">
+ <assets initial="simple_cube_animation">
+ <presentation id="simple_cube_animation" src="presentations/simple_cube_animation.uip"/>
+ <dataInput metadata="" name="newDataInput" type="Float"/>
+ </assets>
+ <statemachine ref="#logic">
+ <visual-states>
+ <state ref="Initial">
+ <enter>
+ <goto-slide rel="next" element="main:Scene"/>
+ </enter>
+ </state>
+ </visual-states>
+ </statemachine>
+</application>