material lighting update
This commit is contained in:
parent
24572f14db
commit
d64a6dba06
1 changed files with 38 additions and 61 deletions
|
@ -6,44 +6,20 @@
|
|||
|
||||
<animation>
|
||||
<type>material</type>
|
||||
<object-name>VSIneedle</object-name>
|
||||
<object-name>VSIface</object-name>
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>/systems/electrical/outputs/instrument-lights</property>
|
||||
<value>0.1</value>
|
||||
</greater-than>
|
||||
</condition>
|
||||
<emission>
|
||||
<red>0.8</red>
|
||||
<green>0.4</green>
|
||||
<blue>0.2</blue>
|
||||
<factor-prop>/controls/lighting/instruments-norm</factor-prop>
|
||||
</emission>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>material</type>
|
||||
<object-name>VSIneedle</object-name>
|
||||
<object-name>VSIface</object-name>
|
||||
<condition>
|
||||
<less-than>
|
||||
<property>/systems/electrical/outputs/instrument-lights</property>
|
||||
<value>0.1</value>
|
||||
</less-than>
|
||||
</condition>
|
||||
<emission>
|
||||
<red>0.0</red>
|
||||
<green>0.0</green>
|
||||
<blue>0.0</blue>
|
||||
<factor-prop>/controls/lighting/instruments-norm</factor-prop>
|
||||
<red>0.028</red>
|
||||
<green>0.014</green>
|
||||
<blue>0.007</blue>
|
||||
<factor-prop>systems/electrical/outputs/instrument-lights</factor-prop>
|
||||
</emission>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>rotate</type>
|
||||
<object-name>VSIneedle</object-name>
|
||||
<property>/instrumentation/vertical-speed-indicator/indicated-speed-fpm</property>
|
||||
<property>/instrumentation/inst-vertical-speed-indicator/indicated-speed-fpm</property>
|
||||
<interpolation>
|
||||
<entry><ind>-6000.0</ind><dep>-170.0</dep></entry>
|
||||
<entry><ind>-4000.0</ind><dep>-135.0</dep></entry>
|
||||
|
@ -64,4 +40,5 @@
|
|||
</axis>
|
||||
</animation>
|
||||
|
||||
|
||||
</PropertyList>
|
Loading…
Reference in a new issue