Add basic rotation offset code

This commit is contained in:
James Urquhart 2016-05-23 00:45:19 +01:00
parent 784f6f92d8
commit e6c89b1f24
2 changed files with 45 additions and 0 deletions

View file

@ -278,6 +278,12 @@ public:
static U32 OVR_AXISJOYSTICK[vr::k_unMaxTrackedDeviceCount];
static U32 OVR_AXISTRIGGER[vr::k_unMaxTrackedDeviceCount];
/// @name HMD Rotation offset
/// {
static EulerF smHMDRotOffset;
static F32 smHMDmvYaw;
static F32 smHMDmvPitch;
/// }
public:
// For ManagedSingleton.