Howto:Animate models: Difference between revisions

Jump to navigation Jump to search
(Correct offset influence, add a nice table.)
Line 310: Line 310:
   <object-name>Object</object-name>
   <object-name>Object</object-name>
   <property-base>sim/model/c172p/material</property-base>
   <property-base>sim/model/c172p/material</property-base>
   <global type="bool">true</global>
   <global type="bool">true</global> <!-- This tag is no longer supported -->
   ...
   ...
   lines as mentioned below
   lines as mentioned below
Line 319: Line 319:
'''Optional:'''
'''Optional:'''
* '''property-base:''' when using prop(erties), you might want to set a property-base. All props will be relative to this path.
* '''property-base:''' when using prop(erties), you might want to set a property-base. All props will be relative to this path.
* '''global:''' by setting this to <tt>true</tt>, all objects using the same material as the defined object(s) (via <tt><object-name></tt>) will be affected by the animation. This is preferred to listing several objects in <object-name> tags. It's not only faster, but also doesn't break animations by forcing objects together.
* '''global (depreciated):''' by setting this to <tt>true</tt>, all objects using the same material as the defined object(s) (via <tt><object-name></tt>) will be affected by the animation. This is preferred to listing several objects in <object-name> tags. It's not only faster, but also doesn't break animations by forcing objects together. <span style="color:red; text-decoration: underline;">This tag is no longer supported</span>


'''Notes:'''
'''Notes:'''
577

edits

Navigation menu