166
edits
m (Proper inter-wiki link, appendix template) |
No edit summary |
||
Line 584: | Line 584: | ||
=== Translate === | === Translate === | ||
The same as [[#Textranslate|textranslate]], but this animation moves a whole object (so including fixed textures). The example below will move an object 5 meters in the y-direction. | The same as [[#Textranslate|textranslate]], but this animation moves a whole object (so including fixed textures). The example below will move an object +/-2.5 meters in the y-direction. | ||
<source> | <source> | ||
Line 592: | Line 592: | ||
<property>controls/seat/pilot/position-norm</property> | <property>controls/seat/pilot/position-norm</property> | ||
<factor>5</factor> | <factor>5</factor> | ||
<offset-m>-2.5</offsetm-m> | |||
<axis> | <axis> | ||
<x>0</x> | <x>0</x> | ||
Line 599: | Line 600: | ||
</animation> | </animation> | ||
</source> | </source> | ||
* '''factor:''' is optional. | |||
* '''offset-m:''' is optional. Offset in meters. | |||
==References== | ==References== |
edits