VR-Engage  2.2
Loading...
Searching...
No Matches
Binoculars Sim Logic Role Parameters

Detailed Description

Collaboration diagram for Binoculars Sim Logic Role Parameters:

Variables

constexpr const char * makVre::BinocularsSimLogicConfig::hmdSmoothingAlpha = "hmdSmoothingAlpha"
 
constexpr const char * makVre::BinocularsSimLogicConfig::hmdSmoothingEnabled = "hmdSmoothingEnabled"
 
constexpr const char * makVre::BinocularsSimLogicConfig::hmdSmoothingThreshold = "hmdSmoothingThreshold"
 
constexpr const char * makVre::BinocularsSimLogicConfig::maxViewMagnification = "maxViewMagnification"
 

Variable Documentation

◆ hmdSmoothingAlpha

const char* makVre::BinocularsSimLogicConfig::hmdSmoothingAlpha = "hmdSmoothingAlpha"
constexpr
Parameter NamehmdSmoothingAlpha
Parameter DescriptionAlpha value for HMD orientation smoothing when using binoculars in VR mode.
Parameter Typedouble
Parameter Default0.8
Required?No

Example Role Config Usage:

["binocularsSimLogic"] = {
...
hmdSmoothingAlpha = 0.8;
...
};

◆ hmdSmoothingEnabled

const char* makVre::BinocularsSimLogicConfig::hmdSmoothingEnabled = "hmdSmoothingEnabled"
constexpr
Parameter NamehmdSmoothingEnabled
Parameter DescriptionWhether to enable HMD orientation smoothing when using binoculars in VR mode.
Parameter Typebool
Parameter Defaulttrue
Required?No

Example Role Config Usage:

["binocularsSimLogic"] = {
...
hmdSmoothingEnabled = true;
...
};

◆ hmdSmoothingThreshold

const char* makVre::BinocularsSimLogicConfig::hmdSmoothingThreshold = "hmdSmoothingThreshold"
constexpr
Parameter NamehmdSmoothingThreshold
Parameter DescriptionThreshold angle in degrees for triggering HMD orientation smoothing.
Parameter Typedouble
Parameter Default60.0
Required?No

Example Role Config Usage:

["binocularsSimLogic"] = {
...
hmdSmoothingThreshold = 60.0;
...
};

◆ maxViewMagnification

const char* makVre::BinocularsSimLogicConfig::maxViewMagnification = "maxViewMagnification"
constexpr
Parameter NamemaxViewMagnification
Parameter DescriptionMaximum zoom magnification level for the binoculars system.
Parameter Typedouble
Parameter Default10.0
Required?No

Example Role Config Usage:

["binocularsSimLogic"] = {
...
maxViewMagnification = 10.0;
...
};