added explanatory comment

This commit is contained in:
ericrius1 2015-10-12 17:34:50 -07:00
parent f93b1d3325
commit fb040426eb
2 changed files with 2 additions and 1 deletions

View file

@ -55,6 +55,7 @@
};
this.intersection = Entities.findRayIntersection(pickRay, true, [this.entityID]);
// this.intersection = Entities.findRayIntersection(pickRay, true);
},
releaseGrab: function() {

View file

@ -15,7 +15,7 @@
Script.include("../../libraries/utils.js");
var scriptURL = Script.resolvePath("whiteBoardEntityScript.js?v1" +Math.random());
var scriptURL = Script.resolvePath("whiteBoardEntityScript.js?v2");
var rotation = Quat.safeEulerAngles(Camera.getOrientation());
rotation = Quat.fromPitchYawRollDegrees(0, rotation.y, 0);