mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-19 08:29:09 +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
|
z: 503.39
|
||||||
};
|
};
|
||||||
|
|
||||||
var rotation = Quat.fromPitchYawRollDegrees(0, 36, 0);
|
var rotation = Quat.fromPitchYawRollDegrees(0, 0, 0);
|
||||||
|
|
||||||
var pingPongGun = Entities.addEntity({
|
var pingPongGun = Entities.addEntity({
|
||||||
type: "Model",
|
type: "Model",
|
||||||
|
|
|
@ -1106,7 +1106,7 @@ MasterReset = function() {
|
||||||
z: 503.39
|
z: 503.39
|
||||||
};
|
};
|
||||||
|
|
||||||
var rotation = Quat.fromPitchYawRollDegrees(0, 36, 0);
|
var rotation = Quat.fromPitchYawRollDegrees(0, 0, 0);
|
||||||
|
|
||||||
var pingPongGun = Entities.addEntity({
|
var pingPongGun = Entities.addEntity({
|
||||||
type: "Model",
|
type: "Model",
|
||||||
|
|
Loading…
Reference in a new issue