mirror of
https://github.com/CrispyPin/ovr-utils.git
synced 2024-11-12 19:40:26 +01:00
better default transform for menu
This commit is contained in:
parent
eda8c8c06c
commit
721c518bc3
1 changed files with 4 additions and 4 deletions
|
@ -78,12 +78,12 @@ const DEF = {
|
||||||
"fallback": ["left", "right", "head"],
|
"fallback": ["left", "right", "head"],
|
||||||
"offsets": {
|
"offsets": {
|
||||||
"left": {
|
"left": {
|
||||||
"pos": Vector3(),
|
"pos": Vector3(0.15, 0.05, 0),
|
||||||
"rot": Quat(),
|
"rot": Quat(-0.653928, -0.023545, 0.008617, 0.756141),
|
||||||
},
|
},
|
||||||
"right": {
|
"right": {
|
||||||
"pos": Vector3(),
|
"pos": Vector3(-0.15, 0.05, 0),
|
||||||
"rot": Quat(),
|
"rot": Quat(-0.653928, -0.023545, 0.008617, 0.756141),
|
||||||
},
|
},
|
||||||
"head": {
|
"head": {
|
||||||
"pos": Vector3(0,0,-0.5),
|
"pos": Vector3(0,0,-0.5),
|
||||||
|
|
Loading…
Reference in a new issue