@cesium/engine 3.0.2 → 4.0.0

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 (230) hide show
  1. package/Build/ThirdParty/Workers/pako_deflate.min.js +605 -0
  2. package/Build/ThirdParty/Workers/pako_inflate.min.js +800 -0
  3. package/Build/ThirdParty/Workers/z-worker-pako.js +502 -0
  4. package/Build/Workers/chunk-27R2KRIK.js +634 -0
  5. package/Build/Workers/chunk-2C65EKYA.js +55 -0
  6. package/Build/Workers/chunk-2NLMZNJI.js +138 -0
  7. package/Build/Workers/chunk-4V6RCTVH.js +289 -0
  8. package/Build/Workers/chunk-4VWUFKYW.js +368 -0
  9. package/Build/Workers/chunk-527JG4D7.js +629 -0
  10. package/Build/Workers/chunk-5U4UHRZ2.js +8644 -0
  11. package/Build/Workers/chunk-7CZEWQWE.js +353 -0
  12. package/Build/Workers/chunk-7IMAWM6A.js +842 -0
  13. package/Build/Workers/{package.js → chunk-A6EA6KIE.js} +13 -2
  14. package/Build/Workers/chunk-AXGQUPXA.js +1075 -0
  15. package/Build/Workers/chunk-BT6YIL2N.js +39 -0
  16. package/Build/Workers/chunk-C6MRR5YL.js +476 -0
  17. package/Build/Workers/chunk-DJUTBX6A.js +1860 -0
  18. package/Build/Workers/chunk-EQ6ZAP37.js +218 -0
  19. package/Build/Workers/chunk-F7P2HCYZ.js +73 -0
  20. package/Build/Workers/chunk-FE2XG3SS.js +73 -0
  21. package/Build/Workers/chunk-FKHRSGKP.js +781 -0
  22. package/Build/Workers/chunk-FVDTKX3F.js +58 -0
  23. package/Build/Workers/chunk-FYHCAKU6.js +684 -0
  24. package/Build/Workers/chunk-G3MOT7BZ.js +157 -0
  25. package/Build/Workers/chunk-H52L6U76.js +421 -0
  26. package/Build/Workers/chunk-H6MBQ4W4.js +305 -0
  27. package/Build/Workers/chunk-HCZR75II.js +2716 -0
  28. package/Build/Workers/chunk-I5MQWHBR.js +102 -0
  29. package/Build/Workers/chunk-KAFF2QX3.js +258 -0
  30. package/Build/Workers/chunk-LGSGX2RH.js +757 -0
  31. package/Build/Workers/chunk-LQRFWCNX.js +124 -0
  32. package/Build/Workers/chunk-N5MMDSD2.js +44 -0
  33. package/Build/Workers/chunk-NRETMGYL.js +390 -0
  34. package/Build/Workers/chunk-P4M4QUNQ.js +196 -0
  35. package/Build/Workers/chunk-P7PWX5HR.js +430 -0
  36. package/Build/Workers/chunk-PGB3EFR7.js +171 -0
  37. package/Build/Workers/chunk-PW5CA4MJ.js +3273 -0
  38. package/Build/Workers/chunk-PWDYKCNC.js +501 -0
  39. package/Build/Workers/chunk-QIS3NB7U.js +1258 -0
  40. package/Build/Workers/chunk-QVJ6IRKV.js +77 -0
  41. package/Build/Workers/chunk-RDCDRNJ7.js +117 -0
  42. package/Build/Workers/chunk-RDM3BKNC.js +1009 -0
  43. package/Build/Workers/chunk-RRUPTJ6P.js +452 -0
  44. package/Build/Workers/chunk-SGRWJKNO.js +400 -0
  45. package/Build/Workers/chunk-TF5D2H7B.js +138 -0
  46. package/Build/Workers/chunk-TVYIHH4V.js +513 -0
  47. package/Build/Workers/chunk-U5LKG6LX.js +101 -0
  48. package/Build/Workers/chunk-UGZGTV5K.js +302 -0
  49. package/Build/Workers/chunk-UN7AK64D.js +163 -0
  50. package/Build/Workers/chunk-V2LKNJGT.js +59 -0
  51. package/Build/Workers/chunk-VSCXSFHE.js +1477 -0
  52. package/Build/Workers/chunk-XJCTFTBM.js +2041 -0
  53. package/Build/Workers/chunk-XZVQMPWG.js +100 -0
  54. package/Build/Workers/chunk-YLAFWVOW.js +834 -0
  55. package/Build/Workers/chunk-YLS3FX3U.js +236 -0
  56. package/Build/Workers/chunk-YMJPANZZ.js +693 -0
  57. package/Build/Workers/combineGeometry.js +65 -15
  58. package/Build/Workers/createBoxGeometry.js +55 -10
  59. package/Build/Workers/createBoxOutlineGeometry.js +231 -310
  60. package/Build/Workers/createCircleGeometry.js +185 -202
  61. package/Build/Workers/createCircleOutlineGeometry.js +141 -155
  62. package/Build/Workers/createCoplanarPolygonGeometry.js +477 -557
  63. package/Build/Workers/createCoplanarPolygonOutlineGeometry.js +218 -230
  64. package/Build/Workers/createCorridorGeometry.js +1162 -1307
  65. package/Build/Workers/createCorridorOutlineGeometry.js +533 -569
  66. package/Build/Workers/createCylinderGeometry.js +57 -10
  67. package/Build/Workers/createCylinderOutlineGeometry.js +224 -258
  68. package/Build/Workers/createEllipseGeometry.js +68 -12
  69. package/Build/Workers/createEllipseOutlineGeometry.js +61 -12
  70. package/Build/Workers/createEllipsoidGeometry.js +56 -10
  71. package/Build/Workers/createEllipsoidOutlineGeometry.js +58 -13
  72. package/Build/Workers/createFrustumGeometry.js +55 -10
  73. package/Build/Workers/createFrustumOutlineGeometry.js +226 -243
  74. package/Build/Workers/createGeometry.js +143 -48
  75. package/Build/Workers/createGroundPolylineGeometry.js +1484 -2012
  76. package/Build/Workers/createPlaneGeometry.js +216 -243
  77. package/Build/Workers/createPlaneOutlineGeometry.js +121 -113
  78. package/Build/Workers/createPolygonGeometry.js +1041 -1327
  79. package/Build/Workers/createPolygonOutlineGeometry.js +516 -657
  80. package/Build/Workers/createPolylineGeometry.js +471 -547
  81. package/Build/Workers/createPolylineVolumeGeometry.js +352 -384
  82. package/Build/Workers/createPolylineVolumeOutlineGeometry.js +271 -295
  83. package/Build/Workers/createRectangleGeometry.js +1128 -1331
  84. package/Build/Workers/createRectangleOutlineGeometry.js +445 -500
  85. package/Build/Workers/createSimplePolylineGeometry.js +381 -440
  86. package/Build/Workers/createSphereGeometry.js +112 -118
  87. package/Build/Workers/createSphereOutlineGeometry.js +112 -121
  88. package/Build/Workers/createTaskProcessorWorker.js +32 -127
  89. package/Build/Workers/createVectorTileClampedPolylines.js +462 -505
  90. package/Build/Workers/createVectorTileGeometries.js +377 -436
  91. package/Build/Workers/createVectorTilePoints.js +110 -77
  92. package/Build/Workers/createVectorTilePolygons.js +369 -391
  93. package/Build/Workers/createVectorTilePolylines.js +252 -244
  94. package/Build/Workers/createVerticesFromGoogleEarthEnterpriseBuffer.js +543 -615
  95. package/Build/Workers/createVerticesFromHeightmap.js +2244 -2677
  96. package/Build/Workers/createVerticesFromQuantizedTerrainMesh.js +682 -904
  97. package/Build/Workers/createWallGeometry.js +459 -593
  98. package/Build/Workers/createWallOutlineGeometry.js +324 -419
  99. package/Build/Workers/decodeDraco.js +327 -347
  100. package/Build/Workers/decodeGoogleEarthEnterprisePacket.js +2530 -3567
  101. package/Build/Workers/decodeI3S.js +765 -970
  102. package/Build/Workers/transcodeKTX2.js +3351 -1473
  103. package/Build/Workers/transferTypedArrayTest.js +3 -4
  104. package/Build/Workers/upsampleQuantizedTerrainMesh.js +748 -953
  105. package/LICENSE.md +0 -12
  106. package/Source/Core/CesiumTerrainProvider.js +1 -2
  107. package/Source/Core/FeatureDetection.js +9 -0
  108. package/Source/Core/GoogleMaps.js +1 -1
  109. package/Source/Core/Ion.js +1 -1
  110. package/Source/Core/KTX2Transcoder.js +7 -3
  111. package/Source/Core/TaskProcessor.js +150 -146
  112. package/Source/Core/Transforms.js +2 -2
  113. package/Source/Core/buildModuleUrl.js +6 -5
  114. package/Source/Scene/ArcGisMapService.js +1 -1
  115. package/Source/Scene/DracoLoader.js +26 -3
  116. package/Source/Scene/I3SDataProvider.js +0 -27
  117. package/Source/Scene/I3SDecoder.js +127 -0
  118. package/Source/Scene/I3SNode.js +32 -110
  119. package/Source/Scene/Implicit3DTileContent.js +13 -0
  120. package/Source/Scene/ImplicitTileset.js +5 -0
  121. package/Source/Scene/Model/I3dmLoader.js +5 -1
  122. package/Source/Scene/Model/Model.js +4 -1
  123. package/Source/Scene/OpenStreetMapImageryProvider.js +4 -1
  124. package/Source/Scene/SingleTileImageryProvider.js +4 -2
  125. package/Source/ThirdParty/Workers/basis_transcoder.js +1 -1
  126. package/Source/{WorkersES6 → Workers}/createGeometry.js +11 -12
  127. package/Source/{WorkersES6 → Workers}/createTaskProcessorWorker.js +43 -59
  128. package/Source/{WorkersES6 → Workers}/decodeDraco.js +19 -25
  129. package/Source/{WorkersES6 → Workers}/decodeI3S.js +18 -32
  130. package/Source/{WorkersES6 → Workers}/transcodeKTX2.js +19 -26
  131. package/Source/Workers/transferTypedArrayTest.js +0 -6
  132. package/index.d.ts +16 -7
  133. package/index.js +252 -251
  134. package/package.json +2 -1
  135. package/Build/Workers/ArcType-2d9abbbc.js +0 -37
  136. package/Build/Workers/AttributeCompression-f9f6c717.js +0 -716
  137. package/Build/Workers/AxisAlignedBoundingBox-a03420b1.js +0 -258
  138. package/Build/Workers/BoundingRectangle-32fa8a4a.js +0 -369
  139. package/Build/Workers/BoxGeometry-cd550612.js +0 -884
  140. package/Build/Workers/Check-6ede7e26.js +0 -290
  141. package/Build/Workers/Color-571a6085.js +0 -2262
  142. package/Build/Workers/ComponentDatatype-cf1fa08e.js +0 -341
  143. package/Build/Workers/CoplanarPolygonGeometryLibrary-488b1a9f.js +0 -132
  144. package/Build/Workers/CorridorGeometryLibrary-fc4ff147.js +0 -498
  145. package/Build/Workers/CylinderGeometry-bc26926d.js +0 -467
  146. package/Build/Workers/CylinderGeometryLibrary-7bf291b4.js +0 -63
  147. package/Build/Workers/EllipseGeometry-89533a10.js +0 -1304
  148. package/Build/Workers/EllipseGeometryLibrary-b0d7df17.js +0 -366
  149. package/Build/Workers/EllipseOutlineGeometry-63ff7a87.js +0 -443
  150. package/Build/Workers/EllipsoidGeodesic-5b3623dc.js +0 -520
  151. package/Build/Workers/EllipsoidGeometry-07e99d2d.js +0 -637
  152. package/Build/Workers/EllipsoidOutlineGeometry-ba5c7ee2.js +0 -454
  153. package/Build/Workers/EllipsoidRhumbLine-ef872433.js +0 -741
  154. package/Build/Workers/EllipsoidTangentPlane-65d41b3e.js +0 -373
  155. package/Build/Workers/EncodedCartesian3-57415c8a.js +0 -171
  156. package/Build/Workers/FrustumGeometry-4a7589ed.js +0 -2540
  157. package/Build/Workers/GeometryAttribute-a5b6275b.js +0 -619
  158. package/Build/Workers/GeometryAttributes-ad136444.js +0 -91
  159. package/Build/Workers/GeometryInstance-34d9e21e.js +0 -121
  160. package/Build/Workers/GeometryOffsetAttribute-9ad0019c.js +0 -16
  161. package/Build/Workers/GeometryPipeline-fa9e6ffc.js +0 -3690
  162. package/Build/Workers/IndexDatatype-2643aa47.js +0 -200
  163. package/Build/Workers/IntersectionTests-feace3da.js +0 -1836
  164. package/Build/Workers/Math-0a2ac845.js +0 -1340
  165. package/Build/Workers/Matrix2-e1298525.js +0 -7086
  166. package/Build/Workers/Matrix3-41c58dde.js +0 -4283
  167. package/Build/Workers/OrientedBoundingBox-6b94d955.js +0 -1259
  168. package/Build/Workers/Plane-4c3d403b.js +0 -309
  169. package/Build/Workers/PolygonGeometryLibrary-4ffc457d.js +0 -1074
  170. package/Build/Workers/PolygonPipeline-d5e66350.js +0 -1344
  171. package/Build/Workers/PolylinePipeline-83410f0c.js +0 -573
  172. package/Build/Workers/PolylineVolumeGeometryLibrary-290e7aec.js +0 -781
  173. package/Build/Workers/PrimitivePipeline-6081d138.js +0 -966
  174. package/Build/Workers/RectangleGeometryLibrary-986710d8.js +0 -280
  175. package/Build/Workers/RuntimeError-ef395448.js +0 -68
  176. package/Build/Workers/TerrainEncoding-528e1d68.js +0 -1227
  177. package/Build/Workers/Transforms-b527bb09.js +0 -14714
  178. package/Build/Workers/VertexFormat-030f11ff.js +0 -312
  179. package/Build/Workers/WallGeometryLibrary-faf583f8.js +0 -211
  180. package/Build/Workers/WebGLConstants-0b1ce7ba.js +0 -620
  181. package/Build/Workers/WebMercatorProjection-13ed1a6e.js +0 -151
  182. package/Build/Workers/arrayRemoveDuplicates-d2061e85.js +0 -129
  183. package/Build/Workers/cesiumWorkerBootstrapper.js +0 -1363
  184. package/Build/Workers/combine-d9581036.js +0 -82
  185. package/Build/Workers/defaultValue-fe22d8c0.js +0 -51
  186. package/Source/ThirdParty/Workers/draco_decoder_nodejs.js +0 -117
  187. package/Source/Workers/cesiumWorkerBootstrapper.js +0 -2290
  188. package/Source/Workers/package.json +0 -1
  189. /package/Source/{WorkersES6 → Workers}/combineGeometry.js +0 -0
  190. /package/Source/{WorkersES6 → Workers}/createBoxGeometry.js +0 -0
  191. /package/Source/{WorkersES6 → Workers}/createBoxOutlineGeometry.js +0 -0
  192. /package/Source/{WorkersES6 → Workers}/createCircleGeometry.js +0 -0
  193. /package/Source/{WorkersES6 → Workers}/createCircleOutlineGeometry.js +0 -0
  194. /package/Source/{WorkersES6 → Workers}/createCoplanarPolygonGeometry.js +0 -0
  195. /package/Source/{WorkersES6 → Workers}/createCoplanarPolygonOutlineGeometry.js +0 -0
  196. /package/Source/{WorkersES6 → Workers}/createCorridorGeometry.js +0 -0
  197. /package/Source/{WorkersES6 → Workers}/createCorridorOutlineGeometry.js +0 -0
  198. /package/Source/{WorkersES6 → Workers}/createCylinderGeometry.js +0 -0
  199. /package/Source/{WorkersES6 → Workers}/createCylinderOutlineGeometry.js +0 -0
  200. /package/Source/{WorkersES6 → Workers}/createEllipseGeometry.js +0 -0
  201. /package/Source/{WorkersES6 → Workers}/createEllipseOutlineGeometry.js +0 -0
  202. /package/Source/{WorkersES6 → Workers}/createEllipsoidGeometry.js +0 -0
  203. /package/Source/{WorkersES6 → Workers}/createEllipsoidOutlineGeometry.js +0 -0
  204. /package/Source/{WorkersES6 → Workers}/createFrustumGeometry.js +0 -0
  205. /package/Source/{WorkersES6 → Workers}/createFrustumOutlineGeometry.js +0 -0
  206. /package/Source/{WorkersES6 → Workers}/createGroundPolylineGeometry.js +0 -0
  207. /package/Source/{WorkersES6 → Workers}/createPlaneGeometry.js +0 -0
  208. /package/Source/{WorkersES6 → Workers}/createPlaneOutlineGeometry.js +0 -0
  209. /package/Source/{WorkersES6 → Workers}/createPolygonGeometry.js +0 -0
  210. /package/Source/{WorkersES6 → Workers}/createPolygonOutlineGeometry.js +0 -0
  211. /package/Source/{WorkersES6 → Workers}/createPolylineGeometry.js +0 -0
  212. /package/Source/{WorkersES6 → Workers}/createPolylineVolumeGeometry.js +0 -0
  213. /package/Source/{WorkersES6 → Workers}/createPolylineVolumeOutlineGeometry.js +0 -0
  214. /package/Source/{WorkersES6 → Workers}/createRectangleGeometry.js +0 -0
  215. /package/Source/{WorkersES6 → Workers}/createRectangleOutlineGeometry.js +0 -0
  216. /package/Source/{WorkersES6 → Workers}/createSimplePolylineGeometry.js +0 -0
  217. /package/Source/{WorkersES6 → Workers}/createSphereGeometry.js +0 -0
  218. /package/Source/{WorkersES6 → Workers}/createSphereOutlineGeometry.js +0 -0
  219. /package/Source/{WorkersES6 → Workers}/createVectorTileClampedPolylines.js +0 -0
  220. /package/Source/{WorkersES6 → Workers}/createVectorTileGeometries.js +0 -0
  221. /package/Source/{WorkersES6 → Workers}/createVectorTilePoints.js +0 -0
  222. /package/Source/{WorkersES6 → Workers}/createVectorTilePolygons.js +0 -0
  223. /package/Source/{WorkersES6 → Workers}/createVectorTilePolylines.js +0 -0
  224. /package/Source/{WorkersES6 → Workers}/createVerticesFromGoogleEarthEnterpriseBuffer.js +0 -0
  225. /package/Source/{WorkersES6 → Workers}/createVerticesFromHeightmap.js +0 -0
  226. /package/Source/{WorkersES6 → Workers}/createVerticesFromQuantizedTerrainMesh.js +0 -0
  227. /package/Source/{WorkersES6 → Workers}/createWallGeometry.js +0 -0
  228. /package/Source/{WorkersES6 → Workers}/createWallOutlineGeometry.js +0 -0
  229. /package/Source/{WorkersES6 → Workers}/decodeGoogleEarthEnterprisePacket.js +0 -0
  230. /package/Source/{WorkersES6 → Workers}/upsampleQuantizedTerrainMesh.js +0 -0
@@ -1,454 +0,0 @@
1
- define(['exports', './Transforms-b527bb09', './Matrix3-41c58dde', './ComponentDatatype-cf1fa08e', './defaultValue-fe22d8c0', './Check-6ede7e26', './GeometryAttribute-a5b6275b', './GeometryAttributes-ad136444', './GeometryOffsetAttribute-9ad0019c', './IndexDatatype-2643aa47', './Math-0a2ac845'], (function (exports, Transforms, Matrix3, ComponentDatatype, defaultValue, Check, GeometryAttribute, GeometryAttributes, GeometryOffsetAttribute, IndexDatatype, Math$1) { 'use strict';
2
-
3
- const defaultRadii = new Matrix3.Cartesian3(1.0, 1.0, 1.0);
4
- const cos = Math.cos;
5
- const sin = Math.sin;
6
-
7
- /**
8
- * A description of the outline of an ellipsoid centered at the origin.
9
- *
10
- * @alias EllipsoidOutlineGeometry
11
- * @constructor
12
- *
13
- * @param {object} [options] Object with the following properties:
14
- * @param {Cartesian3} [options.radii=Cartesian3(1.0, 1.0, 1.0)] The radii of the ellipsoid in the x, y, and z directions.
15
- * @param {Cartesian3} [options.innerRadii=options.radii] The inner radii of the ellipsoid in the x, y, and z directions.
16
- * @param {number} [options.minimumClock=0.0] The minimum angle lying in the xy-plane measured from the positive x-axis and toward the positive y-axis.
17
- * @param {number} [options.maximumClock=2*PI] The maximum angle lying in the xy-plane measured from the positive x-axis and toward the positive y-axis.
18
- * @param {number} [options.minimumCone=0.0] The minimum angle measured from the positive z-axis and toward the negative z-axis.
19
- * @param {number} [options.maximumCone=PI] The maximum angle measured from the positive z-axis and toward the negative z-axis.
20
- * @param {number} [options.stackPartitions=10] The count of stacks for the ellipsoid (1 greater than the number of parallel lines).
21
- * @param {number} [options.slicePartitions=8] The count of slices for the ellipsoid (Equal to the number of radial lines).
22
- * @param {number} [options.subdivisions=128] The number of points per line, determining the granularity of the curvature.
23
- *
24
- * @exception {DeveloperError} options.stackPartitions must be greater than or equal to one.
25
- * @exception {DeveloperError} options.slicePartitions must be greater than or equal to zero.
26
- * @exception {DeveloperError} options.subdivisions must be greater than or equal to zero.
27
- *
28
- * @example
29
- * const ellipsoid = new Cesium.EllipsoidOutlineGeometry({
30
- * radii : new Cesium.Cartesian3(1000000.0, 500000.0, 500000.0),
31
- * stackPartitions: 6,
32
- * slicePartitions: 5
33
- * });
34
- * const geometry = Cesium.EllipsoidOutlineGeometry.createGeometry(ellipsoid);
35
- */
36
- function EllipsoidOutlineGeometry(options) {
37
- options = defaultValue.defaultValue(options, defaultValue.defaultValue.EMPTY_OBJECT);
38
-
39
- const radii = defaultValue.defaultValue(options.radii, defaultRadii);
40
- const innerRadii = defaultValue.defaultValue(options.innerRadii, radii);
41
- const minimumClock = defaultValue.defaultValue(options.minimumClock, 0.0);
42
- const maximumClock = defaultValue.defaultValue(options.maximumClock, Math$1.CesiumMath.TWO_PI);
43
- const minimumCone = defaultValue.defaultValue(options.minimumCone, 0.0);
44
- const maximumCone = defaultValue.defaultValue(options.maximumCone, Math$1.CesiumMath.PI);
45
- const stackPartitions = Math.round(defaultValue.defaultValue(options.stackPartitions, 10));
46
- const slicePartitions = Math.round(defaultValue.defaultValue(options.slicePartitions, 8));
47
- const subdivisions = Math.round(defaultValue.defaultValue(options.subdivisions, 128));
48
-
49
- //>>includeStart('debug', pragmas.debug);
50
- if (stackPartitions < 1) {
51
- throw new Check.DeveloperError("options.stackPartitions cannot be less than 1");
52
- }
53
- if (slicePartitions < 0) {
54
- throw new Check.DeveloperError("options.slicePartitions cannot be less than 0");
55
- }
56
- if (subdivisions < 0) {
57
- throw new Check.DeveloperError(
58
- "options.subdivisions must be greater than or equal to zero."
59
- );
60
- }
61
- if (
62
- defaultValue.defined(options.offsetAttribute) &&
63
- options.offsetAttribute === GeometryOffsetAttribute.GeometryOffsetAttribute.TOP
64
- ) {
65
- throw new Check.DeveloperError(
66
- "GeometryOffsetAttribute.TOP is not a supported options.offsetAttribute for this geometry."
67
- );
68
- }
69
- //>>includeEnd('debug');
70
-
71
- this._radii = Matrix3.Cartesian3.clone(radii);
72
- this._innerRadii = Matrix3.Cartesian3.clone(innerRadii);
73
- this._minimumClock = minimumClock;
74
- this._maximumClock = maximumClock;
75
- this._minimumCone = minimumCone;
76
- this._maximumCone = maximumCone;
77
- this._stackPartitions = stackPartitions;
78
- this._slicePartitions = slicePartitions;
79
- this._subdivisions = subdivisions;
80
- this._offsetAttribute = options.offsetAttribute;
81
- this._workerName = "createEllipsoidOutlineGeometry";
82
- }
83
-
84
- /**
85
- * The number of elements used to pack the object into an array.
86
- * @type {number}
87
- */
88
- EllipsoidOutlineGeometry.packedLength = 2 * Matrix3.Cartesian3.packedLength + 8;
89
-
90
- /**
91
- * Stores the provided instance into the provided array.
92
- *
93
- * @param {EllipsoidOutlineGeometry} value The value to pack.
94
- * @param {number[]} array The array to pack into.
95
- * @param {number} [startingIndex=0] The index into the array at which to start packing the elements.
96
- *
97
- * @returns {number[]} The array that was packed into
98
- */
99
- EllipsoidOutlineGeometry.pack = function (value, array, startingIndex) {
100
- //>>includeStart('debug', pragmas.debug);
101
- if (!defaultValue.defined(value)) {
102
- throw new Check.DeveloperError("value is required");
103
- }
104
- if (!defaultValue.defined(array)) {
105
- throw new Check.DeveloperError("array is required");
106
- }
107
- //>>includeEnd('debug');
108
-
109
- startingIndex = defaultValue.defaultValue(startingIndex, 0);
110
-
111
- Matrix3.Cartesian3.pack(value._radii, array, startingIndex);
112
- startingIndex += Matrix3.Cartesian3.packedLength;
113
-
114
- Matrix3.Cartesian3.pack(value._innerRadii, array, startingIndex);
115
- startingIndex += Matrix3.Cartesian3.packedLength;
116
-
117
- array[startingIndex++] = value._minimumClock;
118
- array[startingIndex++] = value._maximumClock;
119
- array[startingIndex++] = value._minimumCone;
120
- array[startingIndex++] = value._maximumCone;
121
- array[startingIndex++] = value._stackPartitions;
122
- array[startingIndex++] = value._slicePartitions;
123
- array[startingIndex++] = value._subdivisions;
124
- array[startingIndex] = defaultValue.defaultValue(value._offsetAttribute, -1);
125
-
126
- return array;
127
- };
128
-
129
- const scratchRadii = new Matrix3.Cartesian3();
130
- const scratchInnerRadii = new Matrix3.Cartesian3();
131
- const scratchOptions = {
132
- radii: scratchRadii,
133
- innerRadii: scratchInnerRadii,
134
- minimumClock: undefined,
135
- maximumClock: undefined,
136
- minimumCone: undefined,
137
- maximumCone: undefined,
138
- stackPartitions: undefined,
139
- slicePartitions: undefined,
140
- subdivisions: undefined,
141
- offsetAttribute: undefined,
142
- };
143
-
144
- /**
145
- * Retrieves an instance from a packed array.
146
- *
147
- * @param {number[]} array The packed array.
148
- * @param {number} [startingIndex=0] The starting index of the element to be unpacked.
149
- * @param {EllipsoidOutlineGeometry} [result] The object into which to store the result.
150
- * @returns {EllipsoidOutlineGeometry} The modified result parameter or a new EllipsoidOutlineGeometry instance if one was not provided.
151
- */
152
- EllipsoidOutlineGeometry.unpack = function (array, startingIndex, result) {
153
- //>>includeStart('debug', pragmas.debug);
154
- if (!defaultValue.defined(array)) {
155
- throw new Check.DeveloperError("array is required");
156
- }
157
- //>>includeEnd('debug');
158
-
159
- startingIndex = defaultValue.defaultValue(startingIndex, 0);
160
-
161
- const radii = Matrix3.Cartesian3.unpack(array, startingIndex, scratchRadii);
162
- startingIndex += Matrix3.Cartesian3.packedLength;
163
-
164
- const innerRadii = Matrix3.Cartesian3.unpack(array, startingIndex, scratchInnerRadii);
165
- startingIndex += Matrix3.Cartesian3.packedLength;
166
-
167
- const minimumClock = array[startingIndex++];
168
- const maximumClock = array[startingIndex++];
169
- const minimumCone = array[startingIndex++];
170
- const maximumCone = array[startingIndex++];
171
- const stackPartitions = array[startingIndex++];
172
- const slicePartitions = array[startingIndex++];
173
- const subdivisions = array[startingIndex++];
174
- const offsetAttribute = array[startingIndex];
175
-
176
- if (!defaultValue.defined(result)) {
177
- scratchOptions.minimumClock = minimumClock;
178
- scratchOptions.maximumClock = maximumClock;
179
- scratchOptions.minimumCone = minimumCone;
180
- scratchOptions.maximumCone = maximumCone;
181
- scratchOptions.stackPartitions = stackPartitions;
182
- scratchOptions.slicePartitions = slicePartitions;
183
- scratchOptions.subdivisions = subdivisions;
184
- scratchOptions.offsetAttribute =
185
- offsetAttribute === -1 ? undefined : offsetAttribute;
186
- return new EllipsoidOutlineGeometry(scratchOptions);
187
- }
188
-
189
- result._radii = Matrix3.Cartesian3.clone(radii, result._radii);
190
- result._innerRadii = Matrix3.Cartesian3.clone(innerRadii, result._innerRadii);
191
- result._minimumClock = minimumClock;
192
- result._maximumClock = maximumClock;
193
- result._minimumCone = minimumCone;
194
- result._maximumCone = maximumCone;
195
- result._stackPartitions = stackPartitions;
196
- result._slicePartitions = slicePartitions;
197
- result._subdivisions = subdivisions;
198
- result._offsetAttribute =
199
- offsetAttribute === -1 ? undefined : offsetAttribute;
200
-
201
- return result;
202
- };
203
-
204
- /**
205
- * Computes the geometric representation of an outline of an ellipsoid, including its vertices, indices, and a bounding sphere.
206
- *
207
- * @param {EllipsoidOutlineGeometry} ellipsoidGeometry A description of the ellipsoid outline.
208
- * @returns {Geometry|undefined} The computed vertices and indices.
209
- */
210
- EllipsoidOutlineGeometry.createGeometry = function (ellipsoidGeometry) {
211
- const radii = ellipsoidGeometry._radii;
212
- if (radii.x <= 0 || radii.y <= 0 || radii.z <= 0) {
213
- return;
214
- }
215
-
216
- const innerRadii = ellipsoidGeometry._innerRadii;
217
- if (innerRadii.x <= 0 || innerRadii.y <= 0 || innerRadii.z <= 0) {
218
- return;
219
- }
220
-
221
- const minimumClock = ellipsoidGeometry._minimumClock;
222
- const maximumClock = ellipsoidGeometry._maximumClock;
223
- const minimumCone = ellipsoidGeometry._minimumCone;
224
- const maximumCone = ellipsoidGeometry._maximumCone;
225
- const subdivisions = ellipsoidGeometry._subdivisions;
226
- const ellipsoid = Matrix3.Ellipsoid.fromCartesian3(radii);
227
-
228
- // Add an extra slice and stack to remain consistent with EllipsoidGeometry
229
- let slicePartitions = ellipsoidGeometry._slicePartitions + 1;
230
- let stackPartitions = ellipsoidGeometry._stackPartitions + 1;
231
-
232
- slicePartitions = Math.round(
233
- (slicePartitions * Math.abs(maximumClock - minimumClock)) /
234
- Math$1.CesiumMath.TWO_PI
235
- );
236
- stackPartitions = Math.round(
237
- (stackPartitions * Math.abs(maximumCone - minimumCone)) / Math$1.CesiumMath.PI
238
- );
239
-
240
- if (slicePartitions < 2) {
241
- slicePartitions = 2;
242
- }
243
- if (stackPartitions < 2) {
244
- stackPartitions = 2;
245
- }
246
-
247
- let extraIndices = 0;
248
- let vertexMultiplier = 1.0;
249
- const hasInnerSurface =
250
- innerRadii.x !== radii.x ||
251
- innerRadii.y !== radii.y ||
252
- innerRadii.z !== radii.z;
253
- let isTopOpen = false;
254
- let isBotOpen = false;
255
- if (hasInnerSurface) {
256
- vertexMultiplier = 2.0;
257
- // Add 2x slicePartitions to connect the top/bottom of the outer to
258
- // the top/bottom of the inner
259
- if (minimumCone > 0.0) {
260
- isTopOpen = true;
261
- extraIndices += slicePartitions;
262
- }
263
- if (maximumCone < Math.PI) {
264
- isBotOpen = true;
265
- extraIndices += slicePartitions;
266
- }
267
- }
268
-
269
- const vertexCount =
270
- subdivisions * vertexMultiplier * (stackPartitions + slicePartitions);
271
- const positions = new Float64Array(vertexCount * 3);
272
-
273
- // Multiply by two because two points define each line segment
274
- const numIndices =
275
- 2 *
276
- (vertexCount +
277
- extraIndices -
278
- (slicePartitions + stackPartitions) * vertexMultiplier);
279
- const indices = IndexDatatype.IndexDatatype.createTypedArray(vertexCount, numIndices);
280
-
281
- let i;
282
- let j;
283
- let theta;
284
- let phi;
285
- let index = 0;
286
-
287
- // Calculate sin/cos phi
288
- const sinPhi = new Array(stackPartitions);
289
- const cosPhi = new Array(stackPartitions);
290
- for (i = 0; i < stackPartitions; i++) {
291
- phi =
292
- minimumCone + (i * (maximumCone - minimumCone)) / (stackPartitions - 1);
293
- sinPhi[i] = sin(phi);
294
- cosPhi[i] = cos(phi);
295
- }
296
-
297
- // Calculate sin/cos theta
298
- const sinTheta = new Array(subdivisions);
299
- const cosTheta = new Array(subdivisions);
300
- for (i = 0; i < subdivisions; i++) {
301
- theta =
302
- minimumClock + (i * (maximumClock - minimumClock)) / (subdivisions - 1);
303
- sinTheta[i] = sin(theta);
304
- cosTheta[i] = cos(theta);
305
- }
306
-
307
- // Calculate the latitude lines on the outer surface
308
- for (i = 0; i < stackPartitions; i++) {
309
- for (j = 0; j < subdivisions; j++) {
310
- positions[index++] = radii.x * sinPhi[i] * cosTheta[j];
311
- positions[index++] = radii.y * sinPhi[i] * sinTheta[j];
312
- positions[index++] = radii.z * cosPhi[i];
313
- }
314
- }
315
-
316
- // Calculate the latitude lines on the inner surface
317
- if (hasInnerSurface) {
318
- for (i = 0; i < stackPartitions; i++) {
319
- for (j = 0; j < subdivisions; j++) {
320
- positions[index++] = innerRadii.x * sinPhi[i] * cosTheta[j];
321
- positions[index++] = innerRadii.y * sinPhi[i] * sinTheta[j];
322
- positions[index++] = innerRadii.z * cosPhi[i];
323
- }
324
- }
325
- }
326
-
327
- // Calculate sin/cos phi
328
- sinPhi.length = subdivisions;
329
- cosPhi.length = subdivisions;
330
- for (i = 0; i < subdivisions; i++) {
331
- phi = minimumCone + (i * (maximumCone - minimumCone)) / (subdivisions - 1);
332
- sinPhi[i] = sin(phi);
333
- cosPhi[i] = cos(phi);
334
- }
335
-
336
- // Calculate sin/cos theta for each slice partition
337
- sinTheta.length = slicePartitions;
338
- cosTheta.length = slicePartitions;
339
- for (i = 0; i < slicePartitions; i++) {
340
- theta =
341
- minimumClock +
342
- (i * (maximumClock - minimumClock)) / (slicePartitions - 1);
343
- sinTheta[i] = sin(theta);
344
- cosTheta[i] = cos(theta);
345
- }
346
-
347
- // Calculate the longitude lines on the outer surface
348
- for (i = 0; i < subdivisions; i++) {
349
- for (j = 0; j < slicePartitions; j++) {
350
- positions[index++] = radii.x * sinPhi[i] * cosTheta[j];
351
- positions[index++] = radii.y * sinPhi[i] * sinTheta[j];
352
- positions[index++] = radii.z * cosPhi[i];
353
- }
354
- }
355
-
356
- // Calculate the longitude lines on the inner surface
357
- if (hasInnerSurface) {
358
- for (i = 0; i < subdivisions; i++) {
359
- for (j = 0; j < slicePartitions; j++) {
360
- positions[index++] = innerRadii.x * sinPhi[i] * cosTheta[j];
361
- positions[index++] = innerRadii.y * sinPhi[i] * sinTheta[j];
362
- positions[index++] = innerRadii.z * cosPhi[i];
363
- }
364
- }
365
- }
366
-
367
- // Create indices for the latitude lines
368
- index = 0;
369
- for (i = 0; i < stackPartitions * vertexMultiplier; i++) {
370
- const topOffset = i * subdivisions;
371
- for (j = 0; j < subdivisions - 1; j++) {
372
- indices[index++] = topOffset + j;
373
- indices[index++] = topOffset + j + 1;
374
- }
375
- }
376
-
377
- // Create indices for the outer longitude lines
378
- let offset = stackPartitions * subdivisions * vertexMultiplier;
379
- for (i = 0; i < slicePartitions; i++) {
380
- for (j = 0; j < subdivisions - 1; j++) {
381
- indices[index++] = offset + i + j * slicePartitions;
382
- indices[index++] = offset + i + (j + 1) * slicePartitions;
383
- }
384
- }
385
-
386
- // Create indices for the inner longitude lines
387
- if (hasInnerSurface) {
388
- offset =
389
- stackPartitions * subdivisions * vertexMultiplier +
390
- slicePartitions * subdivisions;
391
- for (i = 0; i < slicePartitions; i++) {
392
- for (j = 0; j < subdivisions - 1; j++) {
393
- indices[index++] = offset + i + j * slicePartitions;
394
- indices[index++] = offset + i + (j + 1) * slicePartitions;
395
- }
396
- }
397
- }
398
-
399
- if (hasInnerSurface) {
400
- let outerOffset = stackPartitions * subdivisions * vertexMultiplier;
401
- let innerOffset = outerOffset + subdivisions * slicePartitions;
402
- if (isTopOpen) {
403
- // Draw lines from the top of the inner surface to the top of the outer surface
404
- for (i = 0; i < slicePartitions; i++) {
405
- indices[index++] = outerOffset + i;
406
- indices[index++] = innerOffset + i;
407
- }
408
- }
409
-
410
- if (isBotOpen) {
411
- // Draw lines from the top of the inner surface to the top of the outer surface
412
- outerOffset += subdivisions * slicePartitions - slicePartitions;
413
- innerOffset += subdivisions * slicePartitions - slicePartitions;
414
- for (i = 0; i < slicePartitions; i++) {
415
- indices[index++] = outerOffset + i;
416
- indices[index++] = innerOffset + i;
417
- }
418
- }
419
- }
420
-
421
- const attributes = new GeometryAttributes.GeometryAttributes({
422
- position: new GeometryAttribute.GeometryAttribute({
423
- componentDatatype: ComponentDatatype.ComponentDatatype.DOUBLE,
424
- componentsPerAttribute: 3,
425
- values: positions,
426
- }),
427
- });
428
-
429
- if (defaultValue.defined(ellipsoidGeometry._offsetAttribute)) {
430
- const length = positions.length;
431
- const offsetValue =
432
- ellipsoidGeometry._offsetAttribute === GeometryOffsetAttribute.GeometryOffsetAttribute.NONE
433
- ? 0
434
- : 1;
435
- const applyOffset = new Uint8Array(length / 3).fill(offsetValue);
436
- attributes.applyOffset = new GeometryAttribute.GeometryAttribute({
437
- componentDatatype: ComponentDatatype.ComponentDatatype.UNSIGNED_BYTE,
438
- componentsPerAttribute: 1,
439
- values: applyOffset,
440
- });
441
- }
442
-
443
- return new GeometryAttribute.Geometry({
444
- attributes: attributes,
445
- indices: indices,
446
- primitiveType: GeometryAttribute.PrimitiveType.LINES,
447
- boundingSphere: Transforms.BoundingSphere.fromEllipsoid(ellipsoid),
448
- offsetAttribute: ellipsoidGeometry._offsetAttribute,
449
- });
450
- };
451
-
452
- exports.EllipsoidOutlineGeometry = EllipsoidOutlineGeometry;
453
-
454
- }));