xiangpei
2024-08-29 ca18425f8cb3b9e09cc1a1df31d7b91f77bb7566
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();
    }
}