re add allTouchedIDs object

This commit is contained in:
James Pollack 2015-09-24 16:35:59 -07:00
parent 8dacd736df
commit fd43956502

View file

@ -383,6 +383,7 @@ function MyController(hand, triggerAction) {
Entities.callEntityMethod(this.grabbedEntity, "continueNearGrabbingNonColliding");
};
_this.allTouchedIDs={};
this.touchTest = function() {
var maxDistance = 0.05;
var leftHandPosition = MyAvatar.getLeftPalmPosition();