mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 16:41:02 +02:00
rotation can
This commit is contained in:
parent
dece01179e
commit
a36cc7862f
2 changed files with 5 additions and 0 deletions
|
@ -92,6 +92,7 @@ Plant = function(spawnPosition, spawnRotation) {
|
||||||
y: -2.0,
|
y: -2.0,
|
||||||
z: 0
|
z: 0
|
||||||
},
|
},
|
||||||
|
velocity: {x: -0, y: -0.2, z: 0},
|
||||||
rotation: waterCanRotation,
|
rotation: waterCanRotation,
|
||||||
userData: JSON.stringify({
|
userData: JSON.stringify({
|
||||||
'hifiHomeKey': {
|
'hifiHomeKey': {
|
||||||
|
|
|
@ -148,6 +148,10 @@
|
||||||
x: 1099.8785,
|
x: 1099.8785,
|
||||||
y: 460.3115,
|
y: 460.3115,
|
||||||
z: -84.7736
|
z: -84.7736
|
||||||
|
}, {
|
||||||
|
x: 0,
|
||||||
|
y: 0,
|
||||||
|
z: 0
|
||||||
});
|
});
|
||||||
|
|
||||||
var pingPongGun = new _PingPongGun({
|
var pingPongGun = new _PingPongGun({
|
||||||
|
|
Loading…
Reference in a new issue