ai.xml 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PropertyList>
  3. <path>ai.ac</path>
  4. <animation>
  5. <!-- Objets opaques -->
  6. <object-name>face</object-name>
  7. <object-name>fond</object-name>
  8. <object-name>visses</object-name>
  9. <!-- Objets transparents -->
  10. <object-name>vitre</object-name>
  11. </animation>
  12. <animation>
  13. <type>shader</type>
  14. <shader>chrome</shader>
  15. <texture>Aircraft/Generic/Effects/glass_shader.png</texture>
  16. <name>vitre</name>
  17. </animation>
  18. <animation>
  19. <type>material</type>
  20. <object-name>face</object-name>
  21. <object-name>fond</object-name>
  22. <emission>
  23. <red> 0.50 </red>
  24. <green> 0.25 </green>
  25. <blue> 0.25 </blue>
  26. <factor-prop>/systems/electrical/outputs/instrument-lights</factor-prop>
  27. </emission>
  28. </animation>
  29. <animation>
  30. <type>rotate</type>
  31. <object-name>face</object-name>
  32. <property>orientation/roll-deg</property>
  33. <factor>1</factor>
  34. <axis>
  35. <x> 1 </x>
  36. <y> 0 </y>
  37. <z> 0 </z>
  38. </axis>
  39. </animation>
  40. </PropertyList>