Update bat rotation

This commit is contained in:
Atlante45 2015-12-01 15:13:46 -08:00
parent e6763c2208
commit 0b93e637e8

View file

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