fix userdata for pistol

This commit is contained in:
James B. Pollack 2016-02-02 17:39:43 -08:00
parent 6503fd6d46
commit 61daed5376
2 changed files with 48 additions and 48 deletions

View file

@ -299,7 +299,6 @@
},
dynamic: true,
userData: JSON.stringify({
grabbableKey: {
wearable: {
joints: {
RightHand: [{
@ -324,6 +323,7 @@
}]
}
},
grabbableKey: {
invertSolidWhileHeld: true
},
resetMe: {

View file

@ -283,7 +283,6 @@ MasterReset = function() {
damping: 0.5,
collisionSoundURL: "http://hifi-content.s3.amazonaws.com/james/pistol/sounds/drop.wav",
userData: JSON.stringify({
grabbableKey: {
wearable: {
joints: {
RightHand: [{
@ -308,6 +307,7 @@ MasterReset = function() {
}]
}
},
grabbableKey: {
invertSolidWhileHeld: true
},
resetMe: {