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