12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- <?xml version="1.0" encoding="UTF-8"?>
- <PropertyList>
- <model>
- <name>WhiteLightFlare</name>
- <path>Flares/WhiteLight-flare.xml</path>
- </model>
- <model>
- <name>WhiteLightRemb</name>
- <path>Rembrandt/WhiteLight-remb.xml</path>
- </model>
-
- <!-- COMPOSITOR REPLACEMENT CODE -->
- <light>
- <name>WhiteLightComp</name>
- <type>spot</type>
- <position>
- <x>0.0</x>
- <y>0.0</y>
- <z>0.0</z>
- </position>
- <direction>
- <x>0.0</x>
- <y>0.0</y>
- <z>1.0</z>
- </direction>
- <ambient>
- <r>0.08</r>
- <g>0.08</g>
- <b>0.08</b>
- <a>1.0</a>
- </ambient>
- <diffuse>
- <r>0.80</r>
- <g>0.80</g>
- <b>0.80</b>
- <a>1.0</a>
- </diffuse>
- <specular>
- <r>1.00</r>
- <g>1.00</g>
- <b>1.10</b>
- <a>1.0</a>
- </specular>
- <dim-factor>
- <expression>
- <product>
- <value>-1</value>
- <sum>
- <product>
- <max>
- <pow>
- <cos><property>/sim/time/sun-angle-rad</property></cos>
- <value>0.3</value>
- </pow>
- <value>0</value>
- </max>
- <value>0.6</value>
- </product>
- <value>-1</value>
- </sum>
- <property>lightpack/white-light-intensity</property>
- </product>
- </expression>
- </dim-factor>
- <attenuation>
- <c>1.0</c>
- <l>0.05</l>
- <q>0.1</q>
- </attenuation>
- <spot-exponent>5</spot-exponent>
- <spot-cutoff>60</spot-cutoff>
- <range-m>350</range-m>
- <intensity>500</intensity>
- </light>
-
-
-
- <animation>
- <type>select</type>
- <object-name>WhiteLightFlare</object-name>
- <object-name>WhiteLightRemb</object-name>
- <object-name>WhiteLightComp</object-name>
- <condition>
- <and>
- <property>lightpack/white-light-intensity</property>
- <not><property>sim/crashed</property></not>
- </and>
- </condition>
- </animation>
- </PropertyList>
|