gemercheung 2 年之前
父节点
当前提交
7d72cc20ed
共有 1 个文件被更改,包括 8 次插入2 次删除
  1. 8 2
      src/rotate/rotate.service.ts

+ 8 - 2
src/rotate/rotate.service.ts

@@ -40,15 +40,21 @@ export class RotateService {
   private replys = {};
   private firstPoint = {
     player: {
-      position: { x: -600.0, y: -250.0, z: 0.0 }, //position: { x: -560.0, y: 320.0, z: 0.0 }, //{ x: -800.0, y: 100.0, z: 0.0 },
+      //position: { x: -600.0, y: -250.0, z: 0.0 }, //position: { x: -560.0, y: 320.0, z: 0.0 }, //{ x: -800.0, y: 100.0, z: 0.0 },
+      position: {
+        x: -560.0,
+        y: 320.0,
+        z: 0.0,
+      },
       angle: {
         pitch: 0,
         yaw: 0,
         roll: 0,
       },
     },
+    // {\"x\":-998.0,\"y\":319.9999694824219,\"z\":120.0}
     camera: {
-      position: { x: -1038.0, y: -249.99996948242188, z: 119.99998474121094 }, //{ x: -1141.6719970703125, y: 94.03607940673828, z: 120.0 },  //{ x: -998.0, y: 319.9999694824219, z: 120.0 }
+      position: { x: -998.0, y: 320, z: 120.0 }, //{ x: -1141.6719970703125, y: 94.03607940673828, z: 120.0 },  //{ x: -998.0, y: 319.9999694824219, z: 120.0 }
       angle: {
         pitch: 0,
         yaw: 0,