Merge pull request #11399 from cain-kilgore/21540

WL 21540 - Make Rotation using Vive Controller Work
This commit is contained in:
anshuman64 2017-09-20 13:25:33 -07:00 committed by GitHub
commit 4a95023a2d

View file

@ -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" }
] ]
} }