xushiting 2 年之前
父節點
當前提交
773800c40e
共有 2 個文件被更改,包括 10 次插入1 次删除
  1. 1 1
      server/test/a0k4xu045_202305311600080410/attach/sceneStore
  2. 9 0
      src/graphic/Load.js

文件差異過大導致無法顯示
+ 1 - 1
server/test/a0k4xu045_202305311600080410/attach/sceneStore


+ 9 - 0
src/graphic/Load.js

@@ -178,9 +178,18 @@ export default class Load {
             //   this.getXY(width, height, data3d.fixPoints[i].pos)
             // );
             // point.setCategory(VectorCategory.Point.FixPoint);
+            console.log(
+              "001-fixPoints-" +
+                i +
+                ":" +
+                JSON.stringify(data3d.fixPoints[i].pos)
+            );
             let text = textService.create(
               this.getXY(width, height, data3d.fixPoints[i].pos)
             );
+            console.log(
+              "002-fixPoints-" + i + ":" + JSON.stringify(text.center)
+            );
             text.setValue(data3d.fixPoints[i].text);
             text.setAngle(angle);
           }