Improved Rembrandt landing and taxi lights.
This commit is contained in:
parent
e6ec1218ba
commit
9809918b7e
3 changed files with 1539 additions and 1787 deletions
File diff suppressed because it is too large
Load diff
|
@ -2441,6 +2441,18 @@
|
|||
</condition>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>TaxiLightCone</object-name>
|
||||
<condition>
|
||||
<and>
|
||||
<property>/sim/rendering/rembrandt/enabled</property>
|
||||
<property>controls/lighting/taxi-light</property>
|
||||
</and>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
|
||||
<!--landinglight-->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
|
@ -2471,9 +2483,9 @@
|
|||
<z>0.536</z>
|
||||
</position>
|
||||
<direction>
|
||||
<x>-29</x>
|
||||
<y>6.76</y>
|
||||
<z>-3.6</z>
|
||||
<x>-1</x>
|
||||
<y>0</y>
|
||||
<z>-0.1</z>
|
||||
</direction>
|
||||
<ambient>
|
||||
<r>0.03</r>
|
||||
|
@ -2494,16 +2506,65 @@
|
|||
<a>1.0</a>
|
||||
</specular>
|
||||
<attenuation>
|
||||
<c>1.0</c>
|
||||
<l>0.002</l>
|
||||
<q>0.00005</q>
|
||||
<c>0.5</c>
|
||||
<l>0.01</l>
|
||||
<q>0.0001</q>
|
||||
</attenuation>
|
||||
<exponent>30.0</exponent>
|
||||
<cutoff>40</cutoff>
|
||||
<exponent>3.0</exponent>
|
||||
<cutoff>20</cutoff>
|
||||
<near-m>2</near-m>
|
||||
<far-m>50</far-m>
|
||||
<far-m>200</far-m>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>light</type>
|
||||
<light-type>spot</light-type>
|
||||
<name>TaxiLight</name>
|
||||
<object-name>TaxiLightCone</object-name>
|
||||
<nopreview/>
|
||||
<condition>
|
||||
<property>controls/lighting/taxi-light</property>
|
||||
</condition>
|
||||
<position>
|
||||
<x>-0.078</x>
|
||||
<y>-3.086</y>
|
||||
<z>0.536</z>
|
||||
</position>
|
||||
<direction>
|
||||
<x>-1</x>
|
||||
<y>0</y>
|
||||
<z>-0.3</z>
|
||||
</direction>
|
||||
<ambient>
|
||||
<r>0.03</r>
|
||||
<g>0.03</g>
|
||||
<b>0.03</b>
|
||||
<a>1.0</a>
|
||||
</ambient>
|
||||
<diffuse>
|
||||
<r>0.7</r>
|
||||
<g>0.7</g>
|
||||
<b>0.6</b>
|
||||
<a>1.0</a>
|
||||
</diffuse>
|
||||
<specular>
|
||||
<r>0.7</r>
|
||||
<g>0.7</g>
|
||||
<b>0.7</b>
|
||||
<a>1.0</a>
|
||||
</specular>
|
||||
<attenuation>
|
||||
<c>0.5</c>
|
||||
<l>0.01</l>
|
||||
<q>0.0001</q>
|
||||
</attenuation>
|
||||
<exponent>5.0</exponent>
|
||||
<cutoff>50</cutoff>
|
||||
<near-m>2</near-m>
|
||||
<far-m>100</far-m>
|
||||
</animation>
|
||||
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>landinglightcover</object-name>
|
||||
|
|
|
@ -143,7 +143,6 @@ Started October 23 2001 by John Check, fgpanels@rockfish.net
|
|||
<strobe type="bool">false</strobe>
|
||||
<beacon type="bool">false</beacon>
|
||||
<nav-lights type="bool">false</nav-lights>
|
||||
<taxi-light type="bool">false</taxi-light>
|
||||
</lighting>
|
||||
</controls>
|
||||
|
||||
|
|
Loading…
Reference in a new issue