|
@@ -181,40 +181,30 @@ export default {
|
|
|
y: 0,
|
|
|
vx: 0,
|
|
|
vy: 0,
|
|
|
- ax: 0,
|
|
|
- ay: 0,
|
|
|
},
|
|
|
{
|
|
|
x: 0,
|
|
|
y: 0,
|
|
|
vx: 0,
|
|
|
vy: 0,
|
|
|
- ax: 0,
|
|
|
- ay: 0,
|
|
|
},
|
|
|
{
|
|
|
x: 0,
|
|
|
y: 0,
|
|
|
vx: 0,
|
|
|
vy: 0,
|
|
|
- ax: 0,
|
|
|
- ay: 0,
|
|
|
},
|
|
|
{
|
|
|
x: 0,
|
|
|
y: 0,
|
|
|
vx: 0,
|
|
|
vy: 0,
|
|
|
- ax: 0,
|
|
|
- ay: 0,
|
|
|
},
|
|
|
{
|
|
|
x: 0,
|
|
|
y: 0,
|
|
|
vx: 0,
|
|
|
vy: 0,
|
|
|
- ax: 0,
|
|
|
- ay: 0,
|
|
|
},
|
|
|
],
|
|
|
lastPushBubbleTime: null,
|
|
@@ -270,7 +260,6 @@ export default {
|
|
|
this.$router.push('treeSelection')
|
|
|
},
|
|
|
animate(callTime) {
|
|
|
- console.log('asdfsdf')
|
|
|
TWEEN.update()
|
|
|
for (let index = 0; index < 5; index++) {
|
|
|
const item = this.bubbleTranslation[index]
|