mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 07:34:45 +00:00
Add basic rotation offset code
This commit is contained in:
parent
784f6f92d8
commit
e6c89b1f24
2 changed files with 45 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue