mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
Ref T261, allow to enable/disable "fix scenery offset" via setup
* added UI functions * fixed setup model * use setup in interpolator
This commit is contained in:
committed by
Roland Winklmeier
parent
ea585ae166
commit
2e7e210010
@@ -979,7 +979,7 @@ namespace BlackSimPlugin
|
||||
|
||||
// setup
|
||||
const CInterpolationAndRenderingSetupPerCallsign setup = this->getInterpolationSetupConsolidated(callsign);
|
||||
const bool sendGround = setup.sendGndFlagToSimulator();
|
||||
const bool sendGround = setup.isSendingGndFlagToSimulator();
|
||||
|
||||
// FSX/P3D adding
|
||||
bool adding = false; // will be added flag
|
||||
@@ -1260,7 +1260,7 @@ namespace BlackSimPlugin
|
||||
|
||||
// setup
|
||||
const CInterpolationAndRenderingSetupPerCallsign setup = this->getInterpolationSetupConsolidated(callsign);
|
||||
const bool sendGround = setup.sendGndFlagToSimulator();
|
||||
const bool sendGround = setup.isSendingGndFlagToSimulator();
|
||||
|
||||
// Interpolated situation
|
||||
const CInterpolationResult result = simObject.getInterpolation(currentTimestamp, setup);
|
||||
|
||||
Reference in New Issue
Block a user