Browse Source

[Wip 0000] 瓦斯抽采泵(地下)模型上传/替换

houzekong 3 months ago
parent
commit
4b8e565a50

+ 2 - 1
src/views/vent/monitorManager/gasPumpMonitor/gasPump.threejs.under.ts

@@ -6,7 +6,8 @@ import { CSS3DObject } from 'three/examples/jsm/renderers/CSS3DRenderer.js';
 
 class gasPumpUnder {
   model;
-  modelName = 'gasPumpUnder';
+  modelName = 'gas-pump-underground';
+  // modelName = 'gasPumpUnder';gas-pump-underground
   group: THREE.Object3D | null = null;
 
   constructor(model) {