-
Notifications
You must be signed in to change notification settings - Fork 6
/
scene.txml
77 lines (77 loc) · 4.46 KB
/
scene.txml
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE Scene>
<scene>
<entity id="1" sync="true">
<component typeId="26" type="Name" sync="true">
<attribute value="FIWARE Demo Application" type="string" id="name" name="Name"/>
<attribute value="" type="string" id="description" name="Description"/>
<attribute value="" type="string" id="group" name="Group"/>
</component>
<component typeId="5" type="Script" sync="true">
<attribute value="js/server/tundra-server.js" type="AssetReferenceList" id="scriptRef" name="Script ref"/>
<attribute value="true" type="bool" id="runOnLoad" name="Run on load"/>
<attribute value="2" type="int" id="runMode" name="Run mode"/>
<attribute value="" type="string" id="applicationName" name="Script application name"/>
<attribute value="" type="string" id="className" name="Script class name"/>
</component>
</entity>
<entity id="2" sync="true">
<component typeId="20" type="Placeable" sync="false">
<attribute value="1.449089,42.247108,34.574203,-53.699989,1.500000,0.000000,1.000000,1.000000,1.000000" type="Transform" id="transform" name="Transform"/>
<attribute value="false" type="bool" id="drawDebug" name="Show bounding box"/>
<attribute value="true" type="bool" id="visible" name="Visible"/>
<attribute value="1" type="int" id="selectionLayer" name="Selection layer"/>
<attribute value="" type="EntityReference" id="parentRef" name="Parent entity ref"/>
<attribute value="" type="string" id="parentBone" name="Parent bone name"/>
</component>
<component typeId="5" type="Script" sync="false">
<attribute value="local://freelookcamera.js;" type="AssetReferenceList" id="scriptRef" name="Script ref"/>
<attribute value="true" type="bool" id="runOnLoad" name="Run on load"/>
<attribute value="0" type="int" id="runMode" name="Run mode"/>
<attribute value="" type="string" id="applicationName" name="Script application name"/>
<attribute value="" type="string" id="className" name="Script class name"/>
</component>
<component typeId="15" type="Camera" sync="false">
<attribute value="0.000000 1.000000 0.000000" type="float3" id="upVector" name="Up vector"/>
<attribute value="0.100000" type="real" id="nearPlane" name="Near plane"/>
<attribute value="2000.000000" type="real" id="farPlane" name="Far plane"/>
<attribute value="45.000000" type="real" id="verticalFov" name="Vertical FOV"/>
<attribute value="" type="string" id="aspectRatio" name="Aspect ratio"/>
</component>
<component typeId="26" type="Name" sync="false">
<attribute value="FreeLookCamera" type="string" id="name" name="Name"/>
<attribute value="" type="string" id="description" name="Description"/>
<attribute value="" type="string" id="group" name="Group"/>
</component>
<component typeId="7" type="SoundListener" sync="false">
<attribute value="true" type="bool" id="active" name="Active"/>
</component>
</entity>
<entity id="3" sync="true">
<component typeId="26" type="Name" sync="true">
<attribute value="ChatApplication" type="string" id="name" name="Name"/>
<attribute value="" type="string" id="description" name="Description"/>
<attribute value="" type="string" id="group" name="Group"/>
</component>
<component typeId="5" type="Script" sync="true" name="ChatApplication">
<attribute value="js/server/chat.js" type="AssetReferenceList" id="scriptRef" name="Script ref"/>
<attribute value="true" type="bool" id="runOnLoad" name="Run on load"/>
<attribute value="2" type="int" id="runMode" name="Run mode"/>
<attribute value="" type="string" id="applicationName" name="Script application name"/>
<attribute value="" type="string" id="className" name="Script class name"/>
</component>
</entity>
<entity id="4" sync="true">
<component typeId="26" type="Name" sync="true">
<attribute value="UserPresenceApplication" type="string" id="name" name="Name"/>
<attribute value="" type="string" id="description" name="Description"/>
<attribute value="" type="string" id="group" name="Group"/>
</component>
<component typeId="6" type="Script" sync="true" name="UserPresenceApplication">
<attribute value="js/server/user-presence.js" type="AssetReferenceList" id="scriptRef" name="Script ref"/>
<attribute value="true" type="bool" id="runOnLoad" name="Run on load"/>
<attribute value="2" type="int" id="runMode" name="Run mode"/>
<attribute value="" type="string" id="applicationName" name="Script application name"/>
<attribute value="" type="string" id="className" name="Script class name"/>
</component>
</entity>
</scene>