123456789101112131415161718192021222324252627 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <PropertyList>
-
- <path>seat2.ac</path>
- <animation>
- <type>material</type>
- <object-name>base</object-name>
- <object-name>siege</object-name>
- <object-name>reposetet</object-name>
- <emission>
- <factor-prop>/controls/lighting/landing-lights</factor-prop>
- <red> 0.1 </red>
- <green> 0.1</green>
- <blue> 0.1 </blue>
- </emission>
- </animation>
- <animation>
- <!-- Objets opaques -->
- <object-name>base</object-name>
- <object-name>siege</object-name>
- <object-name>reposetet</object-name>
-
- <!-- Objets transparents -->
- </animation>
-
- </PropertyList>
|