static/js/app.js
@@ -48,7 +48,7 @@ this.initPointLockControl(this); this.initFloor(); this.initBuilding(); this.initConvey(this); this.initConvey(); } this.animate = function () { requestAnimationFrame(this.animate.bind(this)); @@ -339,8 +339,9 @@ } } } this.initConvey = function (object) { var convey = new StoreConvey(this); this.initConvey = function () { let storeConvey = new StoreConvey(this, conveyObjects.objects) storeConvey.load(); } this.initStoreObjects = function (object) { if (this.firstTime === 1) {