-
Notifications
You must be signed in to change notification settings - Fork 0
/
Shapes_two_boxes.xml
59 lines (59 loc) · 1.23 KB
/
Shapes_two_boxes.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="UTF-8"?>
<shapes>
<shape>
<id>1</id>
<color>
<red> 0.5 </red>
<green> 0.0 </green>
<blue> 0.5 </blue>
</color>
<translation>
<x>3</x>
<y>6</y>
<z>9</z>
</translation>
<rotation>
<x>90</x>
<y>45</y>
<z>22.5</z>
</rotation>
<scale>
<x>2</x>
<y>4</y>
<z>6</z>
</scale>
<box>
<height>9</height>
<width>8</width>
<depth>7</depth>
</box>
</shape>
<shape>
<id>2</id>
<color>
<red> 0.0 </red>
<green> 0.5 </green>
<blue> 0.5 </blue>
</color>
<translation>
<x>3</x>
<y>6</y>
<z>0.9</z>
</translation>
<rotation>
<x>90</x>
<y>45</y>
<z>22.5</z>
</rotation>
<scale>
<x>1</x>
<y>2</y>
<z>3</z>
</scale>
<box>
<height>0.25</height>
<width>0.5</width>
<depth>1</depth>
</box>
</shape>
</shapes>