ProbeLight.xml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PropertyList>
  3. <model>
  4. <name>ProbeLightFlash</name>
  5. <path>Flares/ProbeLight-flash.xml</path>
  6. </model>
  7. <model>
  8. <name>ProbeLightRemb</name>
  9. <path>Rembrandt/ProbeLight-remb.xml</path>
  10. </model>
  11. <!-- COMPOSITOR REPLACEMENT CODE -->
  12. <light>
  13. <name>ProbeLightComp</name>
  14. <type>spot</type>
  15. <position>
  16. <x>0.0</x>
  17. <y>0.0</y>
  18. <z>0.0</z>
  19. </position>
  20. <direction>
  21. <x>-1.0</x>
  22. <y>0.0</y>
  23. <z>0.0</z>
  24. </direction>
  25. <ambient>
  26. <r>0.03</r>
  27. <g>0.03</g>
  28. <b>0.03</b>
  29. <a>1.0</a>
  30. </ambient>
  31. <diffuse>
  32. <r>0.80</r>
  33. <g>0.80</g>
  34. <b>0.70</b>
  35. <a>1.0</a>
  36. </diffuse>
  37. <specular>
  38. <r>1.00</r>
  39. <g>0.75</g>
  40. <b>0.75</b>
  41. <a>1.0</a>
  42. </specular>
  43. <dim-factor>
  44. <expression>
  45. <product>
  46. <value>-1</value>
  47. <sum>
  48. <product>
  49. <max>
  50. <pow>
  51. <cos><property>/sim/time/sun-angle-rad</property></cos>
  52. <value>0.3</value>
  53. </pow>
  54. <value>0</value>
  55. </max>
  56. <value>1.0</value>
  57. </product>
  58. <value>-1</value>
  59. </sum>
  60. <property>lightpack/probe-light-intensity</property>
  61. </product>
  62. </expression>
  63. </dim-factor>
  64. <attenuation>
  65. <c>0.1</c>
  66. <l>0.002</l>
  67. <q>0.008</q>
  68. </attenuation>
  69. <spot-exponent>5</spot-exponent>
  70. <spot-cutoff>70</spot-cutoff>
  71. <range-m>130</range-m>
  72. <intensity>500</intensity>
  73. </light>
  74. <animation>
  75. <type>select</type>
  76. <object-name>ProbeLightFlash</object-name>
  77. <object-name>ProbeLightRemb</object-name>
  78. <object-name>ProbeLightComp</object-name>
  79. <condition>
  80. <and>
  81. <property>lightpack/probe-light-intensity</property>
  82. <not><property>sim/crashed</property></not>
  83. </and>
  84. </condition>
  85. </animation>
  86. </PropertyList>