30 class DtVrfBackendState;
31 class DtPerformanceOptionsWidgetInterface;
47 virtual void slot_performanceOptionsChanged(
double);
49 virtual void slot_userDefinedSmoothing(
bool);
51 virtual void slot_smoothingEnabled(
bool);
52 virtual void slot_userDefinedSmoothingPeriod(
double);
56 virtual double setSliderFromTranslationThreshold();
58 virtual double translationThresholdFromPosition(
int position)
const;
59 virtual double rotationThresholdFromPosition(
int position)
const;
60 virtual double smoothingValueFromPosition(
int position)
const;
63 void sendDRDataToServers(
double);
65 virtual void updateTranslationLabel(
double threshold);
66 virtual void updateRotationLabel(
double threshold);
67 virtual void updateSmoothingLabel(
double threshold);
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
Dead reckoning settings used by the performance options dialog to set dead reckoning values for entit...
Definition: deadReckoningSettings.h:31
Contains makVrv::DtVirtualBaseClass class.
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:76