21 class DtExperimentalFeaturesInterface;
45 virtual void updateGui();
52 virtual void slot_onBreakingWaveAmplitudeChanged(
float);
55 void slot_terrainMagnificationScaleFactorChanged(
double factor);
62 void slot_terrainMagnificationHighLodAngleChanged(
double radians);
65 void slot_instancingCullDistanceChanged(
double dist);
69 void slot_instancingCullDistEnableChanged(
bool enabled);
73 void slot_metaflightPagingDistScaleChanged(
double dist);
77 void slot_metaflightPagingDistScaleEnableChanged(
bool enabled);
81 void slot_indirectDistScaleChanged(
double scale);
85 void slot_indirectDistScaleEnableChanged(
bool enabled);
92 void sendSettingsToGui();
Contains DLL export macros.
Contains the declaration of the makVrv::DtTritonManager class.
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
#define DT_DLL_VRVEXPERIMENTALFEATURESQT
Definition: vrvExperimentalFeaturesQt.h:20
Base class to provide boost signal/slot management.
DtDe & myDe
Definition: DtExperimentalFeaturesLogic.h:97
/brief A DtExperimentalFeaturesLogic object provides the logic for a widget acts as a utility for new...
Definition: DtExperimentalFeaturesLogic.h:28
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
Abstract interface used for the Experimental Features utility.
Definition: DtExperimentalFeaturesInterface.h:22
DtExperimentalFeaturesInterface & myIface
Definition: DtExperimentalFeaturesLogic.h:98