龚焕茏
2024-07-26 ab7f0a94ab8c2f04b5fe6d0db7ec88801a344ccb
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();
    }
}