47 void setIntKey(
int intKey );
53 void setName(
const std::string& name );
56 const std::string& name()
const;
60 void setIs2D(
bool trueOrFalse );
66 void setModelSet(
int modelSet );
72 void setKeyMap(
const std::string& keyMap );
75 const std::string& keyMap()
const;
79 virtual int gainPrecision()
const;
80 virtual void setGainPrecision(
int amt );
85 virtual const std::string& sensor()
const;
86 virtual void setSensor(
const std::string& sensorName );
91 virtual int orbitSpeedGain()
const;
92 virtual void setOrbitSpeedGain(
int gain );
97 virtual int linearScaledSpeedGain()
const;
98 virtual void setLinearScaledSpeedGain(
int gain );
103 virtual int linearUnscaledSpeedGain()
const;
104 virtual void setLinearUnscaledSpeedGain(
int gain );
110 virtual int rotationSpeedGain()
const;
111 virtual void setRotationSpeedGain(
int gain );
116 virtual double modelScaleFactor()
const;
117 virtual void setModelScaleFactor(
double modelScaleFactor );
127 double maxModelScaleFactor()
const;
128 void setMaxModelScaleFactor(
double maxModelScaleFactor );
139 void setSpeedScalingMslModeOffset(
double offset );
140 double speedScalingMslModeOffset()
const;
145 void setCameraShakeEnabled(
bool enabled );
146 bool cameraShakeEnabled()
const;
151 void setCameraShakeIntensity(
double intensity );
152 double cameraShakeIntensity()
const;
156 void setObserverSetting(
int settingKey,
bool value );
159 bool observerSetting(
int settingKey )
const;
171 virtual bool wireframeModeChanged(
bool onOrOff,
bool& retVal );
181 virtual bool hasSkyRestoreInfo();
182 virtual void setHasSkyRestoreInfo(
bool trueOrFalse);
189 virtual bool skyRestoreInfo();
190 virtual void setSkyRestoreInfo(
bool onOrOff);