39a224edbc
* this was previously included in many glider aircraft in FGAddon, thus now saving space and maintenance work * it also adds the noshadow animation to make the woolthread compatible with Compositor * Please note: I was not able to figure out the original author (not me) of the model, texture and xml, but as far as I can see, it should be fine license-wise, since it was included in GPL FGAddon aircraft for ages
37 lines
585 B
XML
37 lines
585 B
XML
<?xml version="1.0"?>
|
|
|
|
<PropertyList>
|
|
|
|
<path>wool-thread.ac</path>
|
|
|
|
<animation>
|
|
<type>noshadow</type>
|
|
<object-name>wool-thread</object-name>
|
|
<object-name>adhesive</object-name>
|
|
</animation>
|
|
|
|
<params>
|
|
<use-prop type="string">instrumentation/yawstring</use-prop>
|
|
</params>
|
|
|
|
<animation>
|
|
<type>texrotate</type>
|
|
<object-name>wool-thread</object-name>
|
|
<property alias="../../params/use-prop"/>
|
|
<factor>1</factor>
|
|
<center>
|
|
<x>0.5</x>
|
|
<y>0.5</y>
|
|
<z>0.5</z>
|
|
</center>
|
|
<axis>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<z>1</z>
|
|
</axis>
|
|
</animation>
|
|
|
|
|
|
</PropertyList>
|
|
|
|
|