Path: blob/main/tests/tools/sumolib/sumolib3d/input_nodes.nod.xml
428384 views
<nodes>12<!-- points for straight edge both ways-->3<node id="a0" x="100.0" y="0.0" />4<node id="a1" x="200.0" y="0.0" z="10.0" />56<!-- points for straight edge one way-->7<node id="b0" x="100.0" y="100.0" z="10.0" />8<node id="b1" x="200.0" y="100.0" z="10.0" />910<!-- points for a sloopy edge with shape points -->11<node id="sloopy_west" x="3000.0" y="200.0" z="10.0" />12<node id="sloopy_east" x="3500.0" y="200.0" z="10.0" />1314<!-- points the build the frist leg of the H -->15<node id="left_top" x="1000.0" y="200.0" z="10.0" />16<node id="left_center" x="1000.0" y="100.0" z="10.0" />17<node id="left_botton" x="1000.0" y="0.0" z="10.0" />1819<!-- points the build the second leg of the H -->20<node id="right_top" x="1200.0" y="200.0" z="10.0" />21<node id="right_center" x="1200.0" y="100.0" z="10.0" />22<node id="right_botton" x="1200.0" y="0.0" z="10.0" />232425</nodes>262728