-
Notifications
You must be signed in to change notification settings - Fork 1
/
template.gml
45 lines (45 loc) · 900 Bytes
/
template.gml
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
<?xml version="1.0" encoding="UTF-8"?>
<gml spec="1.0">
<tag>
<header>
<client>
<name>draw3d</name>
<version>0.1</version>
</client>
<environment>
<offset>
<x>-0.5</x>
<y>-0.5</y>
<z>-0.5</z>
</offset>
<rotation>
<x>0.0</x>
<y>0.0</y>
<z>0.0</z>
</rotation>
<up>
<x>0.0</x>
<y>-1.0</y>
<z>0.0</z>
</up>
<screenBounds>
<x>1024.0</x>
<y>1024.0</y>
<z>1024.0</z>
</screenBounds>
<origin>
<x>0.0</x>
<y>0.0</y>
<z>0.0</z>
</origin>
<realScale>
<x>200.0</x>
<y>200.0</y>
<z>200.0</z>
<unit>mm</unit>
</realScale>
</environment>
</header>
<drawing/>
</tag>
</gml>