mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 12:17:31 +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,
|
||||
z: 0
|
||||
},
|
||||
velocity: {x: -0, y: -0.2, z: 0},
|
||||
rotation: waterCanRotation,
|
||||
userData: JSON.stringify({
|
||||
'hifiHomeKey': {
|
||||
|
|
|
@ -148,6 +148,10 @@
|
|||
x: 1099.8785,
|
||||
y: 460.3115,
|
||||
z: -84.7736
|
||||
}, {
|
||||
x: 0,
|
||||
y: 0,
|
||||
z: 0
|
||||
});
|
||||
|
||||
var pingPongGun = new _PingPongGun({
|
||||
|
|
Loading…
Reference in a new issue