add blade tip previous pos vector
This commit is contained in:
@@ -18,6 +18,7 @@ AFRAME.registerComponent('saber-controls', {
|
|||||||
this.controllerType = '';
|
this.controllerType = '';
|
||||||
this.bladeEl = el.querySelector('.blade');
|
this.bladeEl = el.querySelector('.blade');
|
||||||
this.bladeTipPosition = new THREE.Vector3();
|
this.bladeTipPosition = new THREE.Vector3();
|
||||||
|
this.bladeTipPreviousPosition = new THREE.Vector3();
|
||||||
this.swinging = false;
|
this.swinging = false;
|
||||||
this.strokeCount = 0;
|
this.strokeCount = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user