@kq_npm/client3d_webgl_vue 4.5.29-beta → 4.5.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/adddata/index.js +519 -263
- package/adddata/style/adddata.css +1 -1
- package/aspectanalysis/index.js +201 -123
- package/baseterraingallery/index.js +123 -94
- package/baseterraingallery/style/baseterraingallery.css +1 -1
- package/boxclip/index.js +442 -249
- package/clientPrint/index.js +20228 -7467
- package/clientPrint/style/clientPrint.css +1 -1
- package/comparemap/index.js +243 -213
- package/compass/index.js +68 -74
- package/excavatefillanalysis/index.js +225 -143
- package/fixedzoomin/index.js +82 -72
- package/fixedzoomout/index.js +80 -71
- package/flight/index.js +371 -257
- package/flight/style/flight.css +1 -1
- package/floodanalysis/index.js +347 -199
- package/geologicalbodyanalysis/index.js +260 -166
- package/gpuspatialquery/index.js +359 -198
- package/hawkeye/index.js +100 -131
- package/headertemp/index.js +25 -14
- package/heatmap3d/index.js +678 -366
- package/heatmap3d/style/heatmap3d.css +1 -1
- package/index.js +19746 -6806
- package/isolineanalysis/index.js +1202 -504
- package/light/index.js +494 -349
- package/limitheightanalysis/index.js +223 -159
- package/measure/index.js +353 -198
- package/modelFlat/index.js +204 -167
- package/modelexcavate/index.js +191 -130
- package/modelfilter/index.js +271 -179
- package/modelprofileanalysis/index.js +316 -206
- package/modelselect/index.js +147 -142
- package/package.json +1 -1
- package/particleeffect/index.js +403 -225
- package/planeclip/index.js +300 -198
- package/resetview/index.js +52 -66
- package/roller/index.js +372 -304
- package/scaneffect/index.js +537 -230
- package/sceneadvancedtoimage/index.js +358 -205
- package/sceneadvancedtoimage/style/sceneadvancedtoimage.css +1 -1
- package/sceneapp/index.js +20228 -7467
- package/sceneset/index.js +864 -350
- package/scenetohdimage/index.js +297 -159
- package/scenetohdimage/style/scenetohdimage.css +1 -1
- package/sceneview/index.js +20228 -7467
- package/sceneview/style/sceneview.css +1 -1
- package/screenshot/index.js +301 -257
- package/shadowanalysis/index.js +405 -217
- package/sightlineanalysis/index.js +271 -183
- package/sightlineanalysis/style/divpoint.css +1 -1
- package/skylineanalysis/index.js +308 -160
- package/slopeanalysis/index.js +397 -227
- package/slopeaspectanalysis/index.js +485 -259
- package/statusbar/index.js +65 -88
- package/style.css +1 -1
- package/terrainoperation/index.js +237 -176
- package/terrainprofileanalysis/index.js +138 -120
- package/typhoontrac/index.js +1004 -234
- package/typhoontrac/style/typhoontrac.css +1 -1
- package/underground/index.js +61 -70
- package/videofusion/index.js +488 -265
- package/videoproject/index.js +490 -271
- package/viewshedanalysis/index.js +255 -151
- package/weathereffect/index.js +317 -166
- package/windyslicing/index.js +2198 -0
- package/windyslicing/style/index.js +3 -0
- package/windyslicing/style/windyslicing.css +1 -0
- package/wireframesketch/index.js +142 -110
package/videoproject/index.js
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
3
|
module.exports = factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/_utils/util"), require("@kq_npm/client_common_vue/init.js"));
|
|
4
4
|
else if(typeof define === 'function' && define.amd)
|
|
5
|
-
define(["vue", "@kq_npm/client_common_vue/_utils/gis-utils", "@kq_npm/client_common_vue/_utils/util", "@kq_npm/client_common_vue/init.js"], factory);
|
|
6
|
-
else
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
define("@kq_npm/client3d_webgl_vue", ["vue", "@kq_npm/client_common_vue/_utils/gis-utils", "@kq_npm/client_common_vue/_utils/util", "@kq_npm/client_common_vue/init.js"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["@kq_npm/client3d_webgl_vue"] = factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/_utils/util"), require("@kq_npm/client_common_vue/init.js"));
|
|
8
|
+
else
|
|
9
|
+
root["@kq_npm/client3d_webgl_vue"] = factory(root["Vue"], root["@kq_npm/client_common_vue/_utils/gis-utils"], root["@kq_npm/client_common_vue/_utils/util"], root["@kq_npm/client_common_vue/init.js"]);
|
|
10
10
|
})(this, function(__WEBPACK_EXTERNAL_MODULE__1895__, __WEBPACK_EXTERNAL_MODULE__7135__, __WEBPACK_EXTERNAL_MODULE__3458__, __WEBPACK_EXTERNAL_MODULE__7997__) {
|
|
11
11
|
return /******/ (function() { // webpackBootstrap
|
|
12
12
|
/******/ "use strict";
|
|
@@ -25,10 +25,12 @@ return /******/ (function() { // webpackBootstrap
|
|
|
25
25
|
*/
|
|
26
26
|
|
|
27
27
|
|
|
28
|
+
|
|
28
29
|
element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install = (Vue, opts) => {
|
|
29
30
|
_init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
|
|
30
31
|
Vue.component("KqMessage", element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
31
32
|
};
|
|
33
|
+
|
|
32
34
|
/* harmony default export */ __webpack_exports__["Z"] = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
33
35
|
|
|
34
36
|
/***/ }),
|
|
@@ -39,7 +41,8 @@ element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install =
|
|
|
39
41
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
40
42
|
/* harmony export */ "Z": function() { return /* binding */ VideoProjectViewModel; }
|
|
41
43
|
/* harmony export */ });
|
|
42
|
-
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
44
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
45
|
+
|
|
43
46
|
|
|
44
47
|
/*
|
|
45
48
|
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
@@ -47,20 +50,24 @@ element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install =
|
|
|
47
50
|
*/
|
|
48
51
|
//视频投放逻辑类
|
|
49
52
|
class VideoProjectViewModel {
|
|
53
|
+
//三维viewer对象
|
|
54
|
+
//视频投放存储参数对象
|
|
55
|
+
//视频投放对象
|
|
50
56
|
constructor(scenceView, options) {
|
|
51
57
|
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
52
|
-
|
|
58
|
+
|
|
53
59
|
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_options", {});
|
|
54
|
-
|
|
60
|
+
|
|
55
61
|
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_projectVideo", null);
|
|
56
|
-
|
|
62
|
+
|
|
57
63
|
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_videoElement", null);
|
|
64
|
+
|
|
58
65
|
this._options = Object.assign({}, options);
|
|
59
66
|
this._viewer = scenceView._viewer;
|
|
60
67
|
this._videoElement = this._createVideoElement();
|
|
61
|
-
}
|
|
68
|
+
} // 创建视频标签
|
|
69
|
+
|
|
62
70
|
|
|
63
|
-
// 创建视频标签
|
|
64
71
|
_createVideoElement() {
|
|
65
72
|
var videoElement = document.createElement('video');
|
|
66
73
|
videoElement.style.position = 'absolute';
|
|
@@ -74,9 +81,9 @@ class VideoProjectViewModel {
|
|
|
74
81
|
videoElement.muted = true;
|
|
75
82
|
document.body.appendChild(videoElement);
|
|
76
83
|
return videoElement;
|
|
77
|
-
}
|
|
84
|
+
} // 投放
|
|
85
|
+
|
|
78
86
|
|
|
79
|
-
// 投放
|
|
80
87
|
project() {
|
|
81
88
|
this.clear();
|
|
82
89
|
let position = Cesium.Cartesian3.clone(this._viewer.camera.positionWC);
|
|
@@ -94,6 +101,7 @@ class VideoProjectViewModel {
|
|
|
94
101
|
videoElement: this._videoElement
|
|
95
102
|
};
|
|
96
103
|
this._videoElement.src = this._options.videoPath;
|
|
104
|
+
|
|
97
105
|
if (this._options.projectType == 1) {
|
|
98
106
|
options.outline = this._options.showHideLine;
|
|
99
107
|
this._projectVideo = new Cesium.K3dProjectVideoPlane(options);
|
|
@@ -101,10 +109,11 @@ class VideoProjectViewModel {
|
|
|
101
109
|
options.showHelperPrimitive = this._options.showHideLine;
|
|
102
110
|
this._projectVideo = new Cesium.Kq3dProjectVideo(options);
|
|
103
111
|
}
|
|
112
|
+
|
|
104
113
|
this._viewer.scene.primitives.add(this._projectVideo);
|
|
105
|
-
}
|
|
114
|
+
} // 获取投放坐标
|
|
115
|
+
|
|
106
116
|
|
|
107
|
-
// 获取投放坐标
|
|
108
117
|
getProjectCoordinate() {
|
|
109
118
|
if (this._projectVideo) {
|
|
110
119
|
let cartographic = Cesium.Cartographic.fromCartesian(this._projectVideo.position);
|
|
@@ -114,18 +123,18 @@ class VideoProjectViewModel {
|
|
|
114
123
|
height: cartographic.height
|
|
115
124
|
};
|
|
116
125
|
}
|
|
117
|
-
}
|
|
126
|
+
} // 获取HeadingPitchRoll
|
|
127
|
+
|
|
118
128
|
|
|
119
|
-
// 获取HeadingPitchRoll
|
|
120
129
|
getHeadingPitchRoll() {
|
|
121
130
|
return {
|
|
122
131
|
heading: Math.round(Cesium.Math.toDegrees(this._options.heading)),
|
|
123
132
|
pitch: Math.round(Cesium.Math.toDegrees(this._options.pitch)),
|
|
124
133
|
roll: Math.round(Cesium.Math.toDegrees(this._options.roll))
|
|
125
134
|
};
|
|
126
|
-
}
|
|
135
|
+
} //飞入
|
|
136
|
+
|
|
127
137
|
|
|
128
|
-
//飞入
|
|
129
138
|
flyTo() {
|
|
130
139
|
if (this._projectVideo) {
|
|
131
140
|
this._viewer.camera.flyTo({
|
|
@@ -137,76 +146,77 @@ class VideoProjectViewModel {
|
|
|
137
146
|
}
|
|
138
147
|
});
|
|
139
148
|
}
|
|
140
|
-
}
|
|
149
|
+
} //清除全部
|
|
150
|
+
|
|
141
151
|
|
|
142
|
-
//清除全部
|
|
143
152
|
clear() {
|
|
144
153
|
this._projectVideo && this._projectVideo.destroy();
|
|
145
154
|
this._projectVideo = null;
|
|
146
|
-
}
|
|
155
|
+
} //销毁
|
|
156
|
+
|
|
147
157
|
|
|
148
|
-
//销毁
|
|
149
158
|
destroy() {
|
|
150
159
|
this.clear();
|
|
151
160
|
this._videoElement && document.body.removeChild(this._videoElement);
|
|
152
161
|
this._videoElement = null;
|
|
153
|
-
}
|
|
162
|
+
} // 设置坐标
|
|
163
|
+
|
|
154
164
|
|
|
155
|
-
// 设置坐标
|
|
156
165
|
setPosition(longitude, latitude, height) {
|
|
157
166
|
let position = Cesium.Cartesian3.fromDegrees(longitude, latitude, height);
|
|
158
167
|
this._projectVideo.position = position;
|
|
159
|
-
}
|
|
168
|
+
} // 设置视频路径
|
|
169
|
+
|
|
160
170
|
|
|
161
|
-
// 设置视频路径
|
|
162
171
|
setVideoPath(val) {
|
|
163
172
|
this._options.videoPath = val;
|
|
164
|
-
}
|
|
173
|
+
} // 设置投放类型, 1:平面上, 2: 模型上
|
|
174
|
+
|
|
165
175
|
|
|
166
|
-
// 设置投放类型, 1:平面上, 2: 模型上
|
|
167
176
|
setProjectType(val) {
|
|
168
177
|
this._options.projectType = Number(val);
|
|
169
|
-
}
|
|
178
|
+
} // 设置视场角度
|
|
179
|
+
|
|
170
180
|
|
|
171
|
-
// 设置视场角度
|
|
172
181
|
setFov(val) {
|
|
173
182
|
this._options.fov = Number(val);
|
|
174
183
|
if (this._projectVideo) this._projectVideo.fov = Cesium.Math.toRadians(this._options.fov);
|
|
175
|
-
}
|
|
184
|
+
} // 设置纵横比
|
|
185
|
+
|
|
176
186
|
|
|
177
|
-
// 设置纵横比
|
|
178
187
|
setAspectRatio(val) {
|
|
179
188
|
this._options.aspectRatio = Number(val);
|
|
180
189
|
if (this._projectVideo) this._projectVideo.aspectRatio = this._options.aspectRatio;
|
|
181
|
-
}
|
|
190
|
+
} // 设置投放距离
|
|
191
|
+
|
|
182
192
|
|
|
183
|
-
// 设置投放距离
|
|
184
193
|
setFar(val) {
|
|
185
194
|
this._options.far = Number(val);
|
|
186
195
|
if (this._projectVideo) this._projectVideo.far = this._options.far;
|
|
187
|
-
}
|
|
196
|
+
} // 设置朝向角
|
|
197
|
+
|
|
188
198
|
|
|
189
|
-
// 设置朝向角
|
|
190
199
|
setHeading(val) {
|
|
191
200
|
this._options.heading = Number(val);
|
|
192
201
|
if (this._projectVideo) this._projectVideo.heading = Cesium.Math.toRadians(this._options.heading);
|
|
193
|
-
}
|
|
202
|
+
} // 设置俯仰角
|
|
203
|
+
|
|
194
204
|
|
|
195
|
-
// 设置俯仰角
|
|
196
205
|
setPitch(val) {
|
|
197
206
|
this._options.pitch = Number(val);
|
|
198
207
|
if (this._projectVideo) this._projectVideo.pitch = Cesium.Math.toRadians(this._options.pitch);
|
|
199
|
-
}
|
|
208
|
+
} // 设置翻转角
|
|
209
|
+
|
|
200
210
|
|
|
201
|
-
// 设置翻转角
|
|
202
211
|
setRoll(val) {
|
|
203
212
|
this._options.roll = Number(val);
|
|
204
213
|
if (this._projectVideo) this._projectVideo.roll = Cesium.Math.toRadians(this._options.roll);
|
|
205
|
-
}
|
|
214
|
+
} // 显隐线框
|
|
215
|
+
|
|
206
216
|
|
|
207
|
-
// 显隐线框
|
|
208
217
|
showHideLine(val) {
|
|
209
218
|
this._options.showHideLine = val;
|
|
219
|
+
|
|
210
220
|
if (this._projectVideo) {
|
|
211
221
|
if (this._options.projectType == 1) {
|
|
212
222
|
this._projectVideo.outline = val;
|
|
@@ -215,6 +225,7 @@ class VideoProjectViewModel {
|
|
|
215
225
|
}
|
|
216
226
|
}
|
|
217
227
|
}
|
|
228
|
+
|
|
218
229
|
}
|
|
219
230
|
|
|
220
231
|
/***/ }),
|
|
@@ -226,27 +237,6 @@ module.exports = require("@kq_npm/client_icons_vue");
|
|
|
226
237
|
|
|
227
238
|
/***/ }),
|
|
228
239
|
|
|
229
|
-
/***/ 4360:
|
|
230
|
-
/***/ (function(module) {
|
|
231
|
-
|
|
232
|
-
module.exports = require("core-js/modules/web.url-search-params.delete.js");
|
|
233
|
-
|
|
234
|
-
/***/ }),
|
|
235
|
-
|
|
236
|
-
/***/ 8824:
|
|
237
|
-
/***/ (function(module) {
|
|
238
|
-
|
|
239
|
-
module.exports = require("core-js/modules/web.url-search-params.has.js");
|
|
240
|
-
|
|
241
|
-
/***/ }),
|
|
242
|
-
|
|
243
|
-
/***/ 2936:
|
|
244
|
-
/***/ (function(module) {
|
|
245
|
-
|
|
246
|
-
module.exports = require("core-js/modules/web.url-search-params.size.js");
|
|
247
|
-
|
|
248
|
-
/***/ }),
|
|
249
|
-
|
|
250
240
|
/***/ 9389:
|
|
251
241
|
/***/ (function(module) {
|
|
252
242
|
|
|
@@ -289,59 +279,27 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
|
|
|
289
279
|
|
|
290
280
|
/***/ }),
|
|
291
281
|
|
|
292
|
-
/***/
|
|
282
|
+
/***/ 8270:
|
|
293
283
|
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
294
284
|
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
309
|
-
}, _typeof(o);
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js
|
|
313
|
-
|
|
314
|
-
function toPrimitive(t, r) {
|
|
315
|
-
if ("object" != _typeof(t) || !t) return t;
|
|
316
|
-
var e = t[Symbol.toPrimitive];
|
|
317
|
-
if (void 0 !== e) {
|
|
318
|
-
var i = e.call(t, r || "default");
|
|
319
|
-
if ("object" != _typeof(i)) return i;
|
|
320
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
285
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
286
|
+
/* harmony export */ "Z": function() { return /* binding */ _defineProperty; }
|
|
287
|
+
/* harmony export */ });
|
|
288
|
+
function _defineProperty(obj, key, value) {
|
|
289
|
+
if (key in obj) {
|
|
290
|
+
Object.defineProperty(obj, key, {
|
|
291
|
+
value: value,
|
|
292
|
+
enumerable: true,
|
|
293
|
+
configurable: true,
|
|
294
|
+
writable: true
|
|
295
|
+
});
|
|
296
|
+
} else {
|
|
297
|
+
obj[key] = value;
|
|
321
298
|
}
|
|
322
|
-
return ("string" === r ? String : Number)(t);
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
function toPropertyKey(t) {
|
|
329
|
-
var i = toPrimitive(t, "string");
|
|
330
|
-
return "symbol" == _typeof(i) ? i : i + "";
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
334
299
|
|
|
335
|
-
|
|
336
|
-
return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
337
|
-
value: t,
|
|
338
|
-
enumerable: !0,
|
|
339
|
-
configurable: !0,
|
|
340
|
-
writable: !0
|
|
341
|
-
}) : e[r] = t, e;
|
|
300
|
+
return obj;
|
|
342
301
|
}
|
|
343
302
|
|
|
344
|
-
|
|
345
303
|
/***/ })
|
|
346
304
|
|
|
347
305
|
/******/ });
|
|
@@ -424,12 +382,6 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
424
382
|
"default": function() { return /* reexport */ VideoProject; }
|
|
425
383
|
});
|
|
426
384
|
|
|
427
|
-
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.delete.js"
|
|
428
|
-
var web_url_search_params_delete_js_ = __webpack_require__(4360);
|
|
429
|
-
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.has.js"
|
|
430
|
-
var web_url_search_params_has_js_ = __webpack_require__(8824);
|
|
431
|
-
// EXTERNAL MODULE: external "core-js/modules/web.url-search-params.size.js"
|
|
432
|
-
var web_url_search_params_size_js_ = __webpack_require__(2936);
|
|
433
385
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
434
386
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
435
387
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
@@ -444,10 +396,7 @@ var util_ = __webpack_require__(3458);
|
|
|
444
396
|
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
445
397
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
446
398
|
var message = __webpack_require__(1349);
|
|
447
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/videoproject/VideoProject.vue?vue&type=script&setup=true&lang=js
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
399
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/webgl/videoproject/VideoProject.vue?vue&type=script&setup=true&lang=js
|
|
451
400
|
|
|
452
401
|
const _hoisted_1 = {
|
|
453
402
|
class: "kq3d-video-project-box"
|
|
@@ -482,6 +431,7 @@ const __default__ = {
|
|
|
482
431
|
type: Boolean,
|
|
483
432
|
default: true
|
|
484
433
|
},
|
|
434
|
+
|
|
485
435
|
/**
|
|
486
436
|
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
487
437
|
*/
|
|
@@ -511,6 +461,7 @@ const __default__ = {
|
|
|
511
461
|
default: true
|
|
512
462
|
}
|
|
513
463
|
},
|
|
464
|
+
|
|
514
465
|
setup(__props, {
|
|
515
466
|
expose: __expose
|
|
516
467
|
}) {
|
|
@@ -518,9 +469,7 @@ const __default__ = {
|
|
|
518
469
|
const {
|
|
519
470
|
proxy
|
|
520
471
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
521
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
522
|
-
|
|
523
|
-
// 获取组件传参
|
|
472
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]); // 获取组件传参
|
|
524
473
|
|
|
525
474
|
const lonlatOffset = 0.000010;
|
|
526
475
|
const heightOffset = 10.0;
|
|
@@ -545,22 +494,18 @@ const __default__ = {
|
|
|
545
494
|
aspectRatio: props.settingParams && props.settingParams.aspectRatio || 1.6,
|
|
546
495
|
far: props.settingParams && props.settingParams.far || 50,
|
|
547
496
|
showHideLine: props.settingParams && props.settingParams.showHideLine !== undefined || true
|
|
548
|
-
});
|
|
497
|
+
}); // 显示坐标
|
|
498
|
+
|
|
499
|
+
let showCoordinate = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false); // 显示朝向角俯仰角翻转角
|
|
549
500
|
|
|
550
|
-
// 显示坐标
|
|
551
|
-
let showCoordinate = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
552
|
-
// 显示朝向角俯仰角翻转角
|
|
553
501
|
let showHpr = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
554
|
-
let viewModel = null;
|
|
502
|
+
let viewModel = null; // 组件容器Ref
|
|
555
503
|
|
|
556
|
-
//
|
|
557
|
-
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
504
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 生成组件默认header
|
|
558
505
|
|
|
559
|
-
// 生成组件默认header
|
|
560
506
|
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
561
|
-
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
507
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(); // 国际化
|
|
562
508
|
|
|
563
|
-
// 国际化
|
|
564
509
|
let {
|
|
565
510
|
locale,
|
|
566
511
|
messages
|
|
@@ -581,9 +526,8 @@ const __default__ = {
|
|
|
581
526
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.nextTick)(() => {
|
|
582
527
|
watchCreateHeaderTemp();
|
|
583
528
|
});
|
|
584
|
-
});
|
|
529
|
+
}); //父组 件ScenceView初始化完成后执行
|
|
585
530
|
|
|
586
|
-
//父组 件ScenceView初始化完成后执行
|
|
587
531
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
588
532
|
if (scenceView) {
|
|
589
533
|
let options = {
|
|
@@ -598,63 +542,74 @@ const __default__ = {
|
|
|
598
542
|
}
|
|
599
543
|
});
|
|
600
544
|
});
|
|
601
|
-
|
|
602
545
|
/**
|
|
603
546
|
* @description 监听header生成
|
|
604
547
|
*/
|
|
548
|
+
|
|
605
549
|
const watchCreateHeaderTemp = () => {
|
|
606
550
|
if (props.showHeaderTemp) {
|
|
607
551
|
// 生成headerTemp
|
|
608
552
|
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
|
|
609
553
|
}
|
|
610
554
|
};
|
|
555
|
+
|
|
611
556
|
function selectVideo(file) {
|
|
612
557
|
formItem.videoPath = file.name;
|
|
613
558
|
let url = URL.createObjectURL(file.raw);
|
|
614
559
|
viewModel.setVideoPath(url);
|
|
615
|
-
}
|
|
560
|
+
} // 参数改变
|
|
561
|
+
|
|
616
562
|
|
|
617
|
-
// 参数改变
|
|
618
563
|
function paramsChanged(key) {
|
|
619
564
|
switch (key) {
|
|
620
565
|
case "videoPath":
|
|
621
566
|
viewModel.setVideoPath(formItem.videoPath);
|
|
622
567
|
break;
|
|
568
|
+
|
|
623
569
|
case "projectType":
|
|
624
570
|
viewModel.setProjectType(formItem.projectType);
|
|
625
571
|
break;
|
|
572
|
+
|
|
626
573
|
case "fov":
|
|
627
574
|
viewModel.setFov(formItem.fov);
|
|
628
575
|
break;
|
|
576
|
+
|
|
629
577
|
case "aspectRatio":
|
|
630
578
|
viewModel.setAspectRatio(formItem.aspectRatio);
|
|
631
579
|
break;
|
|
580
|
+
|
|
632
581
|
case "far":
|
|
633
582
|
viewModel.setFar(formItem.far);
|
|
634
583
|
break;
|
|
584
|
+
|
|
635
585
|
case "heading":
|
|
636
586
|
viewModel.setHeading(formItem.heading);
|
|
637
587
|
break;
|
|
588
|
+
|
|
638
589
|
case "pitch":
|
|
639
590
|
viewModel.setPitch(formItem.pitch);
|
|
640
591
|
break;
|
|
592
|
+
|
|
641
593
|
case "roll":
|
|
642
594
|
viewModel.setRoll(formItem.roll);
|
|
643
595
|
break;
|
|
596
|
+
|
|
644
597
|
case "showHideLine":
|
|
645
598
|
viewModel.showHideLine(formItem.showHideLine);
|
|
646
599
|
break;
|
|
600
|
+
|
|
647
601
|
case "longitude":
|
|
648
602
|
case "latitude":
|
|
649
603
|
case "height":
|
|
650
604
|
viewModel.setPosition(formItem.longitude, formItem.latitude, formItem.height);
|
|
651
605
|
break;
|
|
606
|
+
|
|
652
607
|
default:
|
|
653
608
|
break;
|
|
654
609
|
}
|
|
655
|
-
}
|
|
610
|
+
} // 投放
|
|
611
|
+
|
|
656
612
|
|
|
657
|
-
// 投放
|
|
658
613
|
function project() {
|
|
659
614
|
if (formItem.videoPath === "") {
|
|
660
615
|
(0,message/* default */.Z)({
|
|
@@ -668,11 +623,12 @@ const __default__ = {
|
|
|
668
623
|
serHpr();
|
|
669
624
|
}
|
|
670
625
|
}
|
|
671
|
-
}
|
|
626
|
+
} // 设置坐标
|
|
627
|
+
|
|
672
628
|
|
|
673
|
-
// 设置坐标
|
|
674
629
|
function setCoordinate() {
|
|
675
630
|
let coordinate = viewModel.getProjectCoordinate();
|
|
631
|
+
|
|
676
632
|
if (coordinate) {
|
|
677
633
|
formItem.longitude = Number(coordinate.longitude.toFixed(6));
|
|
678
634
|
formItem.minLongitude = Number((formItem.longitude - lonlatOffset).toFixed(6));
|
|
@@ -685,57 +641,75 @@ const __default__ = {
|
|
|
685
641
|
formItem.maxHeight = formItem.height + heightOffset;
|
|
686
642
|
showCoordinate.value = true;
|
|
687
643
|
}
|
|
688
|
-
}
|
|
644
|
+
} // 设置朝向角俯仰角翻转角
|
|
645
|
+
|
|
689
646
|
|
|
690
|
-
// 设置朝向角俯仰角翻转角
|
|
691
647
|
function serHpr() {
|
|
692
648
|
let hpr = viewModel.getHeadingPitchRoll();
|
|
649
|
+
|
|
693
650
|
if (hpr) {
|
|
694
651
|
formItem.heading = hpr.heading;
|
|
695
652
|
formItem.pitch = hpr.pitch;
|
|
696
653
|
formItem.roll = hpr.roll;
|
|
697
654
|
showHpr.value = true;
|
|
698
655
|
}
|
|
699
|
-
}
|
|
656
|
+
} // 飞入
|
|
657
|
+
|
|
700
658
|
|
|
701
|
-
// 飞入
|
|
702
659
|
function flyTo() {
|
|
703
660
|
viewModel && viewModel.flyTo();
|
|
704
|
-
}
|
|
661
|
+
} // 清除
|
|
662
|
+
|
|
705
663
|
|
|
706
|
-
// 清除
|
|
707
664
|
function clearResult() {
|
|
708
665
|
showCoordinate.value = false;
|
|
709
666
|
showHpr.value = false;
|
|
710
667
|
viewModel && viewModel.clear();
|
|
711
|
-
}
|
|
668
|
+
} // 销毁
|
|
669
|
+
|
|
712
670
|
|
|
713
|
-
// 销毁
|
|
714
671
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
715
672
|
viewModel && viewModel.destroy();
|
|
716
673
|
});
|
|
674
|
+
|
|
717
675
|
__expose({
|
|
718
676
|
paramsChanged,
|
|
719
677
|
project,
|
|
720
678
|
flyTo,
|
|
721
679
|
clearResult
|
|
722
680
|
});
|
|
681
|
+
|
|
723
682
|
return (_ctx, _cache) => {
|
|
724
683
|
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
684
|
+
|
|
725
685
|
const _component_kq_icon = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-icon");
|
|
686
|
+
|
|
726
687
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
688
|
+
|
|
727
689
|
const _component_kq_upload = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-upload");
|
|
690
|
+
|
|
728
691
|
const _component_kq_input = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input");
|
|
692
|
+
|
|
729
693
|
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
694
|
+
|
|
730
695
|
const _component_kq_radio = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio");
|
|
696
|
+
|
|
731
697
|
const _component_kq_radio_group = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio-group");
|
|
698
|
+
|
|
732
699
|
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
700
|
+
|
|
733
701
|
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
702
|
+
|
|
734
703
|
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
704
|
+
|
|
735
705
|
const _component_kq_switch = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-switch");
|
|
706
|
+
|
|
736
707
|
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
708
|
+
|
|
737
709
|
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
710
|
+
|
|
738
711
|
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
712
|
+
|
|
739
713
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
740
714
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-video-project", {
|
|
741
715
|
'kq-box-shadow': __props.showShadow
|
|
@@ -746,7 +720,9 @@ const __default__ = {
|
|
|
746
720
|
key: 0,
|
|
747
721
|
ref_key: "headerTempRef",
|
|
748
722
|
ref: headerTempRef
|
|
749
|
-
}, null, 512
|
|
723
|
+
}, null, 512
|
|
724
|
+
/* NEED_PATCH */
|
|
725
|
+
)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
750
726
|
gutter: 20,
|
|
751
727
|
class: "rowClass"
|
|
752
728
|
}, {
|
|
@@ -754,8 +730,12 @@ const __default__ = {
|
|
|
754
730
|
span: 6,
|
|
755
731
|
class: "colClass"
|
|
756
732
|
}, {
|
|
757
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_2, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).videoPath), 1
|
|
758
|
-
|
|
733
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_2, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).videoPath), 1
|
|
734
|
+
/* TEXT */
|
|
735
|
+
)]),
|
|
736
|
+
_: 1
|
|
737
|
+
/* STABLE */
|
|
738
|
+
|
|
759
739
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
760
740
|
span: 18
|
|
761
741
|
}, {
|
|
@@ -776,17 +756,31 @@ const __default__ = {
|
|
|
776
756
|
size: 16
|
|
777
757
|
}, {
|
|
778
758
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(client_icons_vue_.IconFolder2))]),
|
|
779
|
-
_: 1
|
|
759
|
+
_: 1
|
|
760
|
+
/* STABLE */
|
|
761
|
+
|
|
780
762
|
})]),
|
|
781
|
-
_: 1
|
|
763
|
+
_: 1
|
|
764
|
+
/* STABLE */
|
|
765
|
+
|
|
782
766
|
})]),
|
|
783
|
-
_: 1
|
|
767
|
+
_: 1
|
|
768
|
+
/* STABLE */
|
|
769
|
+
|
|
784
770
|
})]),
|
|
785
|
-
_: 1
|
|
786
|
-
|
|
787
|
-
|
|
771
|
+
_: 1
|
|
772
|
+
/* STABLE */
|
|
773
|
+
|
|
774
|
+
}, 8
|
|
775
|
+
/* PROPS */
|
|
776
|
+
, ["modelValue", "placeholder"])]),
|
|
777
|
+
_: 1
|
|
778
|
+
/* STABLE */
|
|
779
|
+
|
|
788
780
|
})]),
|
|
789
|
-
_: 1
|
|
781
|
+
_: 1
|
|
782
|
+
/* STABLE */
|
|
783
|
+
|
|
790
784
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
791
785
|
gutter: 20,
|
|
792
786
|
class: "rowClass"
|
|
@@ -795,8 +789,12 @@ const __default__ = {
|
|
|
795
789
|
span: 6,
|
|
796
790
|
class: "colClass"
|
|
797
791
|
}, {
|
|
798
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_3, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).projectTo), 1
|
|
799
|
-
|
|
792
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_3, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).projectTo), 1
|
|
793
|
+
/* TEXT */
|
|
794
|
+
)]),
|
|
795
|
+
_: 1
|
|
796
|
+
/* STABLE */
|
|
797
|
+
|
|
800
798
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
801
799
|
span: 18
|
|
802
800
|
}, {
|
|
@@ -808,25 +806,45 @@ const __default__ = {
|
|
|
808
806
|
label: 1,
|
|
809
807
|
onChange: _cache[2] || (_cache[2] = $event => paramsChanged('projectType'))
|
|
810
808
|
}, {
|
|
811
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).onPlane), 1
|
|
812
|
-
|
|
809
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).onPlane), 1
|
|
810
|
+
/* TEXT */
|
|
811
|
+
)]),
|
|
812
|
+
_: 1
|
|
813
|
+
/* STABLE */
|
|
814
|
+
|
|
813
815
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio, {
|
|
814
816
|
label: 2,
|
|
815
817
|
onChange: _cache[3] || (_cache[3] = $event => paramsChanged('projectType'))
|
|
816
818
|
}, {
|
|
817
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).onModel), 1
|
|
818
|
-
|
|
819
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).onModel), 1
|
|
820
|
+
/* TEXT */
|
|
821
|
+
)]),
|
|
822
|
+
_: 1
|
|
823
|
+
/* STABLE */
|
|
824
|
+
|
|
819
825
|
})]),
|
|
820
|
-
_: 1
|
|
821
|
-
|
|
822
|
-
|
|
826
|
+
_: 1
|
|
827
|
+
/* STABLE */
|
|
828
|
+
|
|
829
|
+
}, 8
|
|
830
|
+
/* PROPS */
|
|
831
|
+
, ["modelValue"])]),
|
|
832
|
+
_: 1
|
|
833
|
+
/* STABLE */
|
|
834
|
+
|
|
823
835
|
})]),
|
|
824
|
-
_: 1
|
|
836
|
+
_: 1
|
|
837
|
+
/* STABLE */
|
|
838
|
+
|
|
825
839
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
826
840
|
class: "kq3d-video-project-tip"
|
|
827
841
|
}, {
|
|
828
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).videoProjectTips), 1
|
|
829
|
-
|
|
842
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).videoProjectTips), 1
|
|
843
|
+
/* TEXT */
|
|
844
|
+
)]),
|
|
845
|
+
_: 1
|
|
846
|
+
/* STABLE */
|
|
847
|
+
|
|
830
848
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
831
849
|
"model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).collapseValue,
|
|
832
850
|
class: "kq3d-video-project-collapse"
|
|
@@ -858,8 +876,12 @@ const __default__ = {
|
|
|
858
876
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLongitude,
|
|
859
877
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLongitude,
|
|
860
878
|
onChange: _cache[6] || (_cache[6] = $event => paramsChanged('longitude'))
|
|
861
|
-
}, null, 8
|
|
862
|
-
|
|
879
|
+
}, null, 8
|
|
880
|
+
/* PROPS */
|
|
881
|
+
, ["modelValue", "step", "min", "max"])]),
|
|
882
|
+
_: 1
|
|
883
|
+
/* STABLE */
|
|
884
|
+
|
|
863
885
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
864
886
|
span: 8,
|
|
865
887
|
style: {
|
|
@@ -867,15 +889,29 @@ const __default__ = {
|
|
|
867
889
|
"padding-left": "8px"
|
|
868
890
|
}
|
|
869
891
|
}, {
|
|
870
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).longitude), 1
|
|
871
|
-
|
|
892
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).longitude), 1
|
|
893
|
+
/* TEXT */
|
|
894
|
+
)]),
|
|
895
|
+
_: 1
|
|
896
|
+
/* STABLE */
|
|
897
|
+
|
|
872
898
|
})]),
|
|
873
|
-
_: 1
|
|
899
|
+
_: 1
|
|
900
|
+
/* STABLE */
|
|
901
|
+
|
|
874
902
|
})]),
|
|
875
|
-
_: 1
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
903
|
+
_: 1
|
|
904
|
+
/* STABLE */
|
|
905
|
+
|
|
906
|
+
}, 8
|
|
907
|
+
/* PROPS */
|
|
908
|
+
, ["label"])]),
|
|
909
|
+
_: 1
|
|
910
|
+
/* STABLE */
|
|
911
|
+
|
|
912
|
+
}, 512
|
|
913
|
+
/* NEED_PATCH */
|
|
914
|
+
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showCoordinate)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
879
915
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
880
916
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).latitude + '(°)'
|
|
881
917
|
}, {
|
|
@@ -894,8 +930,12 @@ const __default__ = {
|
|
|
894
930
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minLatitude,
|
|
895
931
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxLatitude,
|
|
896
932
|
onChange: _cache[8] || (_cache[8] = $event => paramsChanged('latitude'))
|
|
897
|
-
}, null, 8
|
|
898
|
-
|
|
933
|
+
}, null, 8
|
|
934
|
+
/* PROPS */
|
|
935
|
+
, ["modelValue", "step", "min", "max"])]),
|
|
936
|
+
_: 1
|
|
937
|
+
/* STABLE */
|
|
938
|
+
|
|
899
939
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
900
940
|
span: 8,
|
|
901
941
|
style: {
|
|
@@ -903,15 +943,29 @@ const __default__ = {
|
|
|
903
943
|
"padding-left": "8px"
|
|
904
944
|
}
|
|
905
945
|
}, {
|
|
906
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).latitude), 1
|
|
907
|
-
|
|
946
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).latitude), 1
|
|
947
|
+
/* TEXT */
|
|
948
|
+
)]),
|
|
949
|
+
_: 1
|
|
950
|
+
/* STABLE */
|
|
951
|
+
|
|
908
952
|
})]),
|
|
909
|
-
_: 1
|
|
953
|
+
_: 1
|
|
954
|
+
/* STABLE */
|
|
955
|
+
|
|
910
956
|
})]),
|
|
911
|
-
_: 1
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
957
|
+
_: 1
|
|
958
|
+
/* STABLE */
|
|
959
|
+
|
|
960
|
+
}, 8
|
|
961
|
+
/* PROPS */
|
|
962
|
+
, ["label"])]),
|
|
963
|
+
_: 1
|
|
964
|
+
/* STABLE */
|
|
965
|
+
|
|
966
|
+
}, 512
|
|
967
|
+
/* NEED_PATCH */
|
|
968
|
+
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showCoordinate)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
915
969
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
916
970
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).height + '(m)'
|
|
917
971
|
}, {
|
|
@@ -930,8 +984,12 @@ const __default__ = {
|
|
|
930
984
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight,
|
|
931
985
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight,
|
|
932
986
|
onChange: _cache[10] || (_cache[10] = $event => paramsChanged('height'))
|
|
933
|
-
}, null, 8
|
|
934
|
-
|
|
987
|
+
}, null, 8
|
|
988
|
+
/* PROPS */
|
|
989
|
+
, ["modelValue", "step", "min", "max"])]),
|
|
990
|
+
_: 1
|
|
991
|
+
/* STABLE */
|
|
992
|
+
|
|
935
993
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
936
994
|
span: 8,
|
|
937
995
|
style: {
|
|
@@ -939,15 +997,29 @@ const __default__ = {
|
|
|
939
997
|
"padding-left": "8px"
|
|
940
998
|
}
|
|
941
999
|
}, {
|
|
942
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).height), 1
|
|
943
|
-
|
|
1000
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).height), 1
|
|
1001
|
+
/* TEXT */
|
|
1002
|
+
)]),
|
|
1003
|
+
_: 1
|
|
1004
|
+
/* STABLE */
|
|
1005
|
+
|
|
944
1006
|
})]),
|
|
945
|
-
_: 1
|
|
1007
|
+
_: 1
|
|
1008
|
+
/* STABLE */
|
|
1009
|
+
|
|
946
1010
|
})]),
|
|
947
|
-
_: 1
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
1011
|
+
_: 1
|
|
1012
|
+
/* STABLE */
|
|
1013
|
+
|
|
1014
|
+
}, 8
|
|
1015
|
+
/* PROPS */
|
|
1016
|
+
, ["label"])]),
|
|
1017
|
+
_: 1
|
|
1018
|
+
/* STABLE */
|
|
1019
|
+
|
|
1020
|
+
}, 512
|
|
1021
|
+
/* NEED_PATCH */
|
|
1022
|
+
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showCoordinate)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
951
1023
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
952
1024
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).videoFov
|
|
953
1025
|
}, {
|
|
@@ -966,8 +1038,12 @@ const __default__ = {
|
|
|
966
1038
|
min: 10,
|
|
967
1039
|
max: 120,
|
|
968
1040
|
onChange: _cache[12] || (_cache[12] = $event => paramsChanged('fov'))
|
|
969
|
-
}, null, 8
|
|
970
|
-
|
|
1041
|
+
}, null, 8
|
|
1042
|
+
/* PROPS */
|
|
1043
|
+
, ["modelValue"])]),
|
|
1044
|
+
_: 1
|
|
1045
|
+
/* STABLE */
|
|
1046
|
+
|
|
971
1047
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
972
1048
|
span: 8
|
|
973
1049
|
}, {
|
|
@@ -979,14 +1055,26 @@ const __default__ = {
|
|
|
979
1055
|
max: 120,
|
|
980
1056
|
"controls-position": "right",
|
|
981
1057
|
onChange: _cache[14] || (_cache[14] = $event => paramsChanged('fov'))
|
|
982
|
-
}, null, 8
|
|
983
|
-
|
|
1058
|
+
}, null, 8
|
|
1059
|
+
/* PROPS */
|
|
1060
|
+
, ["modelValue"])]),
|
|
1061
|
+
_: 1
|
|
1062
|
+
/* STABLE */
|
|
1063
|
+
|
|
984
1064
|
})]),
|
|
985
|
-
_: 1
|
|
1065
|
+
_: 1
|
|
1066
|
+
/* STABLE */
|
|
1067
|
+
|
|
986
1068
|
})]),
|
|
987
|
-
_: 1
|
|
988
|
-
|
|
989
|
-
|
|
1069
|
+
_: 1
|
|
1070
|
+
/* STABLE */
|
|
1071
|
+
|
|
1072
|
+
}, 8
|
|
1073
|
+
/* PROPS */
|
|
1074
|
+
, ["label"])]),
|
|
1075
|
+
_: 1
|
|
1076
|
+
/* STABLE */
|
|
1077
|
+
|
|
990
1078
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
991
1079
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
992
1080
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).aspectRatio
|
|
@@ -1006,8 +1094,12 @@ const __default__ = {
|
|
|
1006
1094
|
min: 0.5,
|
|
1007
1095
|
max: 2,
|
|
1008
1096
|
onChange: _cache[16] || (_cache[16] = $event => paramsChanged('aspectRatio'))
|
|
1009
|
-
}, null, 8
|
|
1010
|
-
|
|
1097
|
+
}, null, 8
|
|
1098
|
+
/* PROPS */
|
|
1099
|
+
, ["modelValue", "step", "min"])]),
|
|
1100
|
+
_: 1
|
|
1101
|
+
/* STABLE */
|
|
1102
|
+
|
|
1011
1103
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1012
1104
|
span: 8
|
|
1013
1105
|
}, {
|
|
@@ -1019,14 +1111,26 @@ const __default__ = {
|
|
|
1019
1111
|
max: 2,
|
|
1020
1112
|
"controls-position": "right",
|
|
1021
1113
|
onChange: _cache[18] || (_cache[18] = $event => paramsChanged('aspectRatio'))
|
|
1022
|
-
}, null, 8
|
|
1023
|
-
|
|
1114
|
+
}, null, 8
|
|
1115
|
+
/* PROPS */
|
|
1116
|
+
, ["modelValue", "step", "min"])]),
|
|
1117
|
+
_: 1
|
|
1118
|
+
/* STABLE */
|
|
1119
|
+
|
|
1024
1120
|
})]),
|
|
1025
|
-
_: 1
|
|
1121
|
+
_: 1
|
|
1122
|
+
/* STABLE */
|
|
1123
|
+
|
|
1026
1124
|
})]),
|
|
1027
|
-
_: 1
|
|
1028
|
-
|
|
1029
|
-
|
|
1125
|
+
_: 1
|
|
1126
|
+
/* STABLE */
|
|
1127
|
+
|
|
1128
|
+
}, 8
|
|
1129
|
+
/* PROPS */
|
|
1130
|
+
, ["label"])]),
|
|
1131
|
+
_: 1
|
|
1132
|
+
/* STABLE */
|
|
1133
|
+
|
|
1030
1134
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1031
1135
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
1032
1136
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).farDistance
|
|
@@ -1046,8 +1150,12 @@ const __default__ = {
|
|
|
1046
1150
|
min: 10,
|
|
1047
1151
|
max: 200,
|
|
1048
1152
|
onChange: _cache[20] || (_cache[20] = $event => paramsChanged('far'))
|
|
1049
|
-
}, null, 8
|
|
1050
|
-
|
|
1153
|
+
}, null, 8
|
|
1154
|
+
/* PROPS */
|
|
1155
|
+
, ["modelValue", "step"])]),
|
|
1156
|
+
_: 1
|
|
1157
|
+
/* STABLE */
|
|
1158
|
+
|
|
1051
1159
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1052
1160
|
span: 8
|
|
1053
1161
|
}, {
|
|
@@ -1059,14 +1167,26 @@ const __default__ = {
|
|
|
1059
1167
|
max: 200,
|
|
1060
1168
|
"controls-position": "right",
|
|
1061
1169
|
onChange: _cache[22] || (_cache[22] = $event => paramsChanged('far'))
|
|
1062
|
-
}, null, 8
|
|
1063
|
-
|
|
1170
|
+
}, null, 8
|
|
1171
|
+
/* PROPS */
|
|
1172
|
+
, ["modelValue", "step"])]),
|
|
1173
|
+
_: 1
|
|
1174
|
+
/* STABLE */
|
|
1175
|
+
|
|
1064
1176
|
})]),
|
|
1065
|
-
_: 1
|
|
1177
|
+
_: 1
|
|
1178
|
+
/* STABLE */
|
|
1179
|
+
|
|
1066
1180
|
})]),
|
|
1067
|
-
_: 1
|
|
1068
|
-
|
|
1069
|
-
|
|
1181
|
+
_: 1
|
|
1182
|
+
/* STABLE */
|
|
1183
|
+
|
|
1184
|
+
}, 8
|
|
1185
|
+
/* PROPS */
|
|
1186
|
+
, ["label"])]),
|
|
1187
|
+
_: 1
|
|
1188
|
+
/* STABLE */
|
|
1189
|
+
|
|
1070
1190
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1071
1191
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
1072
1192
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).heading
|
|
@@ -1086,8 +1206,12 @@ const __default__ = {
|
|
|
1086
1206
|
min: 0,
|
|
1087
1207
|
max: 360,
|
|
1088
1208
|
onChange: _cache[24] || (_cache[24] = $event => paramsChanged('heading'))
|
|
1089
|
-
}, null, 8
|
|
1090
|
-
|
|
1209
|
+
}, null, 8
|
|
1210
|
+
/* PROPS */
|
|
1211
|
+
, ["modelValue"])]),
|
|
1212
|
+
_: 1
|
|
1213
|
+
/* STABLE */
|
|
1214
|
+
|
|
1091
1215
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1092
1216
|
span: 8
|
|
1093
1217
|
}, {
|
|
@@ -1099,15 +1223,29 @@ const __default__ = {
|
|
|
1099
1223
|
max: 360,
|
|
1100
1224
|
"controls-position": "right",
|
|
1101
1225
|
onChange: _cache[26] || (_cache[26] = $event => paramsChanged('heading'))
|
|
1102
|
-
}, null, 8
|
|
1103
|
-
|
|
1226
|
+
}, null, 8
|
|
1227
|
+
/* PROPS */
|
|
1228
|
+
, ["modelValue"])]),
|
|
1229
|
+
_: 1
|
|
1230
|
+
/* STABLE */
|
|
1231
|
+
|
|
1104
1232
|
})]),
|
|
1105
|
-
_: 1
|
|
1233
|
+
_: 1
|
|
1234
|
+
/* STABLE */
|
|
1235
|
+
|
|
1106
1236
|
})]),
|
|
1107
|
-
_: 1
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1237
|
+
_: 1
|
|
1238
|
+
/* STABLE */
|
|
1239
|
+
|
|
1240
|
+
}, 8
|
|
1241
|
+
/* PROPS */
|
|
1242
|
+
, ["label"])]),
|
|
1243
|
+
_: 1
|
|
1244
|
+
/* STABLE */
|
|
1245
|
+
|
|
1246
|
+
}, 512
|
|
1247
|
+
/* NEED_PATCH */
|
|
1248
|
+
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showHpr)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1111
1249
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
1112
1250
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).pitch
|
|
1113
1251
|
}, {
|
|
@@ -1126,8 +1264,12 @@ const __default__ = {
|
|
|
1126
1264
|
min: -90,
|
|
1127
1265
|
max: 90,
|
|
1128
1266
|
onChange: _cache[28] || (_cache[28] = $event => paramsChanged('pitch'))
|
|
1129
|
-
}, null, 8
|
|
1130
|
-
|
|
1267
|
+
}, null, 8
|
|
1268
|
+
/* PROPS */
|
|
1269
|
+
, ["modelValue"])]),
|
|
1270
|
+
_: 1
|
|
1271
|
+
/* STABLE */
|
|
1272
|
+
|
|
1131
1273
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1132
1274
|
span: 8
|
|
1133
1275
|
}, {
|
|
@@ -1139,15 +1281,29 @@ const __default__ = {
|
|
|
1139
1281
|
max: 90,
|
|
1140
1282
|
"controls-position": "right",
|
|
1141
1283
|
onChange: _cache[30] || (_cache[30] = $event => paramsChanged('pitch'))
|
|
1142
|
-
}, null, 8
|
|
1143
|
-
|
|
1284
|
+
}, null, 8
|
|
1285
|
+
/* PROPS */
|
|
1286
|
+
, ["modelValue"])]),
|
|
1287
|
+
_: 1
|
|
1288
|
+
/* STABLE */
|
|
1289
|
+
|
|
1144
1290
|
})]),
|
|
1145
|
-
_: 1
|
|
1291
|
+
_: 1
|
|
1292
|
+
/* STABLE */
|
|
1293
|
+
|
|
1146
1294
|
})]),
|
|
1147
|
-
_: 1
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1295
|
+
_: 1
|
|
1296
|
+
/* STABLE */
|
|
1297
|
+
|
|
1298
|
+
}, 8
|
|
1299
|
+
/* PROPS */
|
|
1300
|
+
, ["label"])]),
|
|
1301
|
+
_: 1
|
|
1302
|
+
/* STABLE */
|
|
1303
|
+
|
|
1304
|
+
}, 512
|
|
1305
|
+
/* NEED_PATCH */
|
|
1306
|
+
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showHpr)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1151
1307
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
1152
1308
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).roll
|
|
1153
1309
|
}, {
|
|
@@ -1166,8 +1322,12 @@ const __default__ = {
|
|
|
1166
1322
|
min: 0,
|
|
1167
1323
|
max: 360,
|
|
1168
1324
|
onChange: _cache[32] || (_cache[32] = $event => paramsChanged('roll'))
|
|
1169
|
-
}, null, 8
|
|
1170
|
-
|
|
1325
|
+
}, null, 8
|
|
1326
|
+
/* PROPS */
|
|
1327
|
+
, ["modelValue"])]),
|
|
1328
|
+
_: 1
|
|
1329
|
+
/* STABLE */
|
|
1330
|
+
|
|
1171
1331
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1172
1332
|
span: 8
|
|
1173
1333
|
}, {
|
|
@@ -1179,15 +1339,29 @@ const __default__ = {
|
|
|
1179
1339
|
max: 360,
|
|
1180
1340
|
"controls-position": "right",
|
|
1181
1341
|
onChange: _cache[34] || (_cache[34] = $event => paramsChanged('roll'))
|
|
1182
|
-
}, null, 8
|
|
1183
|
-
|
|
1342
|
+
}, null, 8
|
|
1343
|
+
/* PROPS */
|
|
1344
|
+
, ["modelValue"])]),
|
|
1345
|
+
_: 1
|
|
1346
|
+
/* STABLE */
|
|
1347
|
+
|
|
1184
1348
|
})]),
|
|
1185
|
-
_: 1
|
|
1349
|
+
_: 1
|
|
1350
|
+
/* STABLE */
|
|
1351
|
+
|
|
1186
1352
|
})]),
|
|
1187
|
-
_: 1
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1353
|
+
_: 1
|
|
1354
|
+
/* STABLE */
|
|
1355
|
+
|
|
1356
|
+
}, 8
|
|
1357
|
+
/* PROPS */
|
|
1358
|
+
, ["label"])]),
|
|
1359
|
+
_: 1
|
|
1360
|
+
/* STABLE */
|
|
1361
|
+
|
|
1362
|
+
}, 512
|
|
1363
|
+
/* NEED_PATCH */
|
|
1364
|
+
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showHpr)]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
1191
1365
|
style: {
|
|
1192
1366
|
"margin-bottom": "8px"
|
|
1193
1367
|
}
|
|
@@ -1210,43 +1384,86 @@ const __default__ = {
|
|
|
1210
1384
|
"onUpdate:modelValue": _cache[35] || (_cache[35] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).showHideLine = $event),
|
|
1211
1385
|
"controls-position": "left",
|
|
1212
1386
|
onChange: _cache[36] || (_cache[36] = $event => paramsChanged('showHideLine'))
|
|
1213
|
-
}, null, 8
|
|
1214
|
-
|
|
1387
|
+
}, null, 8
|
|
1388
|
+
/* PROPS */
|
|
1389
|
+
, ["modelValue"])]),
|
|
1390
|
+
_: 1
|
|
1391
|
+
/* STABLE */
|
|
1392
|
+
|
|
1215
1393
|
})]),
|
|
1216
|
-
_: 1
|
|
1394
|
+
_: 1
|
|
1395
|
+
/* STABLE */
|
|
1396
|
+
|
|
1217
1397
|
})]),
|
|
1218
|
-
_: 1
|
|
1219
|
-
|
|
1220
|
-
|
|
1398
|
+
_: 1
|
|
1399
|
+
/* STABLE */
|
|
1400
|
+
|
|
1401
|
+
}, 8
|
|
1402
|
+
/* PROPS */
|
|
1403
|
+
, ["label"])]),
|
|
1404
|
+
_: 1
|
|
1405
|
+
/* STABLE */
|
|
1406
|
+
|
|
1221
1407
|
})]),
|
|
1222
|
-
_: 1
|
|
1408
|
+
_: 1
|
|
1409
|
+
/* STABLE */
|
|
1410
|
+
|
|
1223
1411
|
})]),
|
|
1224
|
-
_: 1
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1412
|
+
_: 1
|
|
1413
|
+
/* STABLE */
|
|
1414
|
+
|
|
1415
|
+
}, 8
|
|
1416
|
+
/* PROPS */
|
|
1417
|
+
, ["title"])]),
|
|
1418
|
+
_: 1
|
|
1419
|
+
/* STABLE */
|
|
1420
|
+
|
|
1421
|
+
}, 8
|
|
1422
|
+
/* PROPS */
|
|
1423
|
+
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_4, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1228
1424
|
onClick: _cache[37] || (_cache[37] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => project(), ["stop"])),
|
|
1229
1425
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).project,
|
|
1230
1426
|
type: "primary"
|
|
1231
1427
|
}, {
|
|
1232
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).project), 1
|
|
1233
|
-
|
|
1234
|
-
|
|
1428
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).project), 1
|
|
1429
|
+
/* TEXT */
|
|
1430
|
+
)]),
|
|
1431
|
+
_: 1
|
|
1432
|
+
/* STABLE */
|
|
1433
|
+
|
|
1434
|
+
}, 8
|
|
1435
|
+
/* PROPS */
|
|
1436
|
+
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1235
1437
|
onClick: _cache[38] || (_cache[38] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => flyTo(), ["stop"])),
|
|
1236
1438
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).flyTo,
|
|
1237
1439
|
type: "primary"
|
|
1238
1440
|
}, {
|
|
1239
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).flyTo), 1
|
|
1240
|
-
|
|
1241
|
-
|
|
1441
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).flyTo), 1
|
|
1442
|
+
/* TEXT */
|
|
1443
|
+
)]),
|
|
1444
|
+
_: 1
|
|
1445
|
+
/* STABLE */
|
|
1446
|
+
|
|
1447
|
+
}, 8
|
|
1448
|
+
/* PROPS */
|
|
1449
|
+
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1242
1450
|
onClick: _cache[39] || (_cache[39] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
|
|
1243
1451
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clear
|
|
1244
1452
|
}, {
|
|
1245
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clear), 1
|
|
1246
|
-
|
|
1247
|
-
|
|
1453
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clear), 1
|
|
1454
|
+
/* TEXT */
|
|
1455
|
+
)]),
|
|
1456
|
+
_: 1
|
|
1457
|
+
/* STABLE */
|
|
1458
|
+
|
|
1459
|
+
}, 8
|
|
1460
|
+
/* PROPS */
|
|
1461
|
+
, ["title"])])])], 2
|
|
1462
|
+
/* CLASS */
|
|
1463
|
+
);
|
|
1248
1464
|
};
|
|
1249
1465
|
}
|
|
1466
|
+
|
|
1250
1467
|
}));
|
|
1251
1468
|
;// CONCATENATED MODULE: ./src/webgl/videoproject/VideoProject.vue?vue&type=script&setup=true&lang=js
|
|
1252
1469
|
|
|
@@ -1268,11 +1485,13 @@ var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
|
1268
1485
|
|
|
1269
1486
|
|
|
1270
1487
|
|
|
1488
|
+
|
|
1271
1489
|
VideoProject.install = (Vue, opts) => {
|
|
1272
1490
|
init_js_default()(Vue, opts);
|
|
1273
1491
|
Vue.component(VideoProject.name, VideoProject);
|
|
1274
1492
|
};
|
|
1275
1493
|
|
|
1494
|
+
|
|
1276
1495
|
}();
|
|
1277
1496
|
/******/ return __webpack_exports__;
|
|
1278
1497
|
/******/ })()
|