|
@@ -52,7 +52,7 @@ export class RotateService {
|
|
|
},
|
|
|
},
|
|
|
camera: {
|
|
|
- position: { x: -1139.3031005859375, y: 99.99999237060548, z: 120.0 },
|
|
|
+ position: { x: -1141.6719970703125, y: 94.03607940673828, z: 120.0 },
|
|
|
angle: {
|
|
|
pitch: 0,
|
|
|
yaw: 0,
|
|
@@ -70,7 +70,8 @@ export class RotateService {
|
|
|
|
|
|
user.appId = app_id;
|
|
|
user.userId = userId;
|
|
|
- user.breakPointId = this.configService.get('app.startPoint') || 0;
|
|
|
+ user.breakPointId = 29;
|
|
|
+ console.log('user-init', user);
|
|
|
this.users[userId] = user;
|
|
|
const reply = {
|
|
|
traceIds: [],
|