mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 06:53:10 +02:00
change bat relative rotation yaw to 90
This commit is contained in:
parent
e7bc2e349a
commit
9ae3c8b593
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
|||
relativePosition: {
|
||||
x: 0.9, y: 0, z: 0
|
||||
},
|
||||
relativeRotation: Quat.fromPitchYawRollDegrees(0, -90, 0)
|
||||
relativeRotation: Quat.fromPitchYawRollDegrees(0, 90, 0)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue