TailLight.xml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. ************************************************************************
  4. Tecnam P92 Echo
  5. January 2012 created by Clément de l'Hamaide : http://equipe-flightgear.forumactif.com/u115
  6. ************************************************************************
  7. -->
  8. <PropertyList>
  9. <path>light.ac</path>
  10. <nopreview/>
  11. <animation>
  12. <type>light</type>
  13. <light-type>point</light-type>
  14. <object-name>light</object-name>
  15. <position>
  16. <x> 0 </x>
  17. <y> 0 </y>
  18. <z> 0 </z>
  19. </position>
  20. <ambient>
  21. <r> 0.3 </r>
  22. <g> 0.3 </g>
  23. <b> 0.3 </b>
  24. <a> 1.0 </a>
  25. </ambient>
  26. <diffuse>
  27. <r> 0.8 </r>
  28. <g> 0.8 </g>
  29. <b> 0.8 </b>
  30. <a> 1.0 </a>
  31. </diffuse>
  32. <specular>
  33. <r> 0.5 </r>
  34. <g> 0.5 </g>
  35. <b> 0.5 </b>
  36. <a> 1.0 </a>
  37. </specular>
  38. <dim-factor>
  39. <property>sim/multiplay/generic/float[7]</property>
  40. <!-- optional begin -->
  41. <factor>0.008</factor>
  42. <offset>0</offset>
  43. <min>0</min>
  44. <max>1</max>
  45. <!-- optional end -->
  46. </dim-factor>
  47. <attenuation>
  48. <c> 0.4 </c>
  49. <l> 0.1 </l>
  50. <q> 0.6 </q>
  51. </attenuation>
  52. <near-m> 0.0 </near-m>
  53. <far-m> 30.0 </far-m>
  54. </animation>
  55. <animation>
  56. <type>select</type>
  57. <object-name>light</object-name>
  58. <condition>
  59. <property>sim/multiplay/generic/int[13]</property>
  60. </condition>
  61. </animation>
  62. <model>
  63. <path>Aircraft/AvroVulcanB2/Models/light/TailLightPlate.xml</path>
  64. </model>
  65. <!-- If you need to change scale of the light source, use and adapt : -->
  66. <animation>
  67. <type>scale</type>
  68. <object-name>light</object-name>
  69. <x-offset> 3.0 </x-offset>
  70. <y-offset> 3.0 </y-offset>
  71. <z-offset> 3.0 </z-offset>
  72. </animation>
  73. </PropertyList>