mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Merge pull request #6299 from Atlante45/master
handControllerGrab.js fix
This commit is contained in:
commit
a85358085d
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue