1
0
Fork 0
A320-family/Models/Lights/tail-strobe.xml

42 lines
847 B
XML
Raw Normal View History

2019-10-14 16:48:35 +00:00
<?xml version="1.0"?>
2022-01-11 02:17:41 +00:00
<!-- Copyright (c) 2022 Josh Davidson (Octal450) -->
2019-10-14 16:48:35 +00:00
<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>
2019-10-14 16:48:35 +00:00
</PropertyList>