41 lines
847 B
XML
41 lines
847 B
XML
<?xml version="1.0"?>
|
|
|
|
<!-- Copyright (c) 2022 Josh Davidson (Octal450) -->
|
|
|
|
<PropertyList>
|
|
|
|
<!-- https://wiki.flightgear.org/Howto:Add_aircraft_lights#Combined_ALS_procedural_lights_and_Compositor_lights -->
|
|
<!-- Thanks to erik -->
|
|
<model>
|
|
<name>tail-strobe</name>
|
|
<path>Aircraft/Generic/spotlight.xml</path>
|
|
<overlay>
|
|
<params>
|
|
<name>tailstrobe</name>
|
|
<power-source>/sim/model/lights/tailstrobe/state</power-source>
|
|
<direction>
|
|
<x>-1.0</x>
|
|
<y>0</y>
|
|
<z>0</z>
|
|
</direction>
|
|
<ambient>
|
|
<r>1</r>
|
|
<g>1</g>
|
|
<b>1</b>
|
|
</ambient>
|
|
<specular>
|
|
<r>1.0</r>
|
|
<g>1.0</g>
|
|
<b>1.0</b>
|
|
</specular>
|
|
<attenuation>
|
|
<c>1.0</c>
|
|
<l>0.030</l>
|
|
<q>0.025</q>
|
|
</attenuation>
|
|
<spot-exponent>5.08</spot-exponent>
|
|
</params>
|
|
</overlay>
|
|
</model>
|
|
|
|
</PropertyList>
|