1
0
Fork 0

Through my previous commit the marker in the tutorials was placed in the opposite x-position (e.g. -2.56 became 2.56)

This is a workaround for this fault.
This commit is contained in:
Jonathan Schellhase 2016-05-11 23:16:08 +02:00
parent a843ff1b33
commit bc3f9d1524
2 changed files with 2 additions and 2 deletions

View file

@ -68,7 +68,7 @@
<object-name>marker</object-name> <object-name>marker</object-name>
<property>sim/model/marker/x/value</property> <property>sim/model/marker/x/value</property>
<axis> <axis>
<x>-1</x> <x>1</x>
<y>0</y> <y>0</y>
<z>0</z> <z>0</z>
</axis> </axis>

View file

@ -182,7 +182,7 @@
<slider> <slider>
<name>x</name> <name>x</name>
<property>/sim/model/marker/x/slider</property> <property>/sim/model/marker/x/slider</property>
<legend>aft/fore</legend> <legend>fore/aft</legend>
<pref-width>250</pref-width> <pref-width>250</pref-width>
<live>1</live> <live>1</live>
<min>-1</min> <min>-1</min>