forked from Aztyu/Editeur-3D
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.xml
39 lines (39 loc) · 1.18 KB
/
example.xml
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
<?xml version="1.0" encoding="utf-8"?>
<Editor>
<Zone name="Main">
<Group name="Group">
<Position posX="1.0000000" posY="1.00000" posZ="1.00000">
</Position>
<Rotation posX="1.0000000" posY="1.00000" posZ="1.00000">
</Rotation>
<Scale scaleX="1.0000000" scaleY="1.00000" scaleZ="1.00000">
</Scale>
<Objects>
<Object name="Rectangle1">
<Position posX="2.0000000" posY="1.00000" posZ="1.00000">
</Position>
<Rotation posX="1.0000000" posY="1.00000" posZ="1.00000">
</Rotation>
<Scale scaleX="1.0000000" scaleY="1.00000" scaleZ="1.00000">
</Scale>
</Object>
<Object name="Rectangle2">
<Position posX="1.0000000" posY="2.00000" posZ="1.00000">
</Position>
<Rotation posX="1.0000000" posY="1.00000" posZ="1.00000">
</Rotation>
<Scale scaleX="1.0000000" scaleY="1.00000" scaleZ="1.00000">
</Scale>
</Object>
</Objects>
</Group>
<Object name="Rectangle">
<Position posX="1.0000000" posY="1.00000" posZ="2.00000">
</Position>
<Rotation posX="1.0000000" posY="1.00000" posZ="1.00000">
</Rotation>
<Scale scaleX="1.0000000" scaleY="1.00000" scaleZ="1.00000">
</Scale>
</Object>
</Zone>
</Editor>