Merge pull request #6299 from Atlante45/master

handControllerGrab.js fix
This commit is contained in:
Seth Alves 2015-11-03 16:11:18 -08:00
commit a85358085d

View file

@ -176,6 +176,9 @@ function MyController(hand) {
this.pointer = null; // entity-id of line object
this.triggerValue = 0; // rolling average of trigger value
this.rawTriggerValue = 0;
this.offsetPosition = { x: 0.0, y: 0.0, z: 0.0 };
this.offsetRotation = { x: 0.0, y: 0.0, z: 0.0, w: 1.0 };
var _this = this;