Add wool-thread to Aircraft/Instruments-3d:
* 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
This commit is contained in:
parent
9d357e58e6
commit
39a224edbc
4 changed files with 1079 additions and 0 deletions
BIN
Aircraft/Instruments-3d/glider/wool-thread/adhesive.png
Normal file
BIN
Aircraft/Instruments-3d/glider/wool-thread/adhesive.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 856 B |
1042
Aircraft/Instruments-3d/glider/wool-thread/wool-thread.ac
Normal file
1042
Aircraft/Instruments-3d/glider/wool-thread/wool-thread.ac
Normal file
File diff suppressed because it is too large
Load diff
BIN
Aircraft/Instruments-3d/glider/wool-thread/wool-thread.png
Normal file
BIN
Aircraft/Instruments-3d/glider/wool-thread/wool-thread.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 648 B |
37
Aircraft/Instruments-3d/glider/wool-thread/wool-thread.xml
Normal file
37
Aircraft/Instruments-3d/glider/wool-thread/wool-thread.xml
Normal file
|
@ -0,0 +1,37 @@
|
|||
<?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>
|
||||
|
||||
|
Loading…
Reference in a new issue