mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 16:48:01 +02:00
Add full body tracking for Windows MR headsets on SteamVR
This commit is contained in:
parent
c4308c2292
commit
353a9cb339
2 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@ Item {
|
||||||
width: parent.width
|
width: parent.width
|
||||||
|
|
||||||
property string title: "Controls"
|
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 }
|
HifiConstants { id: hifi }
|
||||||
|
|
||||||
|
|
|
@ -1045,8 +1045,8 @@ Flickable {
|
||||||
var hmdDesktopPosition = settings["hmdDesktopTracking"];
|
var hmdDesktopPosition = settings["hmdDesktopTracking"];
|
||||||
var eyeTrackingEnabled = settings["eyeTrackingEnabled"];
|
var eyeTrackingEnabled = settings["eyeTrackingEnabled"];
|
||||||
|
|
||||||
armCircumference.realValue = settings.armCircumference;
|
armCircumference.realValue = settings["armCircumference"];
|
||||||
shoulderWidth.realValue = settings.shoulderWidth;
|
shoulderWidth.realValue = settings["shoulderWidth"];
|
||||||
|
|
||||||
if (HmdHead) {
|
if (HmdHead) {
|
||||||
headBox.checked = true;
|
headBox.checked = true;
|
||||||
|
|
Loading…
Reference in a new issue