12-3d
parent
a8504ae3e3
commit
8aacbde26b
|
@ -436,8 +436,7 @@ const send3D = () => {
|
|||
// 发送西小站三维移动位置
|
||||
|
||||
const list = {
|
||||
location: "(X=117.396,Y=38.887,Z=-105.568)",
|
||||
|
||||
location: "(X=-115266.854,Y=77915.687,Z=-10571.952)",
|
||||
rotation: "Pitch=-2.087,Yaw=-43.474,Roll=0.0",
|
||||
};
|
||||
|
||||
|
|
|
@ -702,7 +702,7 @@ onMounted(() => {
|
|||
const send3D = () => {
|
||||
// 显示城南位置
|
||||
const list = {
|
||||
location: "(X=117.327,Y=39.001,Z=44242.927)",
|
||||
location: "(X=-715146.324,Y=-1188697.616,Z=4422791.944)",
|
||||
rotation: "Pitch=-83.545,Yaw=-91.394,Roll=0",
|
||||
};
|
||||
api_send("CameraMove", list, () => {
|
||||
|
|
Loading…
Reference in New Issue