change bat relative rotation yaw to 90

This commit is contained in:
Stephen Birarda 2015-11-03 16:58:30 -08:00
parent e7bc2e349a
commit 9ae3c8b593

View file

@ -51,7 +51,7 @@
relativePosition: {
x: 0.9, y: 0, z: 0
},
relativeRotation: Quat.fromPitchYawRollDegrees(0, -90, 0)
relativeRotation: Quat.fromPitchYawRollDegrees(0, 90, 0)
}
}
}