Rescue-Man.xml 632 B

12345678910111213141516171819202122232425262728293031323334353637
  1. <PropertyList>
  2. <!--
  3. Property of Gerard Robin (C) 2008-2010
  4. Copyright
  5. -->
  6. <path>rescue-man.ac</path>
  7. <offsets>
  8. <pitch-deg>-2.0</pitch-deg>
  9. <z-m>0</z-m>
  10. <x-m>0</x-m>
  11. <y-m>0</y-m>
  12. </offsets>
  13. <animation>
  14. <type>select</type>
  15. <object-name>Rescue-Man</object-name>
  16. <condition>
  17. <and>
  18. <equals>
  19. <property>sim/model/rescue</property>
  20. <value>1</value>
  21. </equals>
  22. <!--<not-equals>
  23. <property>/sim/model/rescue-lift</property>
  24. <value>0</value>
  25. </not-equals>-->
  26. </and>
  27. </condition>
  28. </animation>
  29. </PropertyList>