Howto:Animate models: Difference between revisions

Jump to navigation Jump to search
→‎Textranslate: correct step info
m (Merge)
(→‎Textranslate: correct step info)
Line 573: Line 573:
   <x>0</x>
   <x>0</x>
   <y>1</y>
   <y>1</y>
  <z>0</z>
   </axis>
   </axis>
  </animation>
  </animation>
</source>
</source>


* '''factor:'''
* '''factor:''' property * factor * texture width/height = the amount of pixels that the texture should be translated. If your texture is 256 pixels, an textranslate of 0.1 will result in the texture moving with 26 pixels, into the direction specified by the axis settings.
* '''step:'''
* '''step:''' the step size at which the texture is translated. If this is set to 0.1, the texture will only be translated at 0.1, 0.2, 0.3 etc.
property * factor * step * texture width/height = the amount of pixels that the texture should be translated. If your texture is 256 pixels, an textranslate of 0.1 will result in the texture moving with 26 pixels, into the direction specified by the axis settings.
* axis: the direction in which the texture is translated. Y is up/down, while X is left/right.


=== Timed ===
=== Timed ===

Navigation menu