mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-09 09:12:50 +02:00
grabbing works with left hand for ping pong gun now
This commit is contained in:
parent
2dbb3bd84a
commit
2c02e7ad63
2 changed files with 2 additions and 2 deletions
|
@ -1125,7 +1125,7 @@
|
|||
z: 503.39
|
||||
};
|
||||
|
||||
var rotation = Quat.fromPitchYawRollDegrees(0, 36, 0);
|
||||
var rotation = Quat.fromPitchYawRollDegrees(0, 0, 0);
|
||||
|
||||
var pingPongGun = Entities.addEntity({
|
||||
type: "Model",
|
||||
|
|
|
@ -1106,7 +1106,7 @@ MasterReset = function() {
|
|||
z: 503.39
|
||||
};
|
||||
|
||||
var rotation = Quat.fromPitchYawRollDegrees(0, 36, 0);
|
||||
var rotation = Quat.fromPitchYawRollDegrees(0, 0, 0);
|
||||
|
||||
var pingPongGun = Entities.addEntity({
|
||||
type: "Model",
|
||||
|
|
Loading…
Reference in a new issue