8 #include "PlaneSimulationConfig.h"
9 #include "TrafficSimulationConfiguration.h"
10 #include "InteriorTransitionModel.h"
12 #include "Streaming.h"
14 #include "Rendering.h"
42 void ApplyVehicleSuffixChange(
const std::string &suffix);
45 void SetPlaneSimulationConfig(
const Config::PlaneSimulationConfig& planeSimulationConfig) { m_planeSimulationConfig = planeSimulationConfig; }
46 void SetEnabled(
bool value);
52 void RemoveAllPlanesInScene();
61 float m_secondsToNextTerrainQuery;
64 void HandleInteriorTransitionChange();
68 std::string m_modelNodeNameSuffix;