This repository was archived by the owner on Aug 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathexpected_result.nml
71 lines (71 loc) · 2.66 KB
/
expected_result.nml
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
<?xml version="1.0" encoding="utf-8"?>
<things>
<parameters>
<experiment name="test_dataset" />
<scale x="11" y="11" z="25" />
<offset x="1" y="1" z="1" />
<time ms="1337" />
<editPosition x="3" y="6" z="0" />
<editRotation xRot="4" yRot="2" zRot="0" />
<zoomLevel zoom="100" />
</parameters>
<thing color.a="1.0" color.b="0.8" color.g="0.3" color.r="0.4" groupId="1" id="1" name="tree1">
<nodes>
<node bitDepth="8" id="1" inMag="1" inVp="0" interpolation="True" radius="2.0" rotX="0.2" rotY="0.2" rotZ="0.2" x="1.0" y="2.0" z="3.0" />
<node bitDepth="8" id="2" inMag="1" interpolation="True" radius="2.0" rotX="0.2" rotY="0.2" rotZ="0.2" x="1.0" y="2.0" z="3.0" />
<node bitDepth="8" id="3" interpolation="True" radius="2.0" rotX="0.2" rotY="0.2" rotZ="0.2" x="1.0" y="2.0" z="3.0" />
</nodes>
<edges>
<edge source="1" target="2" />
<edge source="1" target="3" />
<edge source="2" target="3" />
</edges>
</thing>
<thing color.a="1.0" color.b="0.8" color.g="0.3" color.r="0.4" groupId="2" id="2" name="tree2">
<nodes>
<node id="4" interpolation="True" radius="2.0" rotX="0.2" rotY="0.2" rotZ="0.2" x="1.0" y="2.0" z="3.0" />
<node id="5" radius="2.0" x="1.0" y="2.0" z="3.0" />
<node id="6" radius="2.0" x="1.0" y="2.0" z="3.0" />
</nodes>
<edges>
<edge source="4" target="5" />
<edge source="4" target="6" />
<edge source="5" target="6" />
</edges>
</thing>
<thing color.a="1.0" color.b="0.8" color.g="0.3" color.r="0.4" groupId="2" id="3" name="tree3">
<nodes>
<node id="7" radius="2.0" x="1.0" y="2.0" z="3.0" />
<node id="8" radius="2.0" x="1.0" y="2.0" z="3.0" />
<node id="9" radius="2.0" x="1.0" y="2.0" z="3.0" />
<node id="10" radius="2.0" x="1.0" y="2.0" z="3.0" />
</nodes>
<edges>
<edge source="7" target="8" />
<edge source="7" target="9" />
<edge source="7" target="10" />
<edge source="8" target="9" />
<edge source="8" target="10" />
</edges>
</thing>
<branchpoints>
<branchpoint id="2" time="0" />
<branchpoint id="4" time="0" />
<branchpoint id="5" time="0" />
<branchpoint id="7" time="0" />
<branchpoint id="8" time="0" />
<branchpoint id="10" time="0" />
</branchpoints>
<comments>
<comment content="hax0r" node="2" />
<comment content="test" node="4" />
<comment content="hax0r" node="5" />
<comment content="test" node="7" />
<comment content="hax0r" node="8" />
<comment content="admin admin" node="10" />
</comments>
<groups>
<group id="1" name="group1" />
<group id="2" name="group2" />
</groups>
</things>