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 pathnml_with_too_long_edges.nml
68 lines (68 loc) · 3.64 KB
/
nml_with_too_long_edges.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
<?xml version="1.0" encoding="utf-8"?>
<things>
<parameters>
<experiment name="test_dataset" />
<scale x="10.0" y="10.0" z="25.0" />
<offset x="1.0" y="1.0" z="1.0" />
<time ms="1337" />
<editPosition x="3.0" y="6.0" z="0.0" />
<editRotation xRot="4.0" yRot="2.0" zRot="0.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>
<!-- max_length 2.0 -->
<node bitDepth="8" id="1" inMag="1" inVp="0" interpolation="True" radius="2.0" rotX="0.2" rotY="0.2" rotZ="0.2" x="0.1" y="0.2" z="0.12" />
<node bitDepth="8" id="2" inMag="1" inVp="0" interpolation="True" radius="2.0" rotX="0.2" rotY="0.2" rotZ="0.2" x="0.3" y="0.2" z="0.12" />
<node bitDepth="8" id="3" inMag="0" inVp="0" interpolation="True" radius="2.0" rotX="0.2" rotY="0.2" rotZ="0.2" x="0.5" y="0.2" z="0.12" />
<node bitDepth="8" id="4" inMag="0" inVp="0" interpolation="True" radius="2.0" rotX="0.2" rotY="0.2" rotZ="0.2" x="1.1" y="0.2" z="0.12" />
<node bitDepth="8" id="5" inMag="0" inVp="0" interpolation="True" radius="2.0" rotX="0.2" rotY="0.2" rotZ="0.2" x="1.1" y="0.2" z="0.12" />
</nodes>
<edges>
<edge source="1" target="2" />
<edge source="2" target="3" />
<edge source="3" target="4" />
<edge source="4" target="5" />
</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>
<!-- max_length 2.0 -->
<node bitDepth="8" id="6" inMag="1" inVp="0" interpolation="True" radius="2.0" rotX="0.2" rotY="0.2" rotZ="0.2" x="0.1" y="0.2" z="0.12" />
<node bitDepth="8" id="7" inMag="1" inVp="0" interpolation="True" radius="2.0" rotX="0.2" rotY="0.2" rotZ="0.2" x="0.3" y="0.2" z="0.12" />
<node bitDepth="8" id="8" inMag="0" inVp="0" interpolation="True" radius="2.0" rotX="0.2" rotY="0.2" rotZ="0.2" x="0.5" y="0.2" z="0.12" />
<node bitDepth="8" id="9" inMag="0" inVp="0" interpolation="True" radius="2.0" rotX="0.2" rotY="0.2" rotZ="0.2" x="1.2" y="0.2" z="0.12" />
<node bitDepth="8" id="10" inMag="0" inVp="0" interpolation="True" radius="2.0" rotX="0.2" rotY="0.2" rotZ="0.2" x="1.2" y="0.2" z="0.2" />
</nodes>
<edges>
<edge source="6" target="7" />
<edge source="7" target="8" />
<edge source="8" target="9" />
<edge source="9" target="10" />
</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>
<!-- max_length 2.0 -->
<node bitDepth="8" id="11" inMag="1" inVp="0" interpolation="True" radius="2.0" rotX="0.2" rotY="0.2" rotZ="0.2" x="0.1" y="0.2" z="0.12" />
<node bitDepth="8" id="12" inMag="1" inVp="0" interpolation="True" radius="2.0" rotX="0.2" rotY="0.2" rotZ="0.2" x="0.3" y="0.2" z="0.12" />
<node bitDepth="8" id="13" inMag="0" inVp="0" interpolation="True" radius="2.0" rotX="0.2" rotY="0.2" rotZ="0.2" x="0.5" y="0.2" z="0.12" />
<node bitDepth="8" id="14" inMag="0" inVp="0" interpolation="True" radius="2.0" rotX="0.2" rotY="0.2" rotZ="0.2" x="0.0" y="0.2" z="0.12" />
<node bitDepth="8" id="15" inMag="0" inVp="0" interpolation="True" radius="2.0" rotX="0.2" rotY="0.2" rotZ="0.2" x="0.0" y="0.2" z="0.2" />
</nodes>
<edges>
<edge source="11" target="12" />
<edge source="12" target="13" />
<edge source="13" target="14" />
<edge source="14" target="15" />
</edges>
</thing>
<branchpoints>
</branchpoints>
<comments>
</comments>
<groups>
<group id="1" name="group1" />
<group id="2" name="group2" />
</groups>
</things>