mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 14:42:19 +02:00
Guitar fix
Guitar position fix
This commit is contained in:
parent
23559743d9
commit
d15ae92e1e
1 changed files with 1 additions and 1 deletions
|
@ -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++) {
|
||||
|
|
Loading…
Reference in a new issue