VR-Engage  2.2
Loading...
Searching...
No Matches
Human Virtual Reality Logic Role Parameters

Detailed Description

Collaboration diagram for Human Virtual Reality Logic Role Parameters:

Variables

constexpr const char * makVre::HumanVirtualRealityLogicConfig::rightHanded = "rightHanded"
 

Variable Documentation

◆ rightHanded

const char* makVre::HumanVirtualRealityLogicConfig::rightHanded = "rightHanded"
constexpr
Parameter NamerightHanded
Parameter DescriptionWhether the user is right-handed for VR controller handedness mapping.
Parameter Typebool
Parameter Defaulttrue
Required?No

Example Role Config Usage:

["humanVirtualRealityLogic"] = {
...
rightHanded = true;
...
};