mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 19:23:28 +02:00
remove uneeded var
This commit is contained in:
parent
9015e98b70
commit
3e4bada313
1 changed files with 0 additions and 4 deletions
|
@ -71,10 +71,6 @@ function maybePlaySound(deltaTime) {
|
|||
var palm2Position = MyAvatar.getRightPalmPosition();
|
||||
var distanceBetween = Vec3.length(Vec3.subtract(palm1Position, palm2Position));
|
||||
|
||||
var palmPose = Controller.getPoseValue(Controller.Standard.LeftHand);
|
||||
|
||||
|
||||
|
||||
var palm1Velocity = Controller.getPoseValue(Controller.Standard.LeftHand).velocity;
|
||||
var palm2Velocity = Controller.getPoseValue(Controller.Standard.RightHand).velocity;
|
||||
var closingVelocity = Vec3.length(Vec3.subtract(palm1Velocity, palm2Velocity));
|
||||
|
|
Loading…
Reference in a new issue