beacon.xml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <PropertyList>
  3. <animation>
  4. <type>select</type>
  5. <object-name>beaconlight</object-name>
  6. <condition>
  7. <property>controls/lighting/beacon</property>
  8. </condition>
  9. </animation>
  10. <light>
  11. <name>beaconlight</name>
  12. <type>point</type>
  13. <ambient>
  14. <r> 0.98 </r>
  15. <g> 0.20 </g>
  16. <b> 0.20 </b>
  17. <a> 1.00 </a>
  18. </ambient>
  19. <diffuse>
  20. <r> 0.98 </r>
  21. <g> 0.20 </g>
  22. <b> 0.20 </b>
  23. <a> 1.00 </a>
  24. </diffuse>
  25. <specular>
  26. <r> 0.98 </r>
  27. <g> 0.20 </g>
  28. <b> 0.20 </b>
  29. <a> 1.00 </a>
  30. </specular>
  31. <attenuation>
  32. <c> 1.00 </c>
  33. <l> 1.40 </l>
  34. <q> 3.60 </q>
  35. </attenuation>
  36. <dim-factor>
  37. <property>/sim/model/lights/beacon/state</property>
  38. </dim-factor>
  39. <range-m>10</range-m>
  40. <debug-color>
  41. <r> 1 </r>
  42. <g> 0 </g>
  43. <b> 0 </b>
  44. <a> 1 </a>
  45. </debug-color>
  46. </light>
  47. <animation>
  48. <type>noshadow</type>
  49. <object-name>beaconlight</object-name>
  50. </animation>
  51. </PropertyList>