You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3D Gauge Ball & Cylinder and Colour Effects (#891)
* M2K ADI added
* Viper ADI updated, and Apache ADI images adjusted.
Rotation capability given to the Gauge Image.
* Adjustments to the F-16, M2000C and AH-64D ADIs. Most of the work done on the CustomGaugeBall.
* Addition of the GaugeCylinder, and over-hauled the FA-18C SAI and most of the graphics. Add the capability of the CustomGaugeBall to have an alternate lighting colour.
* A-10C ADI complete
* Implement ball and cylinder brightness, and multiple adjustments to teh altered ADIs to implement these.
* EffectControlAdjuster Enable/Disable function added
* Test implementation of an x/y/z interface element on the M2000C in an attempt to reduce the number of ball renders.
* Fix for Bug where reflections were not being scaled
* Fix for Incorrect ADI Pitch calibration on the M2000C
* Work on the CustomerBallGauge
* Adding calibration to the Custom 3D Gauges
"Missing Image" image changed to have words, and converted to xaml to improve scaling.
UH-60L VSI completion including interface changes.
* 1. Added SoftInterface capability to AutoBinding SupportedInterfaces
3. Added VSI LEDs to UH-60L interface
4. UH-60L VSI now autobinds to H-60 variant Soft Interfaces.
_slipBall=newHeliosValue(this,newBindingValue(0d),"Standby Attitude Indicator","Slip Ball Offset","Side slip indicator offset from the center of the tube.","(-1 to 1) -1 full left and 1 is full right.",BindingValueUnits.Numeric);
_pitch=newHeliosValue(this,newBindingValue(0d),"Standby Attitude Indicator","Pitch","Current ptich of the aircraft.","(0 - 360)",BindingValueUnits.Degrees);
112
+
_pitch=newHeliosValue(this,newBindingValue(0d),"Standby Attitude Indicator","Pitch","Current pitch of the aircraft.","(-90 to +90)",BindingValueUnits.Degrees);
_pitchAdjustment=newHeliosValue(this,newBindingValue(0d),"Standby Attitude Indicator","SAI Pitch adjustment offset","Location of pitch reference wings.","(-1 to 1) 1 full up and -1 is full down.",BindingValueUnits.Numeric);
_roll=newHeliosValue(this,newBindingValue(0d),"Standby Attitude Indicator","Bank","Current bank of the aircraft.","(0 - 360)",BindingValueUnits.Degrees);
120
+
_roll=newHeliosValue(this,newBindingValue(0d),"Standby Attitude Indicator","Bank","Current bank of the aircraft.","(-180 to +180)",BindingValueUnits.Degrees);
_rotationValue=newHeliosValue(this,newBindingValue(""),"Standby Attitude Indicator","ADI ball rotation","X/Y/Z angle changes for the ADI ball.","Text containing three numbers x;y;z",BindingValueUnits.Text);
_slipBall=newHeliosValue(this,newBindingValue(0d),"Standby Attitude Indicator","Slip Ball Offset","Side slip indicator offset from the center of the tube.","(-1 to 1) -1 full left and 1 is full right.",BindingValueUnits.Numeric);
_turnIndicator=newHeliosValue(this,newBindingValue(0d),"Standby Attitude Indicator","Turn Indicator Offset","Turn indicator offset from the center of the gauge.","(-1 to 1) -1 full left and 1 is full right.",BindingValueUnits.Numeric);
_offFlag=newHeliosValue(this,newBindingValue(false),"Standby Attitude Indicator","Off Flag","Indicates whether the off flag is displayed.","True if displayed.",BindingValueUnits.Boolean);
_pitch=newHeliosValue(this,newBindingValue(0d),"Standby Attitude Indicator","Pitch","Current ptich of the aircraft.","(0 - 360)",BindingValueUnits.Degrees);
_pitchAdjustment=newHeliosValue(this,newBindingValue(0d),"Standby Attitude Indicator","SAI Pitch adjustment offset","Location of pitch reference wings.","(-1 to 1) 1 full up and -1 is full down.",BindingValueUnits.Numeric);
_roll=newHeliosValue(this,newBindingValue(0d),"Standby Attitude Indicator","Bank","Current bank of the aircraft.","(0 - 360)",BindingValueUnits.Degrees);
0 commit comments