|
@@ -25,6 +25,7 @@ export default class App {
|
|
|
camera1.angularSensibilityX /= 2;
|
|
|
this.camera = camera1
|
|
|
this.lastCameraAlpha = 0
|
|
|
+ this.cameraControlEnable = true
|
|
|
|
|
|
// 人物相机射线
|
|
|
this.ray = new BABYLON.Ray(new BABYLON.Vector3(0,0,0), new BABYLON.Vector3(0,0,1), 50);
|
|
@@ -210,7 +211,7 @@ export default class App {
|
|
|
video: [pointData.id],
|
|
|
reverse: dirc < 0
|
|
|
}
|
|
|
- window.connection.socket.emit("getPush", sendData)
|
|
|
+ // window.connection.socket.emit("getPush", sendData)
|
|
|
|
|
|
this.rotateCamera(alphaOffset)
|
|
|
}
|