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);
           }