人生啊人生 há 3 semanas atrás
pai
commit
d08cca9d62

+ 3 - 1
user_web/src/components/CarSimulation/CarThreeWorldEvent/CarThreeWorldEventMain.vue

@@ -1306,7 +1306,9 @@ const moveUpdateMouseStyle = () => {
                 "exhibition_html_1710385814466_电缆01_primitive1",
                 "exhibition_html_1710385814466_绕线车-电缆",
 
-                "model_1712911455459井盖002",
+                // "model_1712911455459井盖002",
+                "exhibition_html_1757570651053_井盖_primitive0",
+                "exhibition_html_1757570651053_井盖_primitive1",
 
                 "exhibition_html_1710385814466_上机_primitive0",
                 "exhibition_html_1710385814466_上机_primitive1",

+ 6 - 3
user_web/src/components/CarSimulation/CarThreeWorldEvent/event/CarTypeViewEvent.js

@@ -2803,14 +2803,17 @@ export class CarTypeViewEvent {
 
         if (
 
-            objMesh.id == "model_1712911455459井盖002"
+            // objMesh.id == "model_1712911455459井盖002"
+            objMesh.id == "exhibition_html_1757570651053_井盖_primitive0"
+            || objMesh.id == "exhibition_html_1757570651053_井盖_primitive1"
 
         ) {
             
             let list = [
                 
-                { "name" : "井盖002", "speed" : 3, "from" : 0, "to" : 120 },
-                { "name" : "井盖002|西区实训基地|BaseLayer", "speed" : 3, "from" : 0, "to" : 120 },
+                // { "name" : "井盖002", "speed" : 3, "from" : 0, "to" : 120 },
+                // { "name" : "井盖002|西区实训基地|BaseLayer", "speed" : 3, "from" : 0, "to" : 120 },
+                { "name" : "井盖", "speed" : 3, "from" : 0, "to" : 102 },
 
             ];
             

+ 11 - 2
user_web/src/components/ChengGuangYuanJing/store/CommonValStore.js

@@ -1072,7 +1072,9 @@ export const CommonValStore = defineStore('CommonValStore', () => {
                 ],
                 "heighLight" : [
 
-                    "model_1712911455459井盖002",
+                    // "model_1712911455459井盖002",
+                    "exhibition_html_1757570651053_井盖_primitive0",
+                    "exhibition_html_1757570651053_井盖_primitive1",
                     
                 ],
 
@@ -1271,7 +1273,14 @@ export const CommonValStore = defineStore('CommonValStore', () => {
                 "txt" : "电缆",
             },
 
-            "model_1712911455459井盖002" : {
+            // "model_1712911455459井盖002" : {
+            //     "txt" : "井盖",
+            // },
+
+            "exhibition_html_1757570651053_井盖_primitive0" : {
+                "txt" : "井盖",
+            },
+            "exhibition_html_1757570651053_井盖_primitive1" : {
                 "txt" : "井盖",
             },
 

+ 3 - 1
user_web/src/components/student/CourseChapter3d.vue

@@ -1126,7 +1126,9 @@ const moveUpdateMouseStyle = () => {
                 "exhibition_html_1710385814466_电缆01_primitive1",
                 "exhibition_html_1710385814466_绕线车-电缆",
 
-                "model_1712911455459井盖002",
+                // "model_1712911455459井盖002",
+                "exhibition_html_1757570651053_井盖_primitive0",
+                "exhibition_html_1757570651053_井盖_primitive1",
 
                 "exhibition_html_1710385814466_上机_primitive0",
                 "exhibition_html_1710385814466_上机_primitive1",

+ 9 - 3
user_web/src/components/student/event/TypeViewEvent.ts

@@ -877,6 +877,9 @@ export class TypeViewEvent {
                 list = [
                     { "name" : "井盖002", "speed" : 1, "from" : 0, "to" : 0 },
                     { "name" : "井盖002|西区实训基地|BaseLayer", "speed" : 1, "from" : 0, "to" : 0 },
+
+                    { "name" : "井盖", "speed" : 1, "from" : 0, "to" : 0 },
+
                 ];
                 break;
 
@@ -2522,14 +2525,17 @@ export class TypeViewEvent {
 
         if (
 
-            objMesh.id == "model_1712911455459井盖002"
+            // objMesh.id == "model_1712911455459井盖002"
+            objMesh.id == "exhibition_html_1757570651053_井盖_primitive0"
+            || objMesh.id == "exhibition_html_1757570651053_井盖_primitive1"
 
         ) {
             
             let list = [
                 
-                { "name" : "井盖002", "speed" : 3, "from" : 0, "to" : 120 },
-                { "name" : "井盖002|西区实训基地|BaseLayer", "speed" : 3, "from" : 0, "to" : 120 },
+                // { "name" : "井盖002", "speed" : 3, "from" : 0, "to" : 120 },
+                // { "name" : "井盖002|西区实训基地|BaseLayer", "speed" : 3, "from" : 0, "to" : 120 },
+                { "name" : "井盖", "speed" : 3, "from" : 0, "to" : 102 },
 
             ];
             

+ 10 - 2
user_web/src/stores/threeWorld.ts

@@ -1074,7 +1074,9 @@ export const threeWorld = defineStore('threeWorld', () => {
                 ],
                 "heighLight" : [
 
-                    "model_1712911455459井盖002",
+                    // "model_1712911455459井盖002",
+                    "exhibition_html_1757570651053_井盖_primitive0",
+                    "exhibition_html_1757570651053_井盖_primitive1",
                     
                 ],
 
@@ -1276,7 +1278,13 @@ export const threeWorld = defineStore('threeWorld', () => {
                 "txt" : "电缆",
             },
 
-            "model_1712911455459井盖002" : {
+            // "model_1712911455459井盖002" : {
+            //     "txt" : "井盖",
+            // },
+            "exhibition_html_1757570651053_井盖_primitive0" : {
+                "txt" : "井盖",
+            },
+            "exhibition_html_1757570651053_井盖_primitive1" : {
                 "txt" : "井盖",
             },