合并dev

This commit is contained in:
Hcat1314
2023-12-17 18:32:13 +08:00
21 changed files with 893 additions and 164 deletions

View File

@@ -25,7 +25,7 @@
import * as three from "three";
import ThreeDScene from "./sceneClass/demo.js";
import DevInfo from "./displayInfoComp/DevInfo.vue";
import editDialog from "./editEquComp/editDialog.vue";
import EditDialog from "./editEquComp/editDialog.vue";
// 导入模模型加载器
import { GLTFLoader } from "three/examples/jsm/loaders/GLTFLoader";
@@ -248,7 +248,7 @@ const ThreeConfig = {
</script>
<style lang="scss" scope>
<style lang="scss" scoped>
#scene {
position: relative;
height: 100%;