mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 22:30:42 +02:00
Tweak bat offsets
This commit is contained in:
parent
735fd70a8e
commit
4f1420a5ee
1 changed files with 3 additions and 3 deletions
|
@ -52,9 +52,9 @@
|
|||
grabbableKey: {
|
||||
spatialKey: {
|
||||
relativePosition: { x: 0.9, y: 0, z: 0 },
|
||||
relativeRotation: Quat.fromPitchYawRollDegrees(0, 90, 0),
|
||||
perHandRelativePosition: { x: 0.0808223, y: 0.134704, z: 0.0381 },
|
||||
perHandRelativeRotation: Quat.fromPitchYawRollDegrees(-180, 90, 45)
|
||||
relativeRotation: Quat.fromPitchYawRollDegrees(0, 0, 45),
|
||||
perHandRelativePosition: { x: 0.0, y: -0.05, z: -0.04 },
|
||||
perHandRelativeRotation: Quat.fromPitchYawRollDegrees(0, 0, 0)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue