ggs.xml 746 B

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PropertyList>
  3. <path>ggs-mod1.ac</path>
  4. <animation>
  5. <!-- Objets opaques -->
  6. <object-name>ggs</object-name>
  7. <object-name>knob</object-name>
  8. <!-- Objets transparents -->
  9. <object-name>glass</object-name>
  10. </animation>
  11. <animation>
  12. <type>shader</type>
  13. <shader>chrome</shader>
  14. <object-name>glass</object-name>
  15. <texture>Aircraft/Generic/Effects/glass_shader.png</texture>
  16. <name>vitre</name>
  17. </animation>
  18. <animation>
  19. <type>material</type>
  20. <emission>
  21. <factor-prop>/controls/lighting/panel-norm</factor-prop>
  22. <red> 0.40 </red>
  23. <green> 0.20 </green>
  24. <blue> 0.20 </blue>
  25. </emission>
  26. </animation>
  27. </PropertyList>