GreenLight.xml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <PropertyList>
  3. <animation>
  4. <type>select</type>
  5. <object-name>navlightgreen</object-name>
  6. <condition>
  7. <property>/controls/lighting/nav-lights</property>
  8. </condition>
  9. </animation>
  10. <light>
  11. <name>navlightgreen</name>
  12. <type>point</type>
  13. <direction>
  14. <lookat-x-m>-13 </lookat-x-m>
  15. <lookat-y-m> 13 </lookat-y-m>
  16. <lookat-z-m>0.53</lookat-z-m>
  17. </direction>
  18. <ambient>
  19. <r> 0.1 </r>
  20. <g> 1.0 </g>
  21. <b> 0.1 </b>
  22. <a> 1.0 </a>
  23. </ambient>
  24. <diffuse>
  25. <r> 0.1 </r>
  26. <g> 1.0 </g>
  27. <b> 0.1 </b>
  28. <a> 1.0 </a>
  29. </diffuse>
  30. <specular>
  31. <r> 0.1 </r>
  32. <g> 1.0 </g>
  33. <b> 0.1 </b>
  34. <a> 1.0 </a>
  35. </specular>
  36. <attenuation>
  37. <c> 1.0 </c>
  38. <l> 1.4 </l>
  39. <q> 3.6 </q>
  40. </attenuation>
  41. <range-m>10</range-m>
  42. <debug-color>
  43. <r> 0 </r>
  44. <g> 1 </g>
  45. <b> 0 </b>
  46. <a> 1 </a>
  47. </debug-color>
  48. </light>
  49. <animation>
  50. <type>noshadow</type>
  51. <object-name>navlightgreen</object-name>
  52. </animation>
  53. </PropertyList>