mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-21 16:41:38 +02:00
Merge pull request #11399 from cain-kilgore/21540
WL 21540 - Make Rotation using Vive Controller Work
This commit is contained in:
commit
4a95023a2d
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
{ "from": "Standard.RX",
|
{ "from": "Standard.RX",
|
||||||
"when": [ "Application.InHMD", "Application.SnapTurn" ],
|
"when": [ "Application.SnapTurn" ],
|
||||||
"to": "Actions.StepYaw",
|
"to": "Actions.StepYaw",
|
||||||
"filters":
|
"filters":
|
||||||
[
|
[
|
||||||
|
@ -128,4 +128,4 @@
|
||||||
{ "from": "Standard.TrackedObject14", "to" : "Actions.TrackedObject14" },
|
{ "from": "Standard.TrackedObject14", "to" : "Actions.TrackedObject14" },
|
||||||
{ "from": "Standard.TrackedObject15", "to" : "Actions.TrackedObject15" }
|
{ "from": "Standard.TrackedObject15", "to" : "Actions.TrackedObject15" }
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in a new issue