Merge pull request #111 from overte-org/fix-windowsmr-fullbody

Add full body tracking for Windows MR headsets on SteamVR
This commit is contained in:
Dale Glass 2022-07-09 21:29:49 +02:00 committed by GitHub
commit ca142c2ff3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@ Item {
width: parent.width
property string title: "Controls"
property var openVRDevices: ["HTC Vive", "Valve Index", "Valve HMD", "Valve"]
property var openVRDevices: ["HTC Vive", "Valve Index", "Valve HMD", "Valve", "WindowsMR"]
HifiConstants { id: hifi }

View file

@ -1045,8 +1045,8 @@ Flickable {
var hmdDesktopPosition = settings["hmdDesktopTracking"];
var eyeTrackingEnabled = settings["eyeTrackingEnabled"];
armCircumference.realValue = settings.armCircumference;
shoulderWidth.realValue = settings.shoulderWidth;
armCircumference.realValue = settings["armCircumference"];
shoulderWidth.realValue = settings["shoulderWidth"];
if (HmdHead) {
headBox.checked = true;