Tweak bat offsets

This commit is contained in:
Atlante45 2015-11-10 17:05:27 -08:00
parent 735fd70a8e
commit 4f1420a5ee

View file

@ -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)
}
}
}