41 lines
846 B
XML
41 lines
846 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>red-navlight</name>
|
|
<path>Aircraft/Generic/spotlight.xml</path>
|
|
<overlay>
|
|
<params>
|
|
<name>RedLight</name>
|
|
<power-source>/sim/model/lights/nav-lights</power-source>
|
|
<direction>
|
|
<x>1.0</x>
|
|
<y>0.97629600712</y>
|
|
<z>0</z>
|
|
</direction>
|
|
<ambient>
|
|
<r>1</r>
|
|
<g>0</g>
|
|
<b>0</b>
|
|
</ambient>
|
|
<specular>
|
|
<r>1.0</r>
|
|
<g>0.7</g>
|
|
<b>0.7</b>
|
|
</specular>
|
|
<attenuation>
|
|
<c>1.0</c>
|
|
<l>0.22</l>
|
|
<q>0.20</q>
|
|
</attenuation>
|
|
<spot-exponent>1</spot-exponent>
|
|
</params>
|
|
</overlay>
|
|
</model>
|
|
|
|
</PropertyList>
|