![]() |
VR-Forces 4.7 Class Documentation
|
This class is a static singleton manager for accessing the Oculus Rift. More...

Public Member Functions | |
| virtual | ~DtOculusManager () |
| DTOR. | |
| virtual bool | initialize () |
| Calls ovr_Create to create the hmd and registers recenterPose with the DtKeyMapManager. | |
| virtual void | postInitialize () |
| Called back via DtDe::postInitialize, registers the reset key mapping. | |
| virtual ovrSession | getSession () const |
| Get the ovrSession. | |
| virtual void | recenterPose () |
| Calls ovr_RecenterPose from the Oculus SDK to re-center the sensor position and orientation. | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. | |
Static Public Member Functions | |
| static DtOculusManager & | instance (DtDe &de) |
| Get access to the page collection instance for the DtDe. | |
Protected Member Functions | |
| DtOculusManager (DtDe &de) | |
Protected Attributes | |
| DtDe & | myDe |
| ovrSession | mySession |
| DtSignalConnectionManager | myConnections |
This class is a static singleton manager for accessing the Oculus Rift.
|
virtual |
DTOR.
|
protected |
|
static |
Get access to the page collection instance for the DtDe.
|
virtual |
Calls ovr_Create to create the hmd and registers recenterPose with the DtKeyMapManager.
|
virtual |
Called back via DtDe::postInitialize, registers the reset key mapping.
|
virtual |
Get the ovrSession.
|
virtual |
Calls ovr_RecenterPose from the Oculus SDK to re-center the sensor position and orientation.
|
protected |
|
protected |
|
protected |