mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 03:53:10 +02:00
updated ravestick spawner relative position
This commit is contained in:
parent
cd983db419
commit
24796c1a1e
1 changed files with 11 additions and 6 deletions
|
@ -40,13 +40,18 @@ RaveStick = function(spawnPosition) {
|
||||||
userData: JSON.stringify({
|
userData: JSON.stringify({
|
||||||
grabbableKey: {
|
grabbableKey: {
|
||||||
spatialKey: {
|
spatialKey: {
|
||||||
relativePosition: {
|
rightRelativePosition: {
|
||||||
x: 0,
|
x: 0.02,
|
||||||
y: 0,
|
y: 0,
|
||||||
z: -0.1
|
z: 0
|
||||||
|
},
|
||||||
|
leftRelativePosition: {
|
||||||
|
x: -0.02,
|
||||||
|
y: 0,
|
||||||
|
z: 0
|
||||||
|
},
|
||||||
|
relativeRotation: Quat.fromPitchYawRollDegrees(90, 90, 0)
|
||||||
},
|
},
|
||||||
relativeRotation: Quat.fromPitchYawRollDegrees(90, 90, 0)
|
|
||||||
},
|
|
||||||
invertSolidWhileHeld: true
|
invertSolidWhileHeld: true
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue