43 public VxSim::IExtension,
44 public VxSim::IApplicationListener
VxTerrain::VxSpatialForecaster * myForecaster
Forecaster for predicting needed terrain areas.
Definition vortexPagedTerrainExtension.h:95
virtual ~DtVortexPagedTerrainExtension() override
Destructor.
void createTerrainProducer(Vx::VxUniverse *universe)
Creates the terrain producer and adds it to the universe.
void deleteTerrainProducer(Vx::VxUniverse *universe)
Deletes the terrain producer and related resources.
DtVortexPagedTerrainExtension(VxSim::VxExtension *iProxy)
Constructor.
VxTerrain::VxPagedTerrainProducer * myTerrainProducer
Terrain producer for generating collision geometries.
Definition vortexPagedTerrainExtension.h:93
VxTerrain::VxPagedTerrainInterface * myTerrainSource
Interface for accessing terrain data.
Definition vortexPagedTerrainExtension.h:94
virtual void onApplicationModeChange(VxSim::eApplicationMode previous, VxSim::eApplicationMode next) override
Handles application mode changes.