deeptwins-cesium-engine 0.0.39 → 0.0.40

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.
Files changed (104) hide show
  1. package/Build/Workers/chunk-22YARAUJ.js +629 -0
  2. package/Build/Workers/chunk-2HVM4MOI.js +220 -0
  3. package/Build/Workers/chunk-2PWEYBYR.js +75 -0
  4. package/Build/Workers/chunk-2ZI2BRKI.js +37 -0
  5. package/Build/Workers/chunk-3Q6HPHTH.js +684 -0
  6. package/Build/Workers/chunk-4LE3SGQH.js +634 -0
  7. package/Build/Workers/chunk-5IBSBFAA.js +287 -0
  8. package/Build/Workers/chunk-5ZELPLWF.js +58 -0
  9. package/Build/Workers/chunk-73EDFMPB.js +1073 -0
  10. package/Build/Workers/chunk-ALIDMMNJ.js +10357 -0
  11. package/Build/Workers/chunk-AXTXYHVG.js +59 -0
  12. package/Build/Workers/chunk-B3DSUDQQ.js +101 -0
  13. package/Build/Workers/chunk-B7R4KLQV.js +959 -0
  14. package/Build/Workers/chunk-CET7MMFD.js +1055 -0
  15. package/Build/Workers/chunk-DGWWFN6L.js +102 -0
  16. package/Build/Workers/chunk-DPZEBUVY.js +122 -0
  17. package/Build/Workers/chunk-EKUYACAZ.js +163 -0
  18. package/Build/Workers/chunk-ETQJFLBY.js +435 -0
  19. package/Build/Workers/chunk-HDJDQBU6.js +758 -0
  20. package/Build/Workers/chunk-HOO3H5M5.js +171 -0
  21. package/Build/Workers/chunk-JRFRSSGD.js +1800 -0
  22. package/Build/Workers/chunk-KMDXAR34.js +1481 -0
  23. package/Build/Workers/chunk-KZDZFG2L.js +157 -0
  24. package/Build/Workers/chunk-LDXSEGOX.js +2857 -0
  25. package/Build/Workers/chunk-LYJFG66W.js +196 -0
  26. package/Build/Workers/chunk-N2UJHZ4W.js +368 -0
  27. package/Build/Workers/chunk-NZU4VBYI.js +834 -0
  28. package/Build/Workers/chunk-OY2Z6SFD.js +100 -0
  29. package/Build/Workers/chunk-PA4JZFFM.js +353 -0
  30. package/Build/Workers/chunk-QUJ6BNQF.js +39 -0
  31. package/Build/Workers/chunk-ROPEB47Y.js +300 -0
  32. package/Build/Workers/chunk-S3RIIJID.js +781 -0
  33. package/Build/Workers/chunk-SPS2I45W.js +73 -0
  34. package/Build/Workers/chunk-TBJBVKDE.js +262 -0
  35. package/Build/Workers/chunk-TJAONFQM.js +44 -0
  36. package/Build/Workers/chunk-TJNJ6CLS.js +239 -0
  37. package/Build/Workers/chunk-U4SUBL6L.js +390 -0
  38. package/Build/Workers/chunk-U6RITS73.js +456 -0
  39. package/Build/Workers/chunk-UHPBZJQF.js +2717 -0
  40. package/Build/Workers/chunk-UHS2YM44.js +115 -0
  41. package/Build/Workers/chunk-UN3RMNI2.js +500 -0
  42. package/Build/Workers/chunk-UYS2HZVM.js +421 -0
  43. package/Build/Workers/chunk-VSEDVQN7.js +305 -0
  44. package/Build/Workers/chunk-W7KOAHR2.js +691 -0
  45. package/Build/Workers/chunk-WGHS4HMU.js +55 -0
  46. package/Build/Workers/chunk-XV4SYFDP.js +138 -0
  47. package/Build/Workers/chunk-XX7RETEX.js +1258 -0
  48. package/Build/Workers/chunk-XYMJZUFF.js +476 -0
  49. package/Build/Workers/chunk-YCU6WHSN.js +963 -0
  50. package/Build/Workers/chunk-YWEX5QFW.js +398 -0
  51. package/Build/Workers/chunk-Z2WOKKJM.js +511 -0
  52. package/Build/Workers/chunk-ZYUOPFWQ.js +139 -0
  53. package/Build/Workers/combineGeometry.js +22 -22
  54. package/Build/Workers/createBoxGeometry.js +16 -16
  55. package/Build/Workers/createBoxOutlineGeometry.js +14 -14
  56. package/Build/Workers/createCircleGeometry.js +24 -24
  57. package/Build/Workers/createCircleOutlineGeometry.js +17 -17
  58. package/Build/Workers/createCoplanarPolygonGeometry.js +31 -31
  59. package/Build/Workers/createCoplanarPolygonOutlineGeometry.js +29 -29
  60. package/Build/Workers/createCorridorGeometry.js +27 -27
  61. package/Build/Workers/createCorridorOutlineGeometry.js +26 -26
  62. package/Build/Workers/createCylinderGeometry.js +18 -18
  63. package/Build/Workers/createCylinderOutlineGeometry.js +16 -16
  64. package/Build/Workers/createEllipseGeometry.js +24 -24
  65. package/Build/Workers/createEllipseOutlineGeometry.js +17 -17
  66. package/Build/Workers/createEllipsoidGeometry.js +17 -17
  67. package/Build/Workers/createEllipsoidOutlineGeometry.js +16 -16
  68. package/Build/Workers/createFrustumGeometry.js +16 -16
  69. package/Build/Workers/createFrustumOutlineGeometry.js +16 -16
  70. package/Build/Workers/createGeometry.js +22 -22
  71. package/Build/Workers/createGroundPolylineGeometry.js +20 -20
  72. package/Build/Workers/createPlaneGeometry.js +14 -14
  73. package/Build/Workers/createPlaneOutlineGeometry.js +13 -13
  74. package/Build/Workers/createPolygonGeometry.js +30 -30
  75. package/Build/Workers/createPolygonOutlineGeometry.js +28 -28
  76. package/Build/Workers/createPolylineGeometry.js +23 -23
  77. package/Build/Workers/createPolylineVolumeGeometry.js +29 -29
  78. package/Build/Workers/createPolylineVolumeOutlineGeometry.js +25 -25
  79. package/Build/Workers/createRectangleGeometry.js +25 -25
  80. package/Build/Workers/createRectangleOutlineGeometry.js +18 -18
  81. package/Build/Workers/createSimplePolylineGeometry.js +21 -21
  82. package/Build/Workers/createSphereGeometry.js +17 -17
  83. package/Build/Workers/createSphereOutlineGeometry.js +16 -16
  84. package/Build/Workers/createTaskProcessorWorker.js +3 -3
  85. package/Build/Workers/createVectorTileClampedPolylines.js +13 -13
  86. package/Build/Workers/createVectorTileGeometries.js +22 -22
  87. package/Build/Workers/createVectorTilePoints.js +12 -12
  88. package/Build/Workers/createVectorTilePolygons.js +20 -20
  89. package/Build/Workers/createVectorTilePolylines.js +13 -13
  90. package/Build/Workers/createVerticesFromGoogleEarthEnterpriseBuffer.js +20 -20
  91. package/Build/Workers/createVerticesFromHeightmap.js +20 -20
  92. package/Build/Workers/createVerticesFromQuantizedTerrainMesh.js +17 -17
  93. package/Build/Workers/createWallGeometry.js +22 -22
  94. package/Build/Workers/createWallOutlineGeometry.js +21 -21
  95. package/Build/Workers/decodeDraco.js +11 -11
  96. package/Build/Workers/decodeGoogleEarthEnterprisePacket.js +5 -5
  97. package/Build/Workers/decodeI3S.js +10 -10
  98. package/Build/Workers/transcodeKTX2.js +7 -7
  99. package/Build/Workers/transferTypedArrayTest.js +1 -1
  100. package/Build/Workers/upsampleQuantizedTerrainMesh.js +20 -20
  101. package/Source/Scene/Billboard.js +22 -0
  102. package/Source/Scene/BillboardTexture.js +92 -2
  103. package/index.js +97 -97
  104. package/package.json +1 -1
@@ -0,0 +1,287 @@
1
+ /**
2
+ * @license
3
+ * Cesium - https://github.com/CesiumGS/cesium
4
+ * Version 0.0.39
5
+ *
6
+ * Copyright 2011-2022 Cesium Contributors
7
+ *
8
+ * Licensed under the Apache License, Version 2.0 (the "License");
9
+ * you may not use this file except in compliance with the License.
10
+ * You may obtain a copy of the License at
11
+ *
12
+ * http://www.apache.org/licenses/LICENSE-2.0
13
+ *
14
+ * Unless required by applicable law or agreed to in writing, software
15
+ * distributed under the License is distributed on an "AS IS" BASIS,
16
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
+ * See the License for the specific language governing permissions and
18
+ * limitations under the License.
19
+ *
20
+ * Columbus View (Pat. Pend.)
21
+ *
22
+ * Portions licensed separately.
23
+ * See https://github.com/CesiumGS/cesium/blob/main/LICENSE.md for full licensing details.
24
+ */
25
+
26
+ import {
27
+ AxisAlignedBoundingBox_default
28
+ } from "./chunk-KZDZFG2L.js";
29
+ import {
30
+ IntersectionTests_default,
31
+ Ray_default
32
+ } from "./chunk-XX7RETEX.js";
33
+ import {
34
+ Plane_default
35
+ } from "./chunk-HOO3H5M5.js";
36
+ import {
37
+ Cartesian4_default,
38
+ Matrix4_default,
39
+ Transforms_default
40
+ } from "./chunk-ALIDMMNJ.js";
41
+ import {
42
+ Cartesian2_default,
43
+ Cartesian3_default,
44
+ Ellipsoid_default
45
+ } from "./chunk-LDXSEGOX.js";
46
+ import {
47
+ defaultValue_default
48
+ } from "./chunk-QUJ6BNQF.js";
49
+ import {
50
+ Check_default,
51
+ DeveloperError_default
52
+ } from "./chunk-EKUYACAZ.js";
53
+ import {
54
+ defined_default
55
+ } from "./chunk-2PWEYBYR.js";
56
+
57
+ // packages/engine/Source/Core/EllipsoidTangentPlane.js
58
+ var scratchCart4 = new Cartesian4_default();
59
+ function EllipsoidTangentPlane(origin, ellipsoid) {
60
+ Check_default.defined("origin", origin);
61
+ ellipsoid = defaultValue_default(ellipsoid, Ellipsoid_default.default);
62
+ origin = ellipsoid.scaleToGeodeticSurface(origin);
63
+ if (!defined_default(origin)) {
64
+ throw new DeveloperError_default(
65
+ "origin must not be at the center of the ellipsoid."
66
+ );
67
+ }
68
+ const eastNorthUp = Transforms_default.eastNorthUpToFixedFrame(origin, ellipsoid);
69
+ this._ellipsoid = ellipsoid;
70
+ this._origin = origin;
71
+ this._xAxis = Cartesian3_default.fromCartesian4(
72
+ Matrix4_default.getColumn(eastNorthUp, 0, scratchCart4)
73
+ );
74
+ this._yAxis = Cartesian3_default.fromCartesian4(
75
+ Matrix4_default.getColumn(eastNorthUp, 1, scratchCart4)
76
+ );
77
+ const normal = Cartesian3_default.fromCartesian4(
78
+ Matrix4_default.getColumn(eastNorthUp, 2, scratchCart4)
79
+ );
80
+ this._plane = Plane_default.fromPointNormal(origin, normal);
81
+ }
82
+ Object.defineProperties(EllipsoidTangentPlane.prototype, {
83
+ /**
84
+ * Gets the ellipsoid.
85
+ * @memberof EllipsoidTangentPlane.prototype
86
+ * @type {Ellipsoid}
87
+ */
88
+ ellipsoid: {
89
+ get: function() {
90
+ return this._ellipsoid;
91
+ }
92
+ },
93
+ /**
94
+ * Gets the origin.
95
+ * @memberof EllipsoidTangentPlane.prototype
96
+ * @type {Cartesian3}
97
+ */
98
+ origin: {
99
+ get: function() {
100
+ return this._origin;
101
+ }
102
+ },
103
+ /**
104
+ * Gets the plane which is tangent to the ellipsoid.
105
+ * @memberof EllipsoidTangentPlane.prototype
106
+ * @readonly
107
+ * @type {Plane}
108
+ */
109
+ plane: {
110
+ get: function() {
111
+ return this._plane;
112
+ }
113
+ },
114
+ /**
115
+ * Gets the local X-axis (east) of the tangent plane.
116
+ * @memberof EllipsoidTangentPlane.prototype
117
+ * @readonly
118
+ * @type {Cartesian3}
119
+ */
120
+ xAxis: {
121
+ get: function() {
122
+ return this._xAxis;
123
+ }
124
+ },
125
+ /**
126
+ * Gets the local Y-axis (north) of the tangent plane.
127
+ * @memberof EllipsoidTangentPlane.prototype
128
+ * @readonly
129
+ * @type {Cartesian3}
130
+ */
131
+ yAxis: {
132
+ get: function() {
133
+ return this._yAxis;
134
+ }
135
+ },
136
+ /**
137
+ * Gets the local Z-axis (up) of the tangent plane.
138
+ * @memberof EllipsoidTangentPlane.prototype
139
+ * @readonly
140
+ * @type {Cartesian3}
141
+ */
142
+ zAxis: {
143
+ get: function() {
144
+ return this._plane.normal;
145
+ }
146
+ }
147
+ });
148
+ var tmp = new AxisAlignedBoundingBox_default();
149
+ EllipsoidTangentPlane.fromPoints = function(cartesians, ellipsoid) {
150
+ Check_default.defined("cartesians", cartesians);
151
+ const box = AxisAlignedBoundingBox_default.fromPoints(cartesians, tmp);
152
+ return new EllipsoidTangentPlane(box.center, ellipsoid);
153
+ };
154
+ var scratchProjectPointOntoPlaneRay = new Ray_default();
155
+ var scratchProjectPointOntoPlaneCartesian3 = new Cartesian3_default();
156
+ EllipsoidTangentPlane.prototype.projectPointOntoPlane = function(cartesian, result) {
157
+ Check_default.defined("cartesian", cartesian);
158
+ const ray = scratchProjectPointOntoPlaneRay;
159
+ ray.origin = cartesian;
160
+ Cartesian3_default.normalize(cartesian, ray.direction);
161
+ let intersectionPoint = IntersectionTests_default.rayPlane(
162
+ ray,
163
+ this._plane,
164
+ scratchProjectPointOntoPlaneCartesian3
165
+ );
166
+ if (!defined_default(intersectionPoint)) {
167
+ Cartesian3_default.negate(ray.direction, ray.direction);
168
+ intersectionPoint = IntersectionTests_default.rayPlane(
169
+ ray,
170
+ this._plane,
171
+ scratchProjectPointOntoPlaneCartesian3
172
+ );
173
+ }
174
+ if (defined_default(intersectionPoint)) {
175
+ const v = Cartesian3_default.subtract(
176
+ intersectionPoint,
177
+ this._origin,
178
+ intersectionPoint
179
+ );
180
+ const x = Cartesian3_default.dot(this._xAxis, v);
181
+ const y = Cartesian3_default.dot(this._yAxis, v);
182
+ if (!defined_default(result)) {
183
+ return new Cartesian2_default(x, y);
184
+ }
185
+ result.x = x;
186
+ result.y = y;
187
+ return result;
188
+ }
189
+ return void 0;
190
+ };
191
+ EllipsoidTangentPlane.prototype.projectPointsOntoPlane = function(cartesians, result) {
192
+ Check_default.defined("cartesians", cartesians);
193
+ if (!defined_default(result)) {
194
+ result = [];
195
+ }
196
+ let count = 0;
197
+ const length = cartesians.length;
198
+ for (let i = 0; i < length; i++) {
199
+ const p = this.projectPointOntoPlane(cartesians[i], result[count]);
200
+ if (defined_default(p)) {
201
+ result[count] = p;
202
+ count++;
203
+ }
204
+ }
205
+ result.length = count;
206
+ return result;
207
+ };
208
+ EllipsoidTangentPlane.prototype.projectPointToNearestOnPlane = function(cartesian, result) {
209
+ Check_default.defined("cartesian", cartesian);
210
+ if (!defined_default(result)) {
211
+ result = new Cartesian2_default();
212
+ }
213
+ const ray = scratchProjectPointOntoPlaneRay;
214
+ ray.origin = cartesian;
215
+ Cartesian3_default.clone(this._plane.normal, ray.direction);
216
+ let intersectionPoint = IntersectionTests_default.rayPlane(
217
+ ray,
218
+ this._plane,
219
+ scratchProjectPointOntoPlaneCartesian3
220
+ );
221
+ if (!defined_default(intersectionPoint)) {
222
+ Cartesian3_default.negate(ray.direction, ray.direction);
223
+ intersectionPoint = IntersectionTests_default.rayPlane(
224
+ ray,
225
+ this._plane,
226
+ scratchProjectPointOntoPlaneCartesian3
227
+ );
228
+ }
229
+ const v = Cartesian3_default.subtract(
230
+ intersectionPoint,
231
+ this._origin,
232
+ intersectionPoint
233
+ );
234
+ const x = Cartesian3_default.dot(this._xAxis, v);
235
+ const y = Cartesian3_default.dot(this._yAxis, v);
236
+ result.x = x;
237
+ result.y = y;
238
+ return result;
239
+ };
240
+ EllipsoidTangentPlane.prototype.projectPointsToNearestOnPlane = function(cartesians, result) {
241
+ Check_default.defined("cartesians", cartesians);
242
+ if (!defined_default(result)) {
243
+ result = [];
244
+ }
245
+ const length = cartesians.length;
246
+ result.length = length;
247
+ for (let i = 0; i < length; i++) {
248
+ result[i] = this.projectPointToNearestOnPlane(cartesians[i], result[i]);
249
+ }
250
+ return result;
251
+ };
252
+ var projectPointsOntoEllipsoidScratch = new Cartesian3_default();
253
+ EllipsoidTangentPlane.prototype.projectPointOntoEllipsoid = function(cartesian, result) {
254
+ Check_default.defined("cartesian", cartesian);
255
+ if (!defined_default(result)) {
256
+ result = new Cartesian3_default();
257
+ }
258
+ const ellipsoid = this._ellipsoid;
259
+ const origin = this._origin;
260
+ const xAxis = this._xAxis;
261
+ const yAxis = this._yAxis;
262
+ const tmp2 = projectPointsOntoEllipsoidScratch;
263
+ Cartesian3_default.multiplyByScalar(xAxis, cartesian.x, tmp2);
264
+ result = Cartesian3_default.add(origin, tmp2, result);
265
+ Cartesian3_default.multiplyByScalar(yAxis, cartesian.y, tmp2);
266
+ Cartesian3_default.add(result, tmp2, result);
267
+ ellipsoid.scaleToGeocentricSurface(result, result);
268
+ return result;
269
+ };
270
+ EllipsoidTangentPlane.prototype.projectPointsOntoEllipsoid = function(cartesians, result) {
271
+ Check_default.defined("cartesians", cartesians);
272
+ const length = cartesians.length;
273
+ if (!defined_default(result)) {
274
+ result = new Array(length);
275
+ } else {
276
+ result.length = length;
277
+ }
278
+ for (let i = 0; i < length; ++i) {
279
+ result[i] = this.projectPointOntoEllipsoid(cartesians[i], result[i]);
280
+ }
281
+ return result;
282
+ };
283
+ var EllipsoidTangentPlane_default = EllipsoidTangentPlane;
284
+
285
+ export {
286
+ EllipsoidTangentPlane_default
287
+ };
@@ -0,0 +1,58 @@
1
+ /**
2
+ * @license
3
+ * Cesium - https://github.com/CesiumGS/cesium
4
+ * Version 0.0.39
5
+ *
6
+ * Copyright 2011-2022 Cesium Contributors
7
+ *
8
+ * Licensed under the Apache License, Version 2.0 (the "License");
9
+ * you may not use this file except in compliance with the License.
10
+ * You may obtain a copy of the License at
11
+ *
12
+ * http://www.apache.org/licenses/LICENSE-2.0
13
+ *
14
+ * Unless required by applicable law or agreed to in writing, software
15
+ * distributed under the License is distributed on an "AS IS" BASIS,
16
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
+ * See the License for the specific language governing permissions and
18
+ * limitations under the License.
19
+ *
20
+ * Columbus View (Pat. Pend.)
21
+ *
22
+ * Portions licensed separately.
23
+ * See https://github.com/CesiumGS/cesium/blob/main/LICENSE.md for full licensing details.
24
+ */
25
+
26
+ import {
27
+ defined_default
28
+ } from "./chunk-2PWEYBYR.js";
29
+
30
+ // packages/engine/Source/Core/RuntimeError.js
31
+ function RuntimeError(message) {
32
+ this.name = "RuntimeError";
33
+ this.message = message;
34
+ let stack;
35
+ try {
36
+ throw new Error();
37
+ } catch (e) {
38
+ stack = e.stack;
39
+ }
40
+ this.stack = stack;
41
+ }
42
+ if (defined_default(Object.create)) {
43
+ RuntimeError.prototype = Object.create(Error.prototype);
44
+ RuntimeError.prototype.constructor = RuntimeError;
45
+ }
46
+ RuntimeError.prototype.toString = function() {
47
+ let str = `${this.name}: ${this.message}`;
48
+ if (defined_default(this.stack)) {
49
+ str += `
50
+ ${this.stack.toString()}`;
51
+ }
52
+ return str;
53
+ };
54
+ var RuntimeError_default = RuntimeError;
55
+
56
+ export {
57
+ RuntimeError_default
58
+ };