Carriers use procedural deck lights with ALS
This commit is contained in:
parent
3f2cc978dd
commit
9eff34426f
5 changed files with 101 additions and 0 deletions
|
@ -54,4 +54,20 @@
|
|||
<max-m>5000</max-m>
|
||||
</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>
|
||||
|
|
|
@ -12,7 +12,12 @@
|
|||
<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>
|
||||
|
||||
|
@ -32,4 +37,21 @@
|
|||
<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>
|
||||
|
|
|
@ -18,7 +18,12 @@
|
|||
<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>
|
||||
|
||||
|
@ -50,4 +55,20 @@
|
|||
<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>
|
||||
|
|
|
@ -17,7 +17,12 @@
|
|||
<type>select</type>
|
||||
<object-name>RedLight</object-name>
|
||||
<condition>
|
||||
<and>
|
||||
<property>controls/lighting/deck-lights</property>
|
||||
<not>
|
||||
<property>/sim/rendering/shaders/skydome</property>
|
||||
</not>
|
||||
</and>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
|
@ -49,4 +54,20 @@
|
|||
<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>
|
||||
|
|
|
@ -18,7 +18,12 @@
|
|||
<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>
|
||||
|
||||
|
@ -50,4 +55,20 @@
|
|||
<max-m>5000</max-m>
|
||||
</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>
|
||||
|
|
Loading…
Reference in a new issue