![]() |
VR-Forces Development_Version Class Documentation
|
The shared ocean render settings. More...

Public Member Functions | |
| virtual | ~DtSharedOceanRenderSettings () |
| DTOR. | |
Setting Getters & Setters | |
| bool | oceanPlanarReflectionsEnabled () const |
| void | setOceanPlanarReflectionsEnabled (bool setting) |
| float | oceanPlanarReflectionsLODScale () const |
| void | setOceanPlanarReflectionsLODScale (float setting) |
| bool | oceanPlanarReflectionsSpecifyFarClip () const |
| void | setOceanPlanarReflectionsSpecifyFarClip (bool setting) |
| double | oceanPlanarReflectionsFarClip () const |
| void | setOceanPlanarReflectionsFarClip (double setting) |
| bool | waveSprayEffectEnabled () const |
| void | setWaveSprayEffectEnabled (bool setting) |
| bool | rotorWashDecalEnabled () const |
| void | setRotorWashDecalEnabled (bool setting) |
| double | oceanHeightMapResolution () const |
| void | setOceanHeightMapResolution (double setting) |
| bool | tidalStreamWakesEnabled () const |
| void | setTidalStreamWakesEnabled (bool setting) |
| double | regenerateCubeMapThreshold () const |
| void | setRegenerateCubeMapThreshold (double threshold) |
| double | regenerateHeightMapPercThreshold () const |
| void | setRegenerateHeightMapPercThreshold (double threshold) |
| bool | omitCloudInCubeMap () const |
| void | setOmitCloudInCubeMap (bool omit) |
| int | oceanHeightMapTextureSize () const |
| void | setOceanHeightMapTextureSize (int setting) |
| double | staticOceanLodRange () const |
| void | setStaticOceanLodRange (double range) |
| int | planarReflectionTextureWidth () const |
| void | setPlanarReflectionTextureWidth (int w) |
| int | planarReflectionTextureHeight () const |
| void | setPlanarReflectionTextureHeight (int h) |
Settings record / backup methods | |
| void | setFromRecord (const makArchives::DtOceanRenderSettingsRecord &rec) |
| Restore the settings from a record. | |
| void | getRecord (makArchives::DtOceanRenderSettingsRecord &rec) const |
| Get the settings as a record. | |
| virtual const DtOceanRenderSettingsBackup * | settingsBackup () const |
| Accessor for the settings backup (const). | |
| virtual DtOceanRenderSettingsBackup * | settingsBackup () |
| Accessor for the settings backup. | |
| virtual void | backup () |
| Called to back up the settings. | |
Public Member Functions inherited from makVrv::DtSharedSettings | |
| DtSharedSettings (const DtSharedSettingsManager &manager) | |
| CTOR. | |
| virtual | ~DtSharedSettings () |
| DTOR. | |
| boost::shared_mutex & | mutex () |
| Get the mutex for the settings object. | |
| SafetyKey | safeToEmitSignals () |
| Create a safety key for the function, see above example. | |
| void | setCurrentWriteLock (boost::unique_lock< boost::shared_mutex > *currentWriteLock) |
| No need to call, set by the DtWriteSettingLock object. | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. | |
Static Public Member Functions | |
| static std::string | className () |
| The class name for this settings object. | |
Protected Member Functions | |
| DtSharedOceanRenderSettings (DtSharedSettingsManager &manager) | |
| Protected CTOR (Use DtReadSettingsLock and DtWriteSettingsLock). | |
Friends | |
| class | DtReadSettingsLock< DtSharedOceanRenderSettings > |
| Use the DtReadSettingsLock to read the object. | |
| class | DtWriteSettingsLock< DtSharedOceanRenderSettings > |
| Use the DtWriteSettingsLock to write to the object. | |
The shared ocean render settings.
|
virtual |
DTOR.
|
protected |
Protected CTOR (Use DtReadSettingsLock and DtWriteSettingsLock).
| bool makVrv::DtSharedOceanRenderSettings::oceanPlanarReflectionsEnabled | ( | ) | const |
| void makVrv::DtSharedOceanRenderSettings::setOceanPlanarReflectionsEnabled | ( | bool | setting | ) |
| float makVrv::DtSharedOceanRenderSettings::oceanPlanarReflectionsLODScale | ( | ) | const |
| void makVrv::DtSharedOceanRenderSettings::setOceanPlanarReflectionsLODScale | ( | float | setting | ) |
| bool makVrv::DtSharedOceanRenderSettings::oceanPlanarReflectionsSpecifyFarClip | ( | ) | const |
| void makVrv::DtSharedOceanRenderSettings::setOceanPlanarReflectionsSpecifyFarClip | ( | bool | setting | ) |
| double makVrv::DtSharedOceanRenderSettings::oceanPlanarReflectionsFarClip | ( | ) | const |
| void makVrv::DtSharedOceanRenderSettings::setOceanPlanarReflectionsFarClip | ( | double | setting | ) |
| bool makVrv::DtSharedOceanRenderSettings::waveSprayEffectEnabled | ( | ) | const |
| void makVrv::DtSharedOceanRenderSettings::setWaveSprayEffectEnabled | ( | bool | setting | ) |
| bool makVrv::DtSharedOceanRenderSettings::rotorWashDecalEnabled | ( | ) | const |
| void makVrv::DtSharedOceanRenderSettings::setRotorWashDecalEnabled | ( | bool | setting | ) |
| double makVrv::DtSharedOceanRenderSettings::oceanHeightMapResolution | ( | ) | const |
| void makVrv::DtSharedOceanRenderSettings::setOceanHeightMapResolution | ( | double | setting | ) |
| bool makVrv::DtSharedOceanRenderSettings::tidalStreamWakesEnabled | ( | ) | const |
| void makVrv::DtSharedOceanRenderSettings::setTidalStreamWakesEnabled | ( | bool | setting | ) |
| double makVrv::DtSharedOceanRenderSettings::regenerateCubeMapThreshold | ( | ) | const |
| void makVrv::DtSharedOceanRenderSettings::setRegenerateCubeMapThreshold | ( | double | threshold | ) |
| double makVrv::DtSharedOceanRenderSettings::regenerateHeightMapPercThreshold | ( | ) | const |
| void makVrv::DtSharedOceanRenderSettings::setRegenerateHeightMapPercThreshold | ( | double | threshold | ) |
| bool makVrv::DtSharedOceanRenderSettings::omitCloudInCubeMap | ( | ) | const |
| void makVrv::DtSharedOceanRenderSettings::setOmitCloudInCubeMap | ( | bool | omit | ) |
| int makVrv::DtSharedOceanRenderSettings::oceanHeightMapTextureSize | ( | ) | const |
| void makVrv::DtSharedOceanRenderSettings::setOceanHeightMapTextureSize | ( | int | setting | ) |
| double makVrv::DtSharedOceanRenderSettings::staticOceanLodRange | ( | ) | const |
| void makVrv::DtSharedOceanRenderSettings::setStaticOceanLodRange | ( | double | range | ) |
| int makVrv::DtSharedOceanRenderSettings::planarReflectionTextureWidth | ( | ) | const |
| void makVrv::DtSharedOceanRenderSettings::setPlanarReflectionTextureWidth | ( | int | w | ) |
| int makVrv::DtSharedOceanRenderSettings::planarReflectionTextureHeight | ( | ) | const |
| void makVrv::DtSharedOceanRenderSettings::setPlanarReflectionTextureHeight | ( | int | h | ) |
| void makVrv::DtSharedOceanRenderSettings::setFromRecord | ( | const makArchives::DtOceanRenderSettingsRecord & | rec | ) |
Restore the settings from a record.
| void makVrv::DtSharedOceanRenderSettings::getRecord | ( | makArchives::DtOceanRenderSettingsRecord & | rec | ) | const |
Get the settings as a record.
|
virtual |
Accessor for the settings backup (const).
Reimplemented from makVrv::DtSharedSettings.
|
virtual |
Accessor for the settings backup.
Reimplemented from makVrv::DtSharedSettings.
|
virtual |
Called to back up the settings.
Reimplemented from makVrv::DtSharedSettings.
|
static |
The class name for this settings object.
|
friend |
Use the DtReadSettingsLock to read the object.
|
friend |
Use the DtWriteSettingsLock to write to the object.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |