aboutsummaryrefslogtreecommitdiffstats
path: root/apps/com.luxoft.vehicle/assets/3dCar/vehicle3dStudio.uia
blob: cf772539472416675712e8550bcfe3968f01e6c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version='1.0' encoding='utf-8'?>
<application xmlns="http://qt.io/qt3dstudio/uia">
    <assets initial="vehicle3dStudio">
        <presentation id="vehicle3dStudio" src="presentations/vehicle3dStudio.uip"/>
        <dataInput metadata="" name="diffuseColor" type="Vector4"/>
        <dataInput metadata="" name="leftDoorRotation" type="Vector3"/>
        <dataInput metadata="" name="rightDoorRotation" type="Vector3"/>
        <dataInput metadata="" name="sunRoofPosition" type="Vector3"/>
        <dataInput metadata="" name="sunRoofRotation" type="Vector3"/>
        <dataInput metadata="" name="trunkRotation" type="Vector3"/>
        <dataInput metadata="" name="vehicleRotation" type="Vector3"/>
    </assets>
    <statemachine ref="#logic">
        <visual-states>
            <state ref="Initial">
                <enter>
                    <goto-slide rel="next" element="main:Scene"/>
                </enter>
            </state>
        </visual-states>
    </statemachine>
</application>