mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 13:42:38 +02:00
add-more-hmd-data
This commit is contained in:
parent
5af1ea54d3
commit
aa985fa682
2 changed files with 0 additions and 2 deletions
|
@ -36,7 +36,6 @@
|
|||
|
||||
Q_DECLARE_LOGGING_CATEGORY(displayplugins)
|
||||
|
||||
const char* OpenVrDisplayPlugin::NAME { "OpenVR (Vive)" };
|
||||
const char* StandingHMDSensorMode { "Standing HMD Sensor Mode" }; // this probably shouldn't be hardcoded here
|
||||
const char* OpenVrThreadedSubmit { "OpenVR Threaded Submit" }; // this probably shouldn't be hardcoded here
|
||||
|
||||
|
|
|
@ -78,7 +78,6 @@ private:
|
|||
vr::IVRSystem* _system { nullptr };
|
||||
std::atomic<vr::EDeviceActivityLevel> _hmdActivityLevel { vr::k_EDeviceActivityLevel_Unknown };
|
||||
std::atomic<uint32_t> _keyboardSupressionCount{ 0 };
|
||||
static const char* NAME;
|
||||
|
||||
vr::HmdMatrix34_t _lastGoodHMDPose;
|
||||
mat4 _sensorResetMat;
|
||||
|
|
Loading…
Reference in a new issue