|
@@ -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,
|