xiangpei
2024-08-12 55dee1e07a1569f57b38655e175dbda49a0699a8
src/views/screen/components/screen-map-three/experience/renderer.js
@@ -30,4 +30,8 @@
    update() {
        this.instance.render(this.scene, this.camera.instance);
    }
    destroy() {
        this.instance.dispose();
        this.instance.domElement.remove();
    }
}