summaryrefslogtreecommitdiffstats
path: root/tests/auto/studio3d/shared
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/studio3d/shared')
-rw-r--r--tests/auto/studio3d/shared/presentation/animation.uip35
-rw-r--r--tests/auto/studio3d/shared/presentation/blue.uip31
-rw-r--r--tests/auto/studio3d/shared/presentation/datainput.uia18
-rw-r--r--tests/auto/studio3d/shared/presentation/datainput.uip63
-rw-r--r--tests/auto/studio3d/shared/presentation/datainput_sub.uip31
-rw-r--r--tests/auto/studio3d/shared/presentation/fonts/TitilliumWeb-Regular.ttfbin63752 -> 0 bytes
-rw-r--r--tests/auto/studio3d/shared/presentation/mixed.uip36
-rw-r--r--tests/auto/studio3d/shared/presentation/mixed_vertical.uip36
-rw-r--r--tests/auto/studio3d/shared/presentation/mouse.uip54
-rw-r--r--tests/auto/studio3d/shared/presentation/multislide.uip99
-rw-r--r--tests/auto/studio3d/shared/presentation/red.uip31
-rw-r--r--tests/auto/studio3d/shared/presentation/settings.uip31
-rw-r--r--tests/auto/studio3d/shared/shared_presentations.h39
-rw-r--r--tests/auto/studio3d/shared/shared_presentations.qrc15
14 files changed, 0 insertions, 519 deletions
diff --git a/tests/auto/studio3d/shared/presentation/animation.uip b/tests/auto/studio3d/shared/presentation/animation.uip
deleted file mode 100644
index bd78b515..00000000
--- a/tests/auto/studio3d/shared/presentation/animation.uip
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<UIP version="3" >
- <Project >
- <ProjectSettings author="" company="" presentationWidth="800" presentationHeight="480" maintainAspect="False" />
- <Graph >
- <Scene id="Scene" >
- <Layer id="Layer" >
- <Camera id="Camera" />
- <Light id="Light" />
- <Model id="Cube" >
- <Material id="Material" />
- </Model>
- </Layer>
- </Scene>
- </Graph>
- <Logic >
- <State name="Master Slide" component="#Scene" >
- <Add ref="#Layer" />
- <Add ref="#Camera" />
- <Add ref="#Light" lighttype="Directional" position="0 0 -500" rotation="0 0 0" />
- <State id="Scene-Slide1" name="Slide1" playmode="Looping" >
- <Set ref="#Layer" endtime="29690" />
- <Set ref="#Camera" endtime="29690" />
- <Set ref="#Light" endtime="29690" />
- <Add ref="#Cube" name="Cube" endtime="29690" position="5.7735 -14.4338 0" sourcepath="#Cube" >
- <AnimationTrack property="position.x" type="EaseInOut" >0 -457.55 100 100 4.832 -8.66028 100 100 11.174 440.23 100 100 20.037 -64.9519 100 100 29.69 -401.258 100 100</AnimationTrack>
- <AnimationTrack property="position.y" type="EaseInOut" >0 -1.52588e-05 100 100 4.832 -220.837 100 100 11.174 -18.7639 100 100 20.037 225.167 100 100 29.69 -14.4337 100 100</AnimationTrack>
- <AnimationTrack property="position.z" type="EaseInOut" >0 0 100 100 4.832 0 100 100 11.174 0 100 100 20.037 0 100 100 29.69 0 100 100</AnimationTrack>
- </Add>
- <Add ref="#Material" />
- </State>
- </State>
- </Logic>
- </Project>
-</UIP>
diff --git a/tests/auto/studio3d/shared/presentation/blue.uip b/tests/auto/studio3d/shared/presentation/blue.uip
deleted file mode 100644
index a6eefa7e..00000000
--- a/tests/auto/studio3d/shared/presentation/blue.uip
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<UIP version="3" >
- <Project >
- <ProjectSettings author="" company="" presentationWidth="800" presentationHeight="480" maintainAspect="False" />
- <Graph >
- <Scene id="Scene" >
- <Layer id="Layer" >
- <Camera id="Camera" />
- <Light id="Light" />
- <Model id="Rectangle" >
- <Material id="Material" />
- </Model>
- </Layer>
- </Scene>
- </Graph>
- <Logic >
- <State name="Master Slide" component="#Scene" >
- <Add ref="#Layer" />
- <Add ref="#Camera" />
- <Add ref="#Light" lighttype="Directional" position="0 0 -500" rotation="0 0 0" />
- <State id="Scene-Slide1" name="Slide1" playmode="Looping" >
- <Set ref="#Layer" endtime="8000" />
- <Set ref="#Camera" endtime="8000" />
- <Set ref="#Light" endtime="8000" />
- <Add ref="#Rectangle" name="Rectangle" endtime="8000" position="0 -15.8771 0" scale="13.3333 9.5252 1" sourcepath="#Rectangle" />
- <Add ref="#Material" diffuse="0 0 1" emissivecolor="1 1 1" emissivepower="1" />
- </State>
- </State>
- </Logic>
- </Project>
-</UIP>
diff --git a/tests/auto/studio3d/shared/presentation/datainput.uia b/tests/auto/studio3d/shared/presentation/datainput.uia
deleted file mode 100644
index fbfa55b6..00000000
--- a/tests/auto/studio3d/shared/presentation/datainput.uia
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<application>
- <assets initial="datainput">
- <dataInput name="animationInput" type="Ranged Number" min="0" max="100"/>
- <dataInput name="slideInput" type="String" />
- <presentation id="datainput" src="datainput.uip"/>
- <presentation id="subpres" src="datainput_sub.uip"/>
- </assets>
- <statemachine ref="#logic">
- <visual-states>
- <state ref="Initial">
- <enter>
- <goto-slide element="main:Scene" rel="next"/>
- </enter>
- </state>
- </visual-states>
- </statemachine>
-</application>
diff --git a/tests/auto/studio3d/shared/presentation/datainput.uip b/tests/auto/studio3d/shared/presentation/datainput.uip
deleted file mode 100644
index 3807cec2..00000000
--- a/tests/auto/studio3d/shared/presentation/datainput.uip
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<UIP version="3" >
- <Project >
- <ProjectSettings author="" company="" presentationWidth="800" presentationHeight="600" maintainAspect="False" >
- <CustomColors count="16" >#ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff</CustomColors>
- </ProjectSettings>
- <Graph >
- <Scene id="Scene" backgroundcolor="0 1 0" controlledproperty="$animationInput @timeline $slideInput @slide" >
- <Layer id="Layer" >
- <Camera id="Camera" />
- <Light id="Light" />
- <Component id="Component" >
- <Text id="Text" />
- </Component>
- <Model id="Rectangle" >
- <Material id="Default" name="Default" >
- <Image id="Default_diffusemap" />
- </Material>
- </Model>
- <Text id="Text_001" />
- <Model id="Rectangle2" >
- <Material id="Default_001" name="Default" />
- </Model>
- </Layer>
- </Scene>
- </Graph>
- <Logic >
- <State name="Master Slide" component="#Scene" >
- <Add ref="#Layer" background="Transparent" sourcepath="" />
- <Add ref="#Camera" />
- <Add ref="#Light" />
- <Add ref="#Rectangle" name="Rectangle" sourcepath="#Rectangle" >
- <AnimationTrack property="position.x" type="EaseInOut" >0 -327.165 100 100 10 351.542 100 100</AnimationTrack>
- <AnimationTrack property="position.y" type="EaseInOut" >0 -6.41502 100 100 10 -17.962 100 100</AnimationTrack>
- <AnimationTrack property="position.z" type="EaseInOut" >0 0 100 100 10 0 100 100</AnimationTrack>
- </Add>
- <Add ref="#Default" diffusemap="#Default_diffusemap" />
- <Add ref="#Default_diffusemap" sourcepath="maps/QT-symbol.png" subpresentation="subpres" />
- <State id="Scene-Slide1" name="Slide1" initialplaystate="Pause" >
- <Add ref="#Component" name="Component" controlledproperty="$animationInput @timeline" />
- <Add ref="#Rectangle2" name="Rectangle2" position="0 0 100" scale="9999 9999 99999" sourcepath="#Rectangle" />
- <Add ref="#Default_001" >
- <AnimationTrack property="diffuse.x" type="EaseInOut" >0 1 100 100 4.487 1 100 100 5.5 0 100 100 10 0 100 100</AnimationTrack>
- <AnimationTrack property="diffuse.y" type="EaseInOut" >0 0 100 100 4.487 0 100 100 5.5 0 100 100 10 0 100 100</AnimationTrack>
- <AnimationTrack property="diffuse.z" type="EaseInOut" >0 0 100 100 4.487 0 100 100 5.5 1 100 100 10 1 100 100</AnimationTrack>
- </Add>
- </State>
- <State id="Scene-Slide2" name="Slide2" initialplaystate="Play" playmode="Stop at end" playthroughto="Previous" >
- <Add ref="#Text_001" name="Text" font="TitilliumWeb-Regular" position="-442.635 -193.733 0" textstring="Second slide" />
- </State>
- </State>
- <State name="Master Slide" component="#Component" >
- <State id="Component-Slide1" name="Slide1" initialplaystate="Pause" >
- <Add ref="#Text" name="Text" controlledproperty="$animationInput textstring" font="TitilliumWeb-Regular" position="-5.132 137.281 0" >
- <AnimationTrack property="rotation.x" type="EaseInOut" >0 0 100 100 10 0 100 100</AnimationTrack>
- <AnimationTrack property="rotation.y" type="EaseInOut" >0 0 100 100 10 0 100 100</AnimationTrack>
- <AnimationTrack property="rotation.z" type="EaseInOut" >0 0 100 100 10 -360 100 100</AnimationTrack>
- </Add>
- </State>
- </State>
- </Logic>
- </Project>
-</UIP>
diff --git a/tests/auto/studio3d/shared/presentation/datainput_sub.uip b/tests/auto/studio3d/shared/presentation/datainput_sub.uip
deleted file mode 100644
index c007eaba..00000000
--- a/tests/auto/studio3d/shared/presentation/datainput_sub.uip
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<UIP version="3" >
- <Project >
- <ProjectSettings author="" company="" presentationWidth="400" presentationHeight="200" maintainAspect="False" >
- <CustomColors count="16" >#ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff</CustomColors>
- </ProjectSettings>
- <Graph >
- <Scene id="Scene" controlledproperty="$animationInput @timeline" >
- <Layer id="Layer" >
- <Camera id="Camera" />
- <Light id="Light" />
- <Text id="Text" controlledproperty="$slideInput textstring" />
- </Layer>
- </Scene>
- </Graph>
- <Logic >
- <State name="Master Slide" component="#Scene" >
- <Add ref="#Layer" />
- <Add ref="#Camera" />
- <Add ref="#Light" />
- <State id="Scene-Slide1" name="Slide1" initialplaystate="Pause" >
- <Add ref="#Text" name="Text" font="TitilliumWeb-Regular" opacity="99" size="96" >
- <AnimationTrack property="rotation.x" type="EaseInOut" >0 0 100 100 10 0 100 100</AnimationTrack>
- <AnimationTrack property="rotation.y" type="EaseInOut" >0 0 100 100 10 0 100 100</AnimationTrack>
- <AnimationTrack property="rotation.z" type="EaseInOut" >0 0 100 100 10 -360 100 100</AnimationTrack>
- </Add>
- </State>
- </State>
- </Logic>
- </Project>
-</UIP>
diff --git a/tests/auto/studio3d/shared/presentation/fonts/TitilliumWeb-Regular.ttf b/tests/auto/studio3d/shared/presentation/fonts/TitilliumWeb-Regular.ttf
deleted file mode 100644
index 6da82193..00000000
--- a/tests/auto/studio3d/shared/presentation/fonts/TitilliumWeb-Regular.ttf
+++ /dev/null
Binary files differ
diff --git a/tests/auto/studio3d/shared/presentation/mixed.uip b/tests/auto/studio3d/shared/presentation/mixed.uip
deleted file mode 100644
index 16fea006..00000000
--- a/tests/auto/studio3d/shared/presentation/mixed.uip
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<UIP version="3" >
- <Project >
- <ProjectSettings author="" company="" presentationWidth="800" presentationHeight="480" maintainAspect="False" />
- <Graph >
- <Scene id="Scene" >
- <Layer id="Layer" >
- <Camera id="Camera" />
- <Light id="Light" />
- <Model id="Rectangle" >
- <Material id="Material" />
- </Model>
- <Model id="Rectangle2" >
- <Material id="Material_001" />
- </Model>
- </Layer>
- </Scene>
- </Graph>
- <Logic >
- <State name="Master Slide" component="#Scene" >
- <Add ref="#Layer" />
- <Add ref="#Camera" />
- <Add ref="#Light" lighttype="Directional" position="0 0 -500" rotation="0 0 0" />
- <State id="Scene-Slide1" name="Slide1" playmode="Looping" >
- <Set ref="#Layer" endtime="8000" />
- <Set ref="#Camera" endtime="8000" />
- <Set ref="#Light" endtime="8000" />
- <Add ref="#Rectangle" name="Rectangle" endtime="8000" position="401.651 25 0" scale="8 16 1" sourcepath="#Rectangle" />
- <Add ref="#Material" diffuse="1 0 0" emissivecolor="1 1 1" emissivepower="1" />
- <Add ref="#Rectangle2" name="Rectangle2" endtime="8000" position="-378.164 25 0" scale="8 16 1" sourcepath="#Rectangle" />
- <Add ref="#Material_001" diffuse="0 0 1" emissivecolor="1 1 1" emissivepower="1" />
- </State>
- </State>
- </Logic>
- </Project>
-</UIP>
diff --git a/tests/auto/studio3d/shared/presentation/mixed_vertical.uip b/tests/auto/studio3d/shared/presentation/mixed_vertical.uip
deleted file mode 100644
index 7914b119..00000000
--- a/tests/auto/studio3d/shared/presentation/mixed_vertical.uip
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<UIP version="3" >
- <Project >
- <ProjectSettings author="" company="" presentationWidth="800" presentationHeight="480" maintainAspect="False" />
- <Graph >
- <Scene id="Scene" >
- <Layer id="Layer" >
- <Camera id="Camera" />
- <Light id="Light" />
- <Model id="Rectangle" >
- <Material id="Material" />
- </Model>
- <Model id="Rectangle2" >
- <Material id="Material_001" />
- </Model>
- </Layer>
- </Scene>
- </Graph>
- <Logic >
- <State name="Master Slide" component="#Scene" >
- <Add ref="#Layer" />
- <Add ref="#Camera" />
- <Add ref="#Light" lighttype="Directional" position="0 0 -500" rotation="0 0 0" />
- <State id="Scene-Slide1" name="Slide1" playmode="Looping" >
- <Set ref="#Layer" endtime="8000" />
- <Set ref="#Camera" endtime="8000" />
- <Set ref="#Light" endtime="8000" />
- <Add ref="#Rectangle" name="Rectangle" endtime="8000" position="0 -400 0" scale="16 8 1" sourcepath="#Rectangle" />
- <Add ref="#Material" diffuse="1 0 0" emissivecolor="1 1 1" emissivepower="1" />
- <Add ref="#Rectangle2" name="Rectangle2" endtime="8000" position="0 400 0" scale="16 8 1" sourcepath="#Rectangle" />
- <Add ref="#Material_001" diffuse="0 0 1" emissivecolor="1 1 1" emissivepower="1" />
- </State>
- </State>
- </Logic>
- </Project>
-</UIP>
diff --git a/tests/auto/studio3d/shared/presentation/mouse.uip b/tests/auto/studio3d/shared/presentation/mouse.uip
deleted file mode 100644
index edd9f95f..00000000
--- a/tests/auto/studio3d/shared/presentation/mouse.uip
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<UIP version="3" >
- <Project >
- <ProjectSettings author="" company="" presentationWidth="800" presentationHeight="480" maintainAspect="False" />
- <Graph >
- <Scene id="Scene" >
- <Layer id="Layer" >
- <Camera id="Camera" />
- <Light id="Light" />
- <Model id="Rectangle" >
- <Material id="Material" />
- </Model>
- <Model id="Rectangle2" >
- <Material id="Material_001" />
- </Model>
- </Layer>
- </Scene>
- </Graph>
- <Logic >
- <State name="Master Slide" component="#Scene" >
- <Add ref="#Layer" />
- <Add ref="#Camera" />
- <Add ref="#Light" lighttype="Directional" position="0 0 -500" rotation="0 0 0" />
- <State id="Scene-Slide1" name="Slide1" playmode="Looping" >
- <Set ref="#Layer" endtime="8000" />
- <Set ref="#Camera" endtime="8000" />
- <Set ref="#Light" endtime="8000" />
- <Add ref="#Rectangle" name="Rectangle" endtime="8000" position="668.283 7.21691 0" scale="13.3333 9.5252 1" sourcepath="#Rectangle" >
- <Action id="Rectangle-Action" eyeball="True" triggerObject="#Rectangle" event="onPressureDown" targetObject="#Material" handler="Set Property" >
- <HandlerArgument name="Property Name" type="String" argtype="Property" value="diffuse" />
- <HandlerArgument name="Property Value" type="Float3" argtype="Dependent" value="0 0 1" />
- </Action>
- <Action id="Rectangle-Action_001" eyeball="True" triggerObject="#Rectangle" event="onPressureUp" targetObject="#Material" handler="Set Property" >
- <HandlerArgument name="Property Name" type="String" argtype="Property" value="diffuse" />
- <HandlerArgument name="Property Value" type="Float3" argtype="Dependent" value="1 0 0" />
- </Action>
- </Add>
- <Add ref="#Material" diffuse="1 0 0" emissivecolor="1 1 1" emissivepower="1" />
- <Add ref="#Rectangle2" name="Rectangle2" endtime="8000" position="-528.276 -19.6247 0" scale="10.6053 8.67004 1" sourcepath="#Rectangle" >
- <Action id="Rectangle2-Action" eyeball="True" triggerObject="#Rectangle2" event="onPressureDown" targetObject="#Material_001" handler="Set Property" >
- <HandlerArgument name="Property Name" type="String" argtype="Property" value="diffuse" />
- <HandlerArgument name="Property Value" type="Float3" argtype="Dependent" value="0 1 0" />
- </Action>
- <Action id="Rectangle2-Action_001" eyeball="True" triggerObject="#Rectangle2" event="onPressureUp" targetObject="#Material_001" handler="Set Property" >
- <HandlerArgument name="Property Name" type="String" argtype="Property" value="diffuse" />
- <HandlerArgument name="Property Value" type="Float3" argtype="Dependent" value="0 0 1" />
- </Action>
- </Add>
- <Add ref="#Material_001" diffuse="0 0 1" />
- </State>
- </State>
- </Logic>
- </Project>
-</UIP>
diff --git a/tests/auto/studio3d/shared/presentation/multislide.uip b/tests/auto/studio3d/shared/presentation/multislide.uip
deleted file mode 100644
index e17db1db..00000000
--- a/tests/auto/studio3d/shared/presentation/multislide.uip
+++ /dev/null
@@ -1,99 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<UIP version="3" >
- <Project >
- <ProjectSettings author="" company="" presentationWidth="800" presentationHeight="480" maintainAspect="False" />
- <Graph >
- <Scene id="Scene" backgroundcolor="1 1 0" >
- <Layer id="Layer" >
- <Camera id="Camera" />
- <Light id="Light" />
- <Model id="Rectangle1" >
- <Material id="Material" />
- </Model>
- <Model id="Rectangle2" >
- <Material id="Material_001" />
- </Model>
- <Model id="Rectangle2_003" >
- <Material id="Material_006" />
- </Model>
- <Component id="Component" >
- <Model id="Rectangle" >
- <Material id="Material_002" />
- </Model>
- <Model id="Rectangle2_001" >
- <Material id="Material_003" />
- </Model>
- </Component>
- <Component id="Component2" >
- <Model id="Rectangle_001" >
- <Material id="Material_004" />
- </Model>
- <Model id="Rectangle2_002" >
- <Material id="Material_005" />
- </Model>
- </Component>
- <Text id="Text" />
- </Layer>
- </Scene>
- </Graph>
- <Logic >
- <State name="Master Slide" component="#Scene" >
- <Add ref="#Layer" />
- <Add ref="#Camera" />
- <Add ref="#Light" lighttype="Directional" position="0 0 -500" rotation="0 0 0" />
- <State id="Scene-S1" name="S1" playmode="Looping" >
- <Set ref="#Layer" endtime="8000" />
- <Set ref="#Camera" endtime="8000" />
- <Set ref="#Light" endtime="8000" />
- <Add ref="#Rectangle1" name="Rect" position="0 0 0" scale="13.3333 5 1" sourcepath="#Rectangle" />
- <Add ref="#Material" diffuse="1 0 0" emissivecolor="1 1 1" emissivepower="1" opacity="100" />
- <Add ref="#Component" name="Component1" endtime="8000" position="400 0 -1" scale="4 3 1" />
- <Add ref="#Component2" name="Component2" endtime="8000" position="461.548 -5.72538 -5" />
- <Add ref="#Text" name="Text" endtime="8000" font="TitilliumWeb-Regular" position="-304.552 -193.631 0" size="36" />
- </State>
- <State id="Scene-S2" name="S2" initialplaystate="Pause" playmode="Looping" playthroughto="Previous" >
- <Set ref="#Layer" endtime="8000" />
- <Set ref="#Camera" endtime="8000" />
- <Set ref="#Light" endtime="8000" />
- <Add ref="#Rectangle2" name="Rectangle2" position="0 -15.8771 0" scale="13.3333 9.5252 1" sourcepath="#Rectangle" >
- <AnimationTrack property="scale.x" type="EaseInOut" >0 11.6 100 100 8 1 100 100</AnimationTrack>
- <AnimationTrack property="scale.y" type="EaseInOut" >0 9.5252 100 100 8 1 100 100</AnimationTrack>
- <AnimationTrack property="scale.z" type="EaseInOut" >0 1 100 100 8 1 100 100</AnimationTrack>
- </Add>
- <Add ref="#Material_001" diffuse="0 0 1" emissivecolor="1 1 1" emissivepower="1" />
- </State>
- <State id="Scene-S3" name="S3" initialplaystate="Pause" playmode="Looping" playthroughto="Previous" >
- <Set ref="#Layer" endtime="8000" />
- <Set ref="#Camera" endtime="8000" />
- <Set ref="#Light" endtime="8000" />
- <Add ref="#Rectangle2_003" name="Rectangle3" position="0 -15.8771 0" scale="13.3333 9.5252 1" sourcepath="#Rectangle" >
- <AnimationTrack property="scale.x" type="EaseInOut" >0 11.6 100 100 8 1 100 100</AnimationTrack>
- <AnimationTrack property="scale.y" type="EaseInOut" >0 9.5252 100 100 8 1 100 100</AnimationTrack>
- <AnimationTrack property="scale.z" type="EaseInOut" >0 1 100 100 8 1 100 100</AnimationTrack>
- </Add>
- <Add ref="#Material_006" diffuse="0 1 0" emissivecolor="1 1 1" emissivepower="1" />
- </State>
- </State>
- <State name="Master Slide" component="#Component" >
- <State id="Component1-C1S1" name="C1S1" >
- <Add ref="#Rectangle" name="Rectangle4" position="0 0 -1" scale="2 3 1" sourcepath="#Rectangle" />
- <Add ref="#Material_002" diffuse="0 1 0" />
- </State>
- <State id="Component1-C1S2" name="C1S2" playthroughto="Previous" >
- <Add ref="#Rectangle2_001" name="Rectangle5" position="0 0 -1" scale="2 3 1" sourcepath="#Rectangle" />
- <Add ref="#Material_003" diffuse="0 1 1" />
- </State>
- </State>
- <State name="Master Slide" component="#Component2" >
- <State id="Component2-C2S1" name="C2S1" >
- <Add ref="#Rectangle_001" name="Rectangle6" scale="3.5 7 3.03591" sourcepath="#Rectangle" />
- <Add ref="#Material_004" diffuse="1 1 0" />
- </State>
- <State id="Component2-C2S2" name="C2S2" playthroughto="Previous" >
- <Add ref="#Rectangle2_002" name="Rectangle7" scale="3.5 7 3.03591" sourcepath="#Rectangle" />
- <Add ref="#Material_005" diffuse="1 0 1" />
- </State>
- </State>
- </Logic>
- </Project>
-</UIP>
diff --git a/tests/auto/studio3d/shared/presentation/red.uip b/tests/auto/studio3d/shared/presentation/red.uip
deleted file mode 100644
index a04d2f8a..00000000
--- a/tests/auto/studio3d/shared/presentation/red.uip
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<UIP version="3" >
- <Project >
- <ProjectSettings author="" company="" presentationWidth="800" presentationHeight="480" maintainAspect="False" />
- <Graph >
- <Scene id="Scene" >
- <Layer id="Layer" >
- <Camera id="Camera" />
- <Light id="Light" />
- <Model id="Rectangle" >
- <Material id="Material" />
- </Model>
- </Layer>
- </Scene>
- </Graph>
- <Logic >
- <State name="Master Slide" component="#Scene" >
- <Add ref="#Layer" />
- <Add ref="#Camera" />
- <Add ref="#Light" lighttype="Directional" position="0 0 -500" rotation="0 0 0" />
- <State id="Scene-Slide1" name="Slide1" playmode="Looping" >
- <Set ref="#Layer" endtime="8000" />
- <Set ref="#Camera" endtime="8000" />
- <Set ref="#Light" endtime="8000" />
- <Add ref="#Rectangle" name="Rectangle" endtime="8000" position="0 -15.8771 0" scale="13.3333 9.5252 1" sourcepath="#Rectangle" />
- <Add ref="#Material" diffuse="1 0 0" emissivecolor="1 1 1" emissivepower="1" />
- </State>
- </State>
- </Logic>
- </Project>
-</UIP>
diff --git a/tests/auto/studio3d/shared/presentation/settings.uip b/tests/auto/studio3d/shared/presentation/settings.uip
deleted file mode 100644
index acd580ab..00000000
--- a/tests/auto/studio3d/shared/presentation/settings.uip
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<UIP version="3" >
- <Project >
- <ProjectSettings author="" company="" presentationWidth="300" presentationHeight="200" maintainAspect="False" />
- <Graph >
- <Scene id="Scene" backgroundcolor="0 0 1" >
- <Layer id="Layer" >
- <Camera id="Camera" />
- <Light id="Light" />
- <Model id="Rectangle" >
- <Material id="Material" />
- </Model>
- </Layer>
- </Scene>
- </Graph>
- <Logic >
- <State name="Master Slide" component="#Scene" >
- <Add ref="#Layer" />
- <Add ref="#Camera" />
- <Add ref="#Light" lighttype="Directional" position="0 0 -500" rotation="0 0 0" />
- <State id="Scene-Slide1" name="Slide1" playmode="Looping" >
- <Set ref="#Layer" endtime="8000" />
- <Set ref="#Camera" endtime="8000" />
- <Set ref="#Light" endtime="8000" />
- <Add ref="#Rectangle" name="Rectangle" edgetess="1" endtime="8000" innertess="1" position="0 -15.8771 0" scale="11 2.375 1" sourcepath="#Rectangle" tessellation="Linear" />
- <Add ref="#Material" diffuse="1 0 0" emissivecolor="1 1 1" emissivepower="1" />
- </State>
- </State>
- </Logic>
- </Project>
-</UIP>
diff --git a/tests/auto/studio3d/shared/shared_presentations.h b/tests/auto/studio3d/shared/shared_presentations.h
deleted file mode 100644
index 6d382738..00000000
--- a/tests/auto/studio3d/shared/shared_presentations.h
+++ /dev/null
@@ -1,39 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2017 The Qt Company Ltd.
-** Contact: http://www.qt.io/licensing/
-**
-** This file is part of Qt 3D Studio.
-**
-** $QT_BEGIN_LICENSE:GPL-EXCEPT$
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-#include <QtCore/qurl.h>
-
-const QUrl RED = QUrl(QStringLiteral("qrc:/red.uip"));
-const QUrl BLUE = QUrl(QStringLiteral("qrc:/blue.uip"));
-const QUrl MIXED = QUrl(QStringLiteral("qrc:/mixed.uip"));
-const QUrl MIXED_VERTICAL = QUrl(QStringLiteral("qrc:/mixed_vertical.uip"));
-const QUrl ANIMATION = QUrl(QStringLiteral("qrc:/animation.uip"));
-const QUrl SETTINGS = QUrl(QStringLiteral("qrc:/settings.uip"));
-const QUrl MULTISLIDE = QUrl(QStringLiteral("qrc:/multislide.uip"));
-const QUrl MOUSE = QUrl(QStringLiteral("qrc:/mouse.uip"));
-const QUrl DATAINPUT = QUrl(QStringLiteral("qrc:/datainput.uia"));
diff --git a/tests/auto/studio3d/shared/shared_presentations.qrc b/tests/auto/studio3d/shared/shared_presentations.qrc
deleted file mode 100644
index d4bb668f..00000000
--- a/tests/auto/studio3d/shared/shared_presentations.qrc
+++ /dev/null
@@ -1,15 +0,0 @@
-<RCC>
- <qresource prefix="/">
- <file alias="blue.uip">presentation/blue.uip</file>
- <file alias="red.uip">presentation/red.uip</file>
- <file alias="mixed.uip">presentation/mixed.uip</file>
- <file alias="animation.uip">presentation/animation.uip</file>
- <file alias="mixed_vertical.uip">presentation/mixed_vertical.uip</file>
- <file alias="settings.uip">presentation/settings.uip</file>
- <file alias="multislide.uip">presentation/multislide.uip</file>
- <file alias="mouse.uip">presentation/mouse.uip</file>
- <file alias="datainput.uip">presentation/datainput.uip</file>
- <file alias="datainput.uia">presentation/datainput.uia</file>
- <file alias="datainput_sub.uip">presentation/datainput_sub.uip</file>
- </qresource>
-</RCC>