Merge pull request #6 from imgntn/ericrius1-grabAPI

re add allTouchedIDs object
This commit is contained in:
Eric Levin 2015-09-24 16:39:13 -07:00
commit 6ea07f1e41

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();