RedDashLight (1) (1).xml 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PropertyList>
  3. <!-- Coompositor lights -->
  4. <light>
  5. <name>dash1</name>
  6. <type>spot</type>
  7. <position>
  8. <x-m>0</x-m>
  9. <y-m>0.0</y-m>
  10. <z-m>0</z-m>
  11. </position>
  12. <direction>
  13. <x>-1.0</x>
  14. <y>0</y>
  15. <z>0</z>
  16. </direction>
  17. <ambient>
  18. <r>1</r>
  19. <g>0</g>
  20. <b>0</b>
  21. <a>1</a>
  22. </ambient>
  23. <diffuse>
  24. <r>1</r>
  25. <g>0</g>
  26. <b>0</b>
  27. <a>1</a>
  28. </diffuse>
  29. <specular>
  30. <r>1</r>
  31. <g>0</g>
  32. <b>0</b>
  33. <a>1</a>
  34. </specular>
  35. <attenuation>
  36. <c>1</c>
  37. <l>1.5</l>
  38. <q>3.5</q>
  39. </attenuation>
  40. <spot-exponent>5</spot-exponent>
  41. <spot-cutoff>70</spot-cutoff>
  42. <range-m>0.1</range-m>
  43. <dim-factor>
  44. <property>controls/lighting/instrument-lights-norm</property>
  45. </dim-factor>
  46. </light>
  47. <animation>
  48. <type>select</type>
  49. <object-name>dash1</object-name>
  50. <condition>
  51. <equals>
  52. <property>sim/current-view/internal</property>
  53. <value>true</value>
  54. </equals>
  55. </condition>
  56. </animation>
  57. </PropertyList>