added the instrumentation/comm[n]/dimming-norm property to make digits dimmable
This commit is contained in:
parent
65fdd18826
commit
69de20781e
2 changed files with 34 additions and 0 deletions
|
@ -42,6 +42,8 @@
|
|||
<nav-frq-standby>instrumentation/nav[0]/frequencies/standby-mhz</nav-frq-standby>
|
||||
<nav-volume>instrumentation/nav[0]/volume</nav-volume>
|
||||
<nav-audio>instrumentation/nav[0]/audio-btn</nav-audio>
|
||||
|
||||
<dimming>instrumentation/comm[0]/dimming-norm</dimming>
|
||||
</params>
|
||||
|
||||
<path>kx165.ac</path>
|
||||
|
@ -71,6 +73,21 @@
|
|||
</emission>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>material</type>
|
||||
<object-name>CommUse</object-name>
|
||||
<object-name>CommStby</object-name>
|
||||
<object-name>NavUse</object-name>
|
||||
<object-name>NavStby</object-name>
|
||||
<emission>
|
||||
<red>-1.0</red>
|
||||
<green>-1.0</green>
|
||||
<blue>-1.0</blue>
|
||||
<factor-prop alias="../../../params/dimming"/>
|
||||
<offset>1</offset>
|
||||
</emission>
|
||||
</animation>
|
||||
|
||||
<!-- comm part -->
|
||||
|
||||
<animation>
|
||||
|
|
|
@ -42,6 +42,8 @@
|
|||
<nav-frq-standby>instrumentation/nav[1]/frequencies/standby-mhz</nav-frq-standby>
|
||||
<nav-volume>instrumentation/nav[1]/volume</nav-volume>
|
||||
<nav-audio>instrumentation/nav[1]/audio-btn</nav-audio>
|
||||
|
||||
<dimming>instrumentation/comm[1]/dimming-norm</dimming>
|
||||
</params>
|
||||
|
||||
<path>kx165.ac</path>
|
||||
|
@ -71,6 +73,21 @@
|
|||
</emission>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>material</type>
|
||||
<object-name>CommUse</object-name>
|
||||
<object-name>CommStby</object-name>
|
||||
<object-name>NavUse</object-name>
|
||||
<object-name>NavStby</object-name>
|
||||
<emission>
|
||||
<red>-1.0</red>
|
||||
<green>-1.0</green>
|
||||
<blue>-1.0</blue>
|
||||
<factor-prop alias="../../../params/dimming"/>
|
||||
<offset>1</offset>
|
||||
</emission>
|
||||
</animation>
|
||||
|
||||
<!-- comm part -->
|
||||
|
||||
<animation>
|
||||
|
|
Loading…
Reference in a new issue