Harald67 / c150

Flightgear Cessna 150
4 stars 1 forks source link

Add option of wheel fairings #30

Open gilbertohasnofb opened 7 years ago

gilbertohasnofb commented 7 years ago

Add an option to the aircraft menu to toggle wheel fairings on and off. Let the user toggle each of the three fairings individually since there are several types of configuration:

ghost commented 7 years ago

"each of the three" -> maybe rather main gear and front gear as I don't think you can have a fairing on the left wheel but not on the right one ;)

gilbertohasnofb commented 7 years ago

@D-ECHO Yeah, you are obviously right on that :+1:

ghost commented 7 years ago

This could be a dialog for this: `<?xml version="1.0"?>

``` c150-wheel-fairings vbox false false true 0.6 0.65 0.55 0.85 hbox true true vbox left /controls/gear/main-fairings true dialog-apply left /controls/gear/nose-fairing true dialog-apply hbox ``` ` I don't want to add it as a commit/pull request yet as I'm still pending the pull request for the shadow and don't wanna cause confusion ;)