RedDashLight.xml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. <color>
  36. <r>1.00</r>
  37. <g>0.0</g>
  38. <b>0.0</b>
  39. <a>1.0</a>
  40. </color>
  41. <attenuation>
  42. <c>1</c>
  43. <l>1.5</l>
  44. <q>3.5</q>
  45. </attenuation>
  46. <spot-exponent>5</spot-exponent>
  47. <spot-cutoff>70</spot-cutoff>
  48. <range-m>0.5</range-m>
  49. <intensity>5</intensity>
  50. <dim-factor>
  51. <property>controls/lighting/instrument-lights-norm</property>
  52. </dim-factor>
  53. </light>
  54. <animation>
  55. <type>select</type>
  56. <object-name>dash1</object-name>
  57. <condition>
  58. <equals>
  59. <property>sim/current-view/internal</property>
  60. <value>true</value>
  61. </equals>
  62. </condition>
  63. </animation>
  64. </PropertyList>