1
0
Fork 0

Carriers use procedural deck lights with ALS

This commit is contained in:
Thorsten Renk 2017-09-01 13:01:21 +03:00
parent 3f2cc978dd
commit 9eff34426f
5 changed files with 101 additions and 0 deletions

View file

@ -54,4 +54,20 @@
<max-m>5000</max-m> <max-m>5000</max-m>
</animation>--> </animation>-->
<!-- ALS procedural light -->
<model>
<path>Models/Geometry/Nimitz/Models/center-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> </PropertyList>

View file

@ -12,7 +12,12 @@
<type>select</type> <type>select</type>
<object-name>Light</object-name> <object-name>Light</object-name>
<condition> <condition>
<and>
<property>controls/lighting/deck-lights</property> <property>controls/lighting/deck-lights</property>
<not>
<property>/sim/rendering/shaders/skydome</property>
</not>
</and>
</condition> </condition>
</animation> </animation>
@ -32,4 +37,21 @@
<enable-hot type="bool">false</enable-hot> <enable-hot type="bool">false</enable-hot>
<max-m>3000</max-m> <max-m>3000</max-m>
</animation> </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> </PropertyList>

View file

@ -18,7 +18,12 @@
<type>select</type> <type>select</type>
<object-name>Light</object-name> <object-name>Light</object-name>
<condition> <condition>
<and>
<property>controls/lighting/deck-lights</property> <property>controls/lighting/deck-lights</property>
<not>
<property>/sim/rendering/shaders/skydome</property>
</not>
</and>
</condition> </condition>
</animation> </animation>
@ -50,4 +55,20 @@
<max-m>5000</max-m> <max-m>5000</max-m>
</animation>--> </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> </PropertyList>

View file

@ -17,7 +17,12 @@
<type>select</type> <type>select</type>
<object-name>RedLight</object-name> <object-name>RedLight</object-name>
<condition> <condition>
<and>
<property>controls/lighting/deck-lights</property> <property>controls/lighting/deck-lights</property>
<not>
<property>/sim/rendering/shaders/skydome</property>
</not>
</and>
</condition> </condition>
</animation> </animation>
@ -49,4 +54,20 @@
<max-m>5000</max-m> <max-m>5000</max-m>
</animation>--> </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> </PropertyList>

View file

@ -18,7 +18,12 @@
<type>select</type> <type>select</type>
<object-name>Light</object-name> <object-name>Light</object-name>
<condition> <condition>
<and>
<property>controls/lighting/deck-lights</property> <property>controls/lighting/deck-lights</property>
<not>
<property>/sim/rendering/shaders/skydome</property>
</not>
</and>
</condition> </condition>
</animation> </animation>
@ -50,4 +55,20 @@
<max-m>5000</max-m> <max-m>5000</max-m>
</animation>--> </animation>-->
<!-- ALS procedural light -->
<model>
<path>Models/Geometry/Nimitz/Models/threshold-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> </PropertyList>