23 class DtRenderSettingsRecord;
47 bool wireframeMode()
const;
48 void setWireframeMode(
bool setting);
50 bool terrainScalingEnabled()
const;
51 void setTerrainScalingEnabled(
bool enabled);
53 double terrainScaleFactor()
const;
54 void setTerrainScaleFactor(
double scaleFactor);
56 bool clearTrackHistoryOnTerrainScaleChanged()
const;
57 void setClearTrackHistoryOnTerrainScaleChanged(
bool clear);
59 bool useAutofocus()
const;
60 void setUseAutofocus(
bool useAutofocus);
62 double focalDepth()
const;
63 void setFocalDepth(
double focalDepth);
65 double focalRange()
const;
66 void setFocalRange(
double focalRange);
68 void setPlanViewGeocentricOccludedTransparency(
float f);
69 float planViewGeocentricOccludedTransparency()
const;
71 bool shadowMode()
const;
72 void setShadowMode(
bool setting);
74 bool performanceOverlayEnabled()
const;
75 void setPerformanceOverlayEnabled(
bool enabled);
77 bool profilerOverlayEnabled()
const;
78 void setProfilerOverlayEnabled(
bool enabled);
80 bool lensFlareEnabled()
const;
81 void setLensFlareEnabled(
bool setting );
83 bool crepuscularRaysEnabled()
const;
84 void setCrepuscularRaysEnabled(
bool setting );
86 bool instancedRenderingEnabled()
const;
87 void setInstancedRenderingEnabled(
bool setting);
89 int componentVisualizationMode()
const;
90 void setComponentVisualizationMode(
int mode);
110 virtual void backup();
115 static std::string className();