summaryrefslogtreecommitdiffstats
path: root/tests/auto/studio3d/shared/presentation/settings.uip
blob: acd580abe294dfb93c53ec0f12aaea6155c93194 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?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>