Esempio n. 1
0
 protected void CalculateWaypoints()
 {
     waypoints = FlightEngine.CalculateWaypoints(aircraftHandler.GetAircraft(), pathHandler.GetInteractions(), windVelocity, metersAboveSeaLevel, temperature, SimulationHandler.deltaTime, SimulationHandler.length);
 }