#
luxiaotao1123
2024-10-22 213de676b386af4a195df899c23d057d889095d1
zy-acs-flow/src/map/insight/agv/AgvThree.js
@@ -169,10 +169,14 @@
        }
        this.camera = null;
        this.objects = [];
        while (this.dom?.firstChild) {
        if (this.dom) {
            while (this.dom.firstChild) {
                if (this.dom.contains(this.dom.firstChild)) {
            this.dom.removeChild(this.dom.firstChild);
        }
    }
        }
    }
    removeEntity = (object) => {
        if (object.material) object.material.dispose();