mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 05:43:36 +02:00
Update bat rotation
This commit is contained in:
parent
e6763c2208
commit
0b93e637e8
1 changed files with 3 additions and 4 deletions
|
@ -51,10 +51,9 @@
|
|||
var batUserData = {
|
||||
grabbableKey: {
|
||||
spatialKey: {
|
||||
relativePosition: { x: 0.9, y: 0, z: 0 },
|
||||
relativeRotation: Quat.fromPitchYawRollDegrees(0, 0, 45),
|
||||
perHandRelativePosition: { x: 0.0, y: -0.05, z: -0.04 },
|
||||
perHandRelativeRotation: Quat.fromPitchYawRollDegrees(0, 0, 0)
|
||||
leftRelativePosition: { x: 0.9, y: 0.05, z: -0.05 },
|
||||
rightRelativePosition: { x: 0.9, y: 0.05, z: 0.05 },
|
||||
relativeRotation: Quat.fromPitchYawRollDegrees(0, 0, 45)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue