From d15ae92e1edee91ddd9f1956e9216fa2c41a78c2 Mon Sep 17 00:00:00 2001 From: Chris Collins Date: Wed, 7 Jan 2015 13:40:36 -0800 Subject: [PATCH] Guitar fix Guitar position fix --- examples/controllers/hydra/airGuitar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/controllers/hydra/airGuitar.js b/examples/controllers/hydra/airGuitar.js index 91e4728933..6d3d374f3a 100644 --- a/examples/controllers/hydra/airGuitar.js +++ b/examples/controllers/hydra/airGuitar.js @@ -73,7 +73,7 @@ var soundPlaying = false; var selectorPressed = false; var position; -MyAvatar.attach(guitarModel, "Hips", {x: -0.0, y: -0.0, z: 0.0}, Quat.fromPitchYawRollDegrees(0, 0, 0), 1.0); +MyAvatar.attach(guitarModel, "Hips", {x: -0.2, y: 0.0, z: 0.1}, Quat.fromPitchYawRollDegrees(90, 00, 90), 1.0); function checkHands(deltaTime) { for (var palm = 0; palm < 2; palm++) {