|
VR-Engage
2.2
|
Contains both the controller type (HMD, left hand, right hand) and its unique identifier used for consistent tracking between frames
#include <virtualRealityLogic.h>
Public Member Functions | |
| ControllerIdentifier (Bitfield type) | |
Public Attributes | |
| Bitfield | controllerType |
| ControllerId | controllerId |
|
inline |
Constructor that initializes with a controller type.
| type | Bitfield value representing the controller type |
References controllerId, controllerType, and makVre::DtVirtualRealityLogic::type().
| Bitfield makVre::DtVirtualRealityLogic::ControllerIdentifier::controllerType |
Type of the controller (HMD, left hand, right hand)
Referenced by ControllerIdentifier().
| ControllerId makVre::DtVirtualRealityLogic::ControllerIdentifier::controllerId |
Unique identifier for the controller instance.
Referenced by ControllerIdentifier().