Ref T709, added support for taxi lights in XPlane, using the "bundle lights" flag

This commit is contained in:
Klaus Basan
2019-08-14 23:59:08 +02:00
parent 807e87af7c
commit 6c2d140b1b
5 changed files with 31 additions and 12 deletions

View File

@@ -932,6 +932,7 @@ namespace BlackSimPlugin
planesSurfaces.rudders.push_back(0.0);
planesSurfaces.ailerons.push_back(0.0);
planesSurfaces.landLights.push_back(parts.getLights().isLandingOn());
planesSurfaces.taxiLights.push_back(parts.getLights().isTaxiOn());
planesSurfaces.beaconLights.push_back(parts.getLights().isBeaconOn());
planesSurfaces.strobeLights.push_back(parts.getLights().isStrobeOn());
planesSurfaces.navLights.push_back(parts.getLights().isNavOn());