修改4F agv

yangwl
夜笙歌 2 weeks ago
parent 769116bd9a
commit b63074611c

@ -339,6 +339,10 @@ export default {
setInterval(()=>{
this.updateAGVLocation(5*1000)
},5*1000)
setInterval(() => {
this.loopIndex = (this.loopIndex + 1) % 26
}, 1000 * 5)
function animate() {
requestAnimationFrame(animate)
TWEEN.update()

Loading…
Cancel
Save