1
0
Fork 0

Fix gear compression animation over MP

Properties gear[i]/compression-ft and gear[i]/compression-norm are
equivalent, but only the latter is transmitted on MP.
This commit is contained in:
Colin Geniet 2020-03-17 00:48:13 +01:00
parent b2b6365146
commit b034880904
3 changed files with 3 additions and 3 deletions

View file

@ -112,7 +112,7 @@
<object-name>ACTUTATOR</object-name>
<object-name>Main Tires</object-name>
<object-name>Compression lower scissor</object-name>
<property>gear/gear[1]/compression-ft</property>
<property>gear/gear[1]/compression-norm</property>
<factor>0.305</factor>
<axis>
<x1-m>0</x1-m>

View file

@ -112,7 +112,7 @@
<object-name>ACTUTATOR</object-name>
<object-name>Main Tires</object-name>
<object-name>Compression lower scissor</object-name>
<property>gear/gear[2]/compression-ft</property>
<property>gear/gear[2]/compression-norm</property>
<factor>0.305</factor>
<axis>
<x1-m>0</x1-m>

View file

@ -112,7 +112,7 @@
<object-name>AXLE</object-name>
<object-name>Nose Tires</object-name>
<object-name>Compression lower scissor</object-name>
<property>gear/gear[0]/compression-ft</property>
<property>gear/gear[0]/compression-norm</property>
<factor>0.305</factor>
<axis>
<x1-m>-0.366</x1-m>