mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 12:38:27 +02:00
Block TranslateZ when off-hand Y axis is active.
This commit is contained in:
parent
1e10afe762
commit
09d15c9cb0
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
"name": "Standard to Action",
|
"name": "Standard to Action",
|
||||||
"channels": [
|
"channels": [
|
||||||
{ "from": "Standard.LY",
|
{ "from": "Standard.LY",
|
||||||
"when": "Application.LeftHandDominant",
|
"when": ["Application.LeftHandDominant", "!Standard.RY"],
|
||||||
"to": "Actions.TranslateZ"
|
"to": "Actions.TranslateZ"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
{ "from": "Standard.RY",
|
{ "from": "Standard.RY",
|
||||||
"when": "Application.RightHandDominant",
|
"when": ["Application.RightHandDominant", "!Standard.LY"],
|
||||||
"to": "Actions.TranslateZ"
|
"to": "Actions.TranslateZ"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue