1
0
Fork 0

Correct the property for the window icing, adjust the vector for sideways acceleration on the rain, and corrcet the lights view

This commit is contained in:
legoboyvdlp R 2020-03-17 13:41:38 +00:00
parent b2b6365146
commit acb9393580
3 changed files with 5 additions and 5 deletions

View file

@ -45,7 +45,7 @@
<ice-inches>0.0</ice-inches>
<salvage-control>/controls/deice/windowprobeheat</salvage-control>
<sensitivity type="double">0.5</sensitivity>
<output-property>/environment/aircraft-effects/frost-inch</output-property>
<output-property>/environment/aircraft-effects/frost-level</output-property>
</iceable>
<iceable>
<name>Fuselage</name>

View file

@ -841,14 +841,14 @@ var lightsView = func() {
}
var hd = getprop("sim/current-view/heading-offset-deg");
var hd_t = 335;
var hd_t = 329;
if (hd < 180) {
hd_t = hd_t - 360;
}
interpolate("sim/current-view/field-of-view", 63, 0.66);
interpolate("sim/current-view/heading-offset-deg", hd_t, 0.66);
interpolate("sim/current-view/pitch-offset-deg", 10.6, 0.66);
interpolate("sim/current-view/pitch-offset-deg", 17.533, 0.66);
interpolate("sim/current-view/roll-offset-deg", 0, 0.66);
interpolate("sim/current-view/x-offset-m", -0.45, 0.66);
interpolate("sim/current-view/y-offset-m", 2.34, 0.66);

View file

@ -26,10 +26,10 @@
<table>
<independentVar>velocities/v-aero-fps</independentVar>
<tableData>
-25 -0.5
-25 -0.1
-8 0
8 0
25 0.5
25 0.1
</tableData>
</table>
</function>