Merge pull request #62 from merspieler/dome-light
Fix problem with flashlight not illuminating some objects on the pedestal
This commit is contained in:
commit
a9e1d0e07f
7 changed files with 29 additions and 0 deletions
|
@ -25,5 +25,6 @@
|
|||
<effect>
|
||||
<inherits-from>Aircraft/IDG-A32X/Models/Effects/cockpit-irradiance</inherits-from>
|
||||
<object-name>audio_body</object-name>
|
||||
<object-name>audio_glare</object-name>
|
||||
</effect>
|
||||
</PropertyList>
|
||||
|
|
|
@ -25,5 +25,6 @@
|
|||
<effect>
|
||||
<inherits-from>Aircraft/IDG-A32X/Models/Effects/cockpit-irradiance</inherits-from>
|
||||
<object-name>audio_body</object-name>
|
||||
<object-name>audio_glare</object-name>
|
||||
</effect>
|
||||
</PropertyList>
|
||||
|
|
|
@ -1387,6 +1387,7 @@
|
|||
<effect>
|
||||
<inherits-from>Aircraft/IDG-A32X/Models/Effects/cockpit-irradiance</inherits-from>
|
||||
<object-name>mcdu_body</object-name>
|
||||
<object-name>mcdu_glare</object-name>
|
||||
</effect>
|
||||
|
||||
</PropertyList>
|
||||
|
|
|
@ -1387,6 +1387,7 @@
|
|||
<effect>
|
||||
<inherits-from>Aircraft/IDG-A32X/Models/Effects/cockpit-irradiance</inherits-from>
|
||||
<object-name>mcdu_body</object-name>
|
||||
<object-name>mcdu_glare</object-name>
|
||||
</effect>
|
||||
|
||||
</PropertyList>
|
||||
|
|
|
@ -94,5 +94,24 @@
|
|||
<object-name>throttle_1_label</object-name>
|
||||
<object-name>dummy_1</object-name>
|
||||
<object-name>dummy_2</object-name>
|
||||
<object-name>ecam_glare_down</object-name>
|
||||
<object-name>ecam_glare_up</object-name>
|
||||
<object-name>ecam_att_hdg</object-name>
|
||||
<object-name>ecam_air_data</object-name>
|
||||
<object-name>ecam_eis_dmc</object-name>
|
||||
<object-name>ecam_nd_xfr</object-name>
|
||||
<object-name>ecam_brt_upper</object-name>
|
||||
<object-name>ecam_brt_lower</object-name>
|
||||
<object-name>flood_lt_main</object-name>
|
||||
<object-name>integ_lt</object-name>
|
||||
<object-name>flood_lt_ped</object-name>
|
||||
<object-name>radar_gain</object-name>
|
||||
<object-name>radar_mode</object-name>
|
||||
<object-name>radar_tilt</object-name>
|
||||
<object-name>atc_thrt</object-name>
|
||||
<object-name>atc_sys</object-name>
|
||||
<object-name>atc_abv</object-name>
|
||||
<object-name>atc_stby</object-name>
|
||||
<object-name>ecam_emer_canc_lit</object-name>
|
||||
</effect>
|
||||
</PropertyList>
|
||||
|
|
|
@ -1546,6 +1546,9 @@
|
|||
<effect>
|
||||
<inherits-from>Aircraft/IDG-A32X/Models/Effects/cockpit-irradiance</inherits-from>
|
||||
<object-name>radio_body</object-name>
|
||||
<object-name>radio_glare</object-name>
|
||||
<object-name>radio_rot0</object-name>
|
||||
<object-name>radio_rot1</object-name>
|
||||
</effect>
|
||||
|
||||
</PropertyList>
|
||||
|
|
|
@ -1546,6 +1546,9 @@
|
|||
<effect>
|
||||
<inherits-from>Aircraft/IDG-A32X/Models/Effects/cockpit-irradiance</inherits-from>
|
||||
<object-name>radio_body</object-name>
|
||||
<object-name>radio_glare</object-name>
|
||||
<object-name>radio_rot0</object-name>
|
||||
<object-name>radio_rot1</object-name>
|
||||
</effect>
|
||||
|
||||
</PropertyList>
|
||||
|
|
Reference in a new issue