![]() |
VR-Forces 5.0.2 Developer's Guide
|
This class is a static singleton manager for accessing the Oculus Rift.

Public Member Functions | |
| virtual | ~DtOculusManager () |
| virtual bool | initialize () |
| virtual void | postInitialize () |
| virtual ovrSession | getSession () const |
| virtual void | recenterPose () |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| virtual | ~DtVirtualBaseClass () |
Static Public Member Functions | |
| static DtOculusManager & | instance (DtDe &de) |
Protected Member Functions | |
| DtOculusManager (DtDe &de) | |
Protected Attributes | |
| DtDe & | myDe |
| ovrSession | mySession |
| DtSignalConnectionManager | myConnections |
|
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 |