mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 19:53:30 +02:00
Merge pull request #4062 from cozza13/20258
CR for Job #20258 - Fix the guitar script
This commit is contained in:
commit
4ac1b6179c
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