WhiteLight.xml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PropertyList>
  3. <model>
  4. <name>WhiteLightFlare</name>
  5. <path>Flares/WhiteLight-flare.xml</path>
  6. </model>
  7. <model>
  8. <name>WhiteLightRemb</name>
  9. <path>Rembrandt/WhiteLight-remb.xml</path>
  10. </model>
  11. <!-- COMPOSITOR REPLACEMENT CODE -->
  12. <light>
  13. <name>WhiteLightComp</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>0.0</x>
  22. <y>0.0</y>
  23. <z>1.0</z>
  24. </direction>
  25. <ambient>
  26. <r>0.08</r>
  27. <g>0.08</g>
  28. <b>0.08</b>
  29. <a>1.0</a>
  30. </ambient>
  31. <diffuse>
  32. <r>0.80</r>
  33. <g>0.80</g>
  34. <b>0.80</b>
  35. <a>1.0</a>
  36. </diffuse>
  37. <specular>
  38. <r>1.00</r>
  39. <g>1.00</g>
  40. <b>1.10</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>0.6</value>
  57. </product>
  58. <value>-1</value>
  59. </sum>
  60. <property>lightpack/white-light-intensity</property>
  61. </product>
  62. </expression>
  63. </dim-factor>
  64. <attenuation>
  65. <c>1.0</c>
  66. <l>0.05</l>
  67. <q>0.1</q>
  68. </attenuation>
  69. <spot-exponent>5</spot-exponent>
  70. <spot-cutoff>60</spot-cutoff>
  71. <range-m>350</range-m>
  72. </light>
  73. <animation>
  74. <type>select</type>
  75. <object-name>WhiteLightFlare</object-name>
  76. <object-name>WhiteLightRemb</object-name>
  77. <object-name>WhiteLightComp</object-name>
  78. <condition>
  79. <and>
  80. <property>lightpack/white-light-intensity</property>
  81. <not><property>sim/crashed</property></not>
  82. </and>
  83. </condition>
  84. </animation>
  85. </PropertyList>