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

57 lines
1.2 KiB
XML

<?xml version="1.0"?>
<!-- Blue Deck Edge Light -->
<PropertyList>
<path>light-blue.ac</path>
<effect>
<inherits-from>Effects/model-transparent</inherits-from>
<object-name>Light</object-name>
</effect>
<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>dist-scale</type>
<object-name>Light</object-name>
<interpolation>
<entry><ind>0.001</ind><dep>1</dep></entry>
<entry><ind>20000</ind><dep>100</dep></entry>
</interpolation>
</animation>
<!-- *** LoD *** -->
<animation>
<type>range</type>
<enable-hot type="bool">false</enable-hot>
<max-m>3000</max-m>
</animation>
<!-- ALS procedural light -->
<model>
<path>Models/Geometry/Nimitz/Models/deck-edge-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>