ZhangXianQiang
2024-04-26 e97f91c5f1f2bd2f2fcc05c233f54b9f2536588b
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();
    }
}