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,196 @@
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
+ PolylinePipeline_default
28
+ } from "./chunk-UYS2HZVM.js";
29
+ import {
30
+ arrayRemoveDuplicates_default
31
+ } from "./chunk-OY2Z6SFD.js";
32
+ import {
33
+ Cartesian3_default,
34
+ Cartographic_default
35
+ } from "./chunk-LDXSEGOX.js";
36
+ import {
37
+ Math_default
38
+ } from "./chunk-UN3RMNI2.js";
39
+ import {
40
+ defined_default
41
+ } from "./chunk-2PWEYBYR.js";
42
+
43
+ // packages/engine/Source/Core/WallGeometryLibrary.js
44
+ var WallGeometryLibrary = {};
45
+ function latLonEquals(c0, c1) {
46
+ return Math_default.equalsEpsilon(c0.latitude, c1.latitude, Math_default.EPSILON10) && Math_default.equalsEpsilon(c0.longitude, c1.longitude, Math_default.EPSILON10);
47
+ }
48
+ var scratchCartographic1 = new Cartographic_default();
49
+ var scratchCartographic2 = new Cartographic_default();
50
+ function removeDuplicates(ellipsoid, positions, topHeights, bottomHeights) {
51
+ positions = arrayRemoveDuplicates_default(positions, Cartesian3_default.equalsEpsilon);
52
+ const length = positions.length;
53
+ if (length < 2) {
54
+ return;
55
+ }
56
+ const hasBottomHeights = defined_default(bottomHeights);
57
+ const hasTopHeights = defined_default(topHeights);
58
+ const cleanedPositions = new Array(length);
59
+ const cleanedTopHeights = new Array(length);
60
+ const cleanedBottomHeights = new Array(length);
61
+ const v0 = positions[0];
62
+ cleanedPositions[0] = v0;
63
+ const c0 = ellipsoid.cartesianToCartographic(v0, scratchCartographic1);
64
+ if (hasTopHeights) {
65
+ c0.height = topHeights[0];
66
+ }
67
+ cleanedTopHeights[0] = c0.height;
68
+ if (hasBottomHeights) {
69
+ cleanedBottomHeights[0] = bottomHeights[0];
70
+ } else {
71
+ cleanedBottomHeights[0] = 0;
72
+ }
73
+ const startTopHeight = cleanedTopHeights[0];
74
+ const startBottomHeight = cleanedBottomHeights[0];
75
+ let hasAllSameHeights = startTopHeight === startBottomHeight;
76
+ let index = 1;
77
+ for (let i = 1; i < length; ++i) {
78
+ const v1 = positions[i];
79
+ const c1 = ellipsoid.cartesianToCartographic(v1, scratchCartographic2);
80
+ if (hasTopHeights) {
81
+ c1.height = topHeights[i];
82
+ }
83
+ hasAllSameHeights = hasAllSameHeights && c1.height === 0;
84
+ if (!latLonEquals(c0, c1)) {
85
+ cleanedPositions[index] = v1;
86
+ cleanedTopHeights[index] = c1.height;
87
+ if (hasBottomHeights) {
88
+ cleanedBottomHeights[index] = bottomHeights[i];
89
+ } else {
90
+ cleanedBottomHeights[index] = 0;
91
+ }
92
+ hasAllSameHeights = hasAllSameHeights && cleanedTopHeights[index] === cleanedBottomHeights[index];
93
+ Cartographic_default.clone(c1, c0);
94
+ ++index;
95
+ } else if (c0.height < c1.height) {
96
+ cleanedTopHeights[index - 1] = c1.height;
97
+ }
98
+ }
99
+ if (hasAllSameHeights || index < 2) {
100
+ return;
101
+ }
102
+ cleanedPositions.length = index;
103
+ cleanedTopHeights.length = index;
104
+ cleanedBottomHeights.length = index;
105
+ return {
106
+ positions: cleanedPositions,
107
+ topHeights: cleanedTopHeights,
108
+ bottomHeights: cleanedBottomHeights
109
+ };
110
+ }
111
+ var positionsArrayScratch = new Array(2);
112
+ var heightsArrayScratch = new Array(2);
113
+ var generateArcOptionsScratch = {
114
+ positions: void 0,
115
+ height: void 0,
116
+ granularity: void 0,
117
+ ellipsoid: void 0
118
+ };
119
+ WallGeometryLibrary.computePositions = function(ellipsoid, wallPositions, maximumHeights, minimumHeights, granularity, duplicateCorners) {
120
+ const o = removeDuplicates(
121
+ ellipsoid,
122
+ wallPositions,
123
+ maximumHeights,
124
+ minimumHeights
125
+ );
126
+ if (!defined_default(o)) {
127
+ return;
128
+ }
129
+ wallPositions = o.positions;
130
+ maximumHeights = o.topHeights;
131
+ minimumHeights = o.bottomHeights;
132
+ const length = wallPositions.length;
133
+ const numCorners = length - 2;
134
+ let topPositions;
135
+ let bottomPositions;
136
+ const minDistance = Math_default.chordLength(
137
+ granularity,
138
+ ellipsoid.maximumRadius
139
+ );
140
+ const generateArcOptions = generateArcOptionsScratch;
141
+ generateArcOptions.minDistance = minDistance;
142
+ generateArcOptions.ellipsoid = ellipsoid;
143
+ if (duplicateCorners) {
144
+ let count = 0;
145
+ let i;
146
+ for (i = 0; i < length - 1; i++) {
147
+ count += PolylinePipeline_default.numberOfPoints(
148
+ wallPositions[i],
149
+ wallPositions[i + 1],
150
+ minDistance
151
+ ) + 1;
152
+ }
153
+ topPositions = new Float64Array(count * 3);
154
+ bottomPositions = new Float64Array(count * 3);
155
+ const generateArcPositions = positionsArrayScratch;
156
+ const generateArcHeights = heightsArrayScratch;
157
+ generateArcOptions.positions = generateArcPositions;
158
+ generateArcOptions.height = generateArcHeights;
159
+ let offset = 0;
160
+ for (i = 0; i < length - 1; i++) {
161
+ generateArcPositions[0] = wallPositions[i];
162
+ generateArcPositions[1] = wallPositions[i + 1];
163
+ generateArcHeights[0] = maximumHeights[i];
164
+ generateArcHeights[1] = maximumHeights[i + 1];
165
+ const pos = PolylinePipeline_default.generateArc(generateArcOptions);
166
+ topPositions.set(pos, offset);
167
+ generateArcHeights[0] = minimumHeights[i];
168
+ generateArcHeights[1] = minimumHeights[i + 1];
169
+ bottomPositions.set(
170
+ PolylinePipeline_default.generateArc(generateArcOptions),
171
+ offset
172
+ );
173
+ offset += pos.length;
174
+ }
175
+ } else {
176
+ generateArcOptions.positions = wallPositions;
177
+ generateArcOptions.height = maximumHeights;
178
+ topPositions = new Float64Array(
179
+ PolylinePipeline_default.generateArc(generateArcOptions)
180
+ );
181
+ generateArcOptions.height = minimumHeights;
182
+ bottomPositions = new Float64Array(
183
+ PolylinePipeline_default.generateArc(generateArcOptions)
184
+ );
185
+ }
186
+ return {
187
+ bottomPositions,
188
+ topPositions,
189
+ numCorners
190
+ };
191
+ };
192
+ var WallGeometryLibrary_default = WallGeometryLibrary;
193
+
194
+ export {
195
+ WallGeometryLibrary_default
196
+ };
@@ -0,0 +1,368 @@
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
+ GeometryOffsetAttribute_default
28
+ } from "./chunk-2ZI2BRKI.js";
29
+ import {
30
+ IndexDatatype_default
31
+ } from "./chunk-ZYUOPFWQ.js";
32
+ import {
33
+ GeometryAttributes_default
34
+ } from "./chunk-TJAONFQM.js";
35
+ import {
36
+ GeometryAttribute_default,
37
+ Geometry_default,
38
+ PrimitiveType_default
39
+ } from "./chunk-ROPEB47Y.js";
40
+ import {
41
+ BoundingSphere_default
42
+ } from "./chunk-YCU6WHSN.js";
43
+ import {
44
+ ComponentDatatype_default
45
+ } from "./chunk-TBJBVKDE.js";
46
+ import {
47
+ Cartesian3_default,
48
+ Ellipsoid_default
49
+ } from "./chunk-LDXSEGOX.js";
50
+ import {
51
+ Math_default
52
+ } from "./chunk-UN3RMNI2.js";
53
+ import {
54
+ defaultValue_default
55
+ } from "./chunk-QUJ6BNQF.js";
56
+ import {
57
+ DeveloperError_default
58
+ } from "./chunk-EKUYACAZ.js";
59
+ import {
60
+ defined_default
61
+ } from "./chunk-2PWEYBYR.js";
62
+
63
+ // packages/engine/Source/Core/EllipsoidOutlineGeometry.js
64
+ var defaultRadii = new Cartesian3_default(1, 1, 1);
65
+ var cos = Math.cos;
66
+ var sin = Math.sin;
67
+ function EllipsoidOutlineGeometry(options) {
68
+ options = defaultValue_default(options, defaultValue_default.EMPTY_OBJECT);
69
+ const radii = defaultValue_default(options.radii, defaultRadii);
70
+ const innerRadii = defaultValue_default(options.innerRadii, radii);
71
+ const minimumClock = defaultValue_default(options.minimumClock, 0);
72
+ const maximumClock = defaultValue_default(options.maximumClock, Math_default.TWO_PI);
73
+ const minimumCone = defaultValue_default(options.minimumCone, 0);
74
+ const maximumCone = defaultValue_default(options.maximumCone, Math_default.PI);
75
+ const stackPartitions = Math.round(defaultValue_default(options.stackPartitions, 10));
76
+ const slicePartitions = Math.round(defaultValue_default(options.slicePartitions, 8));
77
+ const subdivisions = Math.round(defaultValue_default(options.subdivisions, 128));
78
+ if (stackPartitions < 1) {
79
+ throw new DeveloperError_default("options.stackPartitions cannot be less than 1");
80
+ }
81
+ if (slicePartitions < 0) {
82
+ throw new DeveloperError_default("options.slicePartitions cannot be less than 0");
83
+ }
84
+ if (subdivisions < 0) {
85
+ throw new DeveloperError_default(
86
+ "options.subdivisions must be greater than or equal to zero."
87
+ );
88
+ }
89
+ if (defined_default(options.offsetAttribute) && options.offsetAttribute === GeometryOffsetAttribute_default.TOP) {
90
+ throw new DeveloperError_default(
91
+ "GeometryOffsetAttribute.TOP is not a supported options.offsetAttribute for this geometry."
92
+ );
93
+ }
94
+ this._radii = Cartesian3_default.clone(radii);
95
+ this._innerRadii = Cartesian3_default.clone(innerRadii);
96
+ this._minimumClock = minimumClock;
97
+ this._maximumClock = maximumClock;
98
+ this._minimumCone = minimumCone;
99
+ this._maximumCone = maximumCone;
100
+ this._stackPartitions = stackPartitions;
101
+ this._slicePartitions = slicePartitions;
102
+ this._subdivisions = subdivisions;
103
+ this._offsetAttribute = options.offsetAttribute;
104
+ this._workerName = "createEllipsoidOutlineGeometry";
105
+ }
106
+ EllipsoidOutlineGeometry.packedLength = 2 * Cartesian3_default.packedLength + 8;
107
+ EllipsoidOutlineGeometry.pack = function(value, array, startingIndex) {
108
+ if (!defined_default(value)) {
109
+ throw new DeveloperError_default("value is required");
110
+ }
111
+ if (!defined_default(array)) {
112
+ throw new DeveloperError_default("array is required");
113
+ }
114
+ startingIndex = defaultValue_default(startingIndex, 0);
115
+ Cartesian3_default.pack(value._radii, array, startingIndex);
116
+ startingIndex += Cartesian3_default.packedLength;
117
+ Cartesian3_default.pack(value._innerRadii, array, startingIndex);
118
+ startingIndex += Cartesian3_default.packedLength;
119
+ array[startingIndex++] = value._minimumClock;
120
+ array[startingIndex++] = value._maximumClock;
121
+ array[startingIndex++] = value._minimumCone;
122
+ array[startingIndex++] = value._maximumCone;
123
+ array[startingIndex++] = value._stackPartitions;
124
+ array[startingIndex++] = value._slicePartitions;
125
+ array[startingIndex++] = value._subdivisions;
126
+ array[startingIndex] = defaultValue_default(value._offsetAttribute, -1);
127
+ return array;
128
+ };
129
+ var scratchRadii = new Cartesian3_default();
130
+ var scratchInnerRadii = new Cartesian3_default();
131
+ var scratchOptions = {
132
+ radii: scratchRadii,
133
+ innerRadii: scratchInnerRadii,
134
+ minimumClock: void 0,
135
+ maximumClock: void 0,
136
+ minimumCone: void 0,
137
+ maximumCone: void 0,
138
+ stackPartitions: void 0,
139
+ slicePartitions: void 0,
140
+ subdivisions: void 0,
141
+ offsetAttribute: void 0
142
+ };
143
+ EllipsoidOutlineGeometry.unpack = function(array, startingIndex, result) {
144
+ if (!defined_default(array)) {
145
+ throw new DeveloperError_default("array is required");
146
+ }
147
+ startingIndex = defaultValue_default(startingIndex, 0);
148
+ const radii = Cartesian3_default.unpack(array, startingIndex, scratchRadii);
149
+ startingIndex += Cartesian3_default.packedLength;
150
+ const innerRadii = Cartesian3_default.unpack(array, startingIndex, scratchInnerRadii);
151
+ startingIndex += Cartesian3_default.packedLength;
152
+ const minimumClock = array[startingIndex++];
153
+ const maximumClock = array[startingIndex++];
154
+ const minimumCone = array[startingIndex++];
155
+ const maximumCone = array[startingIndex++];
156
+ const stackPartitions = array[startingIndex++];
157
+ const slicePartitions = array[startingIndex++];
158
+ const subdivisions = array[startingIndex++];
159
+ const offsetAttribute = array[startingIndex];
160
+ if (!defined_default(result)) {
161
+ scratchOptions.minimumClock = minimumClock;
162
+ scratchOptions.maximumClock = maximumClock;
163
+ scratchOptions.minimumCone = minimumCone;
164
+ scratchOptions.maximumCone = maximumCone;
165
+ scratchOptions.stackPartitions = stackPartitions;
166
+ scratchOptions.slicePartitions = slicePartitions;
167
+ scratchOptions.subdivisions = subdivisions;
168
+ scratchOptions.offsetAttribute = offsetAttribute === -1 ? void 0 : offsetAttribute;
169
+ return new EllipsoidOutlineGeometry(scratchOptions);
170
+ }
171
+ result._radii = Cartesian3_default.clone(radii, result._radii);
172
+ result._innerRadii = Cartesian3_default.clone(innerRadii, result._innerRadii);
173
+ result._minimumClock = minimumClock;
174
+ result._maximumClock = maximumClock;
175
+ result._minimumCone = minimumCone;
176
+ result._maximumCone = maximumCone;
177
+ result._stackPartitions = stackPartitions;
178
+ result._slicePartitions = slicePartitions;
179
+ result._subdivisions = subdivisions;
180
+ result._offsetAttribute = offsetAttribute === -1 ? void 0 : offsetAttribute;
181
+ return result;
182
+ };
183
+ EllipsoidOutlineGeometry.createGeometry = function(ellipsoidGeometry) {
184
+ const radii = ellipsoidGeometry._radii;
185
+ if (radii.x <= 0 || radii.y <= 0 || radii.z <= 0) {
186
+ return;
187
+ }
188
+ const innerRadii = ellipsoidGeometry._innerRadii;
189
+ if (innerRadii.x <= 0 || innerRadii.y <= 0 || innerRadii.z <= 0) {
190
+ return;
191
+ }
192
+ const minimumClock = ellipsoidGeometry._minimumClock;
193
+ const maximumClock = ellipsoidGeometry._maximumClock;
194
+ const minimumCone = ellipsoidGeometry._minimumCone;
195
+ const maximumCone = ellipsoidGeometry._maximumCone;
196
+ const subdivisions = ellipsoidGeometry._subdivisions;
197
+ const ellipsoid = Ellipsoid_default.fromCartesian3(radii);
198
+ let slicePartitions = ellipsoidGeometry._slicePartitions + 1;
199
+ let stackPartitions = ellipsoidGeometry._stackPartitions + 1;
200
+ slicePartitions = Math.round(
201
+ slicePartitions * Math.abs(maximumClock - minimumClock) / Math_default.TWO_PI
202
+ );
203
+ stackPartitions = Math.round(
204
+ stackPartitions * Math.abs(maximumCone - minimumCone) / Math_default.PI
205
+ );
206
+ if (slicePartitions < 2) {
207
+ slicePartitions = 2;
208
+ }
209
+ if (stackPartitions < 2) {
210
+ stackPartitions = 2;
211
+ }
212
+ let extraIndices = 0;
213
+ let vertexMultiplier = 1;
214
+ const hasInnerSurface = innerRadii.x !== radii.x || innerRadii.y !== radii.y || innerRadii.z !== radii.z;
215
+ let isTopOpen = false;
216
+ let isBotOpen = false;
217
+ if (hasInnerSurface) {
218
+ vertexMultiplier = 2;
219
+ if (minimumCone > 0) {
220
+ isTopOpen = true;
221
+ extraIndices += slicePartitions;
222
+ }
223
+ if (maximumCone < Math.PI) {
224
+ isBotOpen = true;
225
+ extraIndices += slicePartitions;
226
+ }
227
+ }
228
+ const vertexCount = subdivisions * vertexMultiplier * (stackPartitions + slicePartitions);
229
+ const positions = new Float64Array(vertexCount * 3);
230
+ const numIndices = 2 * (vertexCount + extraIndices - (slicePartitions + stackPartitions) * vertexMultiplier);
231
+ const indices = IndexDatatype_default.createTypedArray(vertexCount, numIndices);
232
+ let i;
233
+ let j;
234
+ let theta;
235
+ let phi;
236
+ let index = 0;
237
+ const sinPhi = new Array(stackPartitions);
238
+ const cosPhi = new Array(stackPartitions);
239
+ for (i = 0; i < stackPartitions; i++) {
240
+ phi = minimumCone + i * (maximumCone - minimumCone) / (stackPartitions - 1);
241
+ sinPhi[i] = sin(phi);
242
+ cosPhi[i] = cos(phi);
243
+ }
244
+ const sinTheta = new Array(subdivisions);
245
+ const cosTheta = new Array(subdivisions);
246
+ for (i = 0; i < subdivisions; i++) {
247
+ theta = minimumClock + i * (maximumClock - minimumClock) / (subdivisions - 1);
248
+ sinTheta[i] = sin(theta);
249
+ cosTheta[i] = cos(theta);
250
+ }
251
+ for (i = 0; i < stackPartitions; i++) {
252
+ for (j = 0; j < subdivisions; j++) {
253
+ positions[index++] = radii.x * sinPhi[i] * cosTheta[j];
254
+ positions[index++] = radii.y * sinPhi[i] * sinTheta[j];
255
+ positions[index++] = radii.z * cosPhi[i];
256
+ }
257
+ }
258
+ if (hasInnerSurface) {
259
+ for (i = 0; i < stackPartitions; i++) {
260
+ for (j = 0; j < subdivisions; j++) {
261
+ positions[index++] = innerRadii.x * sinPhi[i] * cosTheta[j];
262
+ positions[index++] = innerRadii.y * sinPhi[i] * sinTheta[j];
263
+ positions[index++] = innerRadii.z * cosPhi[i];
264
+ }
265
+ }
266
+ }
267
+ sinPhi.length = subdivisions;
268
+ cosPhi.length = subdivisions;
269
+ for (i = 0; i < subdivisions; i++) {
270
+ phi = minimumCone + i * (maximumCone - minimumCone) / (subdivisions - 1);
271
+ sinPhi[i] = sin(phi);
272
+ cosPhi[i] = cos(phi);
273
+ }
274
+ sinTheta.length = slicePartitions;
275
+ cosTheta.length = slicePartitions;
276
+ for (i = 0; i < slicePartitions; i++) {
277
+ theta = minimumClock + i * (maximumClock - minimumClock) / (slicePartitions - 1);
278
+ sinTheta[i] = sin(theta);
279
+ cosTheta[i] = cos(theta);
280
+ }
281
+ for (i = 0; i < subdivisions; i++) {
282
+ for (j = 0; j < slicePartitions; j++) {
283
+ positions[index++] = radii.x * sinPhi[i] * cosTheta[j];
284
+ positions[index++] = radii.y * sinPhi[i] * sinTheta[j];
285
+ positions[index++] = radii.z * cosPhi[i];
286
+ }
287
+ }
288
+ if (hasInnerSurface) {
289
+ for (i = 0; i < subdivisions; i++) {
290
+ for (j = 0; j < slicePartitions; j++) {
291
+ positions[index++] = innerRadii.x * sinPhi[i] * cosTheta[j];
292
+ positions[index++] = innerRadii.y * sinPhi[i] * sinTheta[j];
293
+ positions[index++] = innerRadii.z * cosPhi[i];
294
+ }
295
+ }
296
+ }
297
+ index = 0;
298
+ for (i = 0; i < stackPartitions * vertexMultiplier; i++) {
299
+ const topOffset = i * subdivisions;
300
+ for (j = 0; j < subdivisions - 1; j++) {
301
+ indices[index++] = topOffset + j;
302
+ indices[index++] = topOffset + j + 1;
303
+ }
304
+ }
305
+ let offset = stackPartitions * subdivisions * vertexMultiplier;
306
+ for (i = 0; i < slicePartitions; i++) {
307
+ for (j = 0; j < subdivisions - 1; j++) {
308
+ indices[index++] = offset + i + j * slicePartitions;
309
+ indices[index++] = offset + i + (j + 1) * slicePartitions;
310
+ }
311
+ }
312
+ if (hasInnerSurface) {
313
+ offset = stackPartitions * subdivisions * vertexMultiplier + slicePartitions * subdivisions;
314
+ for (i = 0; i < slicePartitions; i++) {
315
+ for (j = 0; j < subdivisions - 1; j++) {
316
+ indices[index++] = offset + i + j * slicePartitions;
317
+ indices[index++] = offset + i + (j + 1) * slicePartitions;
318
+ }
319
+ }
320
+ }
321
+ if (hasInnerSurface) {
322
+ let outerOffset = stackPartitions * subdivisions * vertexMultiplier;
323
+ let innerOffset = outerOffset + subdivisions * slicePartitions;
324
+ if (isTopOpen) {
325
+ for (i = 0; i < slicePartitions; i++) {
326
+ indices[index++] = outerOffset + i;
327
+ indices[index++] = innerOffset + i;
328
+ }
329
+ }
330
+ if (isBotOpen) {
331
+ outerOffset += subdivisions * slicePartitions - slicePartitions;
332
+ innerOffset += subdivisions * slicePartitions - slicePartitions;
333
+ for (i = 0; i < slicePartitions; i++) {
334
+ indices[index++] = outerOffset + i;
335
+ indices[index++] = innerOffset + i;
336
+ }
337
+ }
338
+ }
339
+ const attributes = new GeometryAttributes_default({
340
+ position: new GeometryAttribute_default({
341
+ componentDatatype: ComponentDatatype_default.DOUBLE,
342
+ componentsPerAttribute: 3,
343
+ values: positions
344
+ })
345
+ });
346
+ if (defined_default(ellipsoidGeometry._offsetAttribute)) {
347
+ const length = positions.length;
348
+ const offsetValue = ellipsoidGeometry._offsetAttribute === GeometryOffsetAttribute_default.NONE ? 0 : 1;
349
+ const applyOffset = new Uint8Array(length / 3).fill(offsetValue);
350
+ attributes.applyOffset = new GeometryAttribute_default({
351
+ componentDatatype: ComponentDatatype_default.UNSIGNED_BYTE,
352
+ componentsPerAttribute: 1,
353
+ values: applyOffset
354
+ });
355
+ }
356
+ return new Geometry_default({
357
+ attributes,
358
+ indices,
359
+ primitiveType: PrimitiveType_default.LINES,
360
+ boundingSphere: BoundingSphere_default.fromEllipsoid(ellipsoid),
361
+ offsetAttribute: ellipsoidGeometry._offsetAttribute
362
+ });
363
+ };
364
+ var EllipsoidOutlineGeometry_default = EllipsoidOutlineGeometry;
365
+
366
+ export {
367
+ EllipsoidOutlineGeometry_default
368
+ };