1
0
Fork 0
fgdata/Models/Geometry/Nimitz/Models/end-line-light.xml
2017-09-01 13:01:21 +03:00

74 lines
1.6 KiB
XML

<?xml version="1.0"?>
<!-- Red End Line Light -->
<PropertyList>
<path>light-red.ac</path>
<effect>
<inherits-from>Effects/model-transparent</inherits-from>
<object-name>Light</object-name>
</effect>
<animation>
<type>noshadow</type>
<object-name>Light</object-name>
<object-name>Housing</object-name>
</animation>
<animation>
<type>select</type>
<object-name>Light</object-name>
<condition>
<and>
<property>controls/lighting/deck-lights</property>
<not>
<property>/sim/rendering/shaders/skydome</property>
</not>
</and>
</condition>
</animation>
<animation>
<type>scale</type>
<object-name>Light</object-name>
<property>/sim/time/sun-angle-rad</property>
<offset>0</offset>
<x-min>1</x-min>
<y-min>1</y-min>
<z-min>1</z-min>
<x-factor>1.6</x-factor>
<y-factor>1.6</y-factor>
<z-factor>1.6</z-factor>
</animation>
<animation>
<type>dist-scale</type>
<object-name>Light</object-name>
<interpolation>
<entry><ind>0.001</ind><dep>1</dep></entry>
<entry><ind>160000</ind><dep>600</dep></entry>
</interpolation>
</animation>
<!-- LoD -->
<!--<animation>
<type>range</type>
<max-m>5000</max-m>
</animation>-->
<!-- ALS procedural light -->
<model>
<path>Models/Geometry/Nimitz/Models/end-line-light-proc.xml</path>
<condition>
<and>
<property>controls/lighting/deck-lights</property>
<property>/sim/rendering/shaders/skydome</property>
</and>
</condition>
<offsets>
<x-m>0.000</x-m>
<y-m>-0.150</y-m>
<z-m>0.000</z-m>
</offsets>
</model>
</PropertyList>