mirror of
https://github.com/CrispyPin/ovr-utils.git
synced 2024-11-09 18:40:24 +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"],
|
||||
"offsets": {
|
||||
"left": {
|
||||
"pos": Vector3(),
|
||||
"rot": Quat(),
|
||||
"pos": Vector3(0.15, 0.05, 0),
|
||||
"rot": Quat(-0.653928, -0.023545, 0.008617, 0.756141),
|
||||
},
|
||||
"right": {
|
||||
"pos": Vector3(),
|
||||
"rot": Quat(),
|
||||
"pos": Vector3(-0.15, 0.05, 0),
|
||||
"rot": Quat(-0.653928, -0.023545, 0.008617, 0.756141),
|
||||
},
|
||||
"head": {
|
||||
"pos": Vector3(0,0,-0.5),
|
||||
|
|
Loading…
Reference in a new issue