12345678910111213141516171819202122232425262728293031323334 |
- <?xml version="1.0" encoding="UTF-8"?>
- <PropertyList>
- <path>ggs-mod1.ac</path>
-
- <animation>
- <!-- Objets opaques -->
- <object-name>ggs</object-name>
- <object-name>knob</object-name>
- <!-- Objets transparents -->
- <object-name>glass</object-name>
- </animation>
- <animation>
- <type>shader</type>
- <shader>chrome</shader>
- <object-name>glass</object-name>
- <texture>Aircraft/Generic/Effects/glass_shader.png</texture>
- <name>vitre</name>
- </animation>
- <animation>
- <type>material</type>
- <emission>
- <factor-prop>/controls/lighting/panel-norm</factor-prop>
- <red> 0.40 </red>
- <green> 0.20 </green>
- <blue> 0.20 </blue>
- </emission>
- </animation>
- </PropertyList>
|