21540 - Make Rotation using Vive Controller Work

This commit is contained in:
Cain Kilgore 2017-09-18 23:38:38 +01:00
parent a41aced032
commit dbe7cc5d1a

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