@cesium/engine 2.1.0 → 2.2.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 (193) hide show
  1. package/Build/Workers/{AxisAlignedBoundingBox-a6f9f0e5.js → AxisAlignedBoundingBox-379015ef.js} +1 -1
  2. package/Build/Workers/{BoundingRectangle-b0a68595.js → BoundingRectangle-57f2b24f.js} +1 -1
  3. package/Build/Workers/{BoxGeometry-baedd794.js → BoxGeometry-ecabfc78.js} +1 -1
  4. package/Build/Workers/{Color-f85df1be.js → Color-14d1a36d.js} +1 -1
  5. package/Build/Workers/{CoplanarPolygonGeometryLibrary-30516950.js → CoplanarPolygonGeometryLibrary-048c3c14.js} +1 -1
  6. package/Build/Workers/{CorridorGeometryLibrary-5d5d3b3a.js → CorridorGeometryLibrary-520c8619.js} +1 -1
  7. package/Build/Workers/{CylinderGeometry-d899ae26.js → CylinderGeometry-119068b8.js} +1 -1
  8. package/Build/Workers/{EllipseGeometry-a49f8449.js → EllipseGeometry-2dfc3523.js} +1 -1
  9. package/Build/Workers/{EllipseGeometryLibrary-cba7edde.js → EllipseGeometryLibrary-0a1e0170.js} +1 -1
  10. package/Build/Workers/{EllipseOutlineGeometry-8095c8cb.js → EllipseOutlineGeometry-c5251669.js} +1 -1
  11. package/Build/Workers/{EllipsoidGeometry-ed93f571.js → EllipsoidGeometry-d10a5221.js} +1 -1
  12. package/Build/Workers/{EllipsoidOutlineGeometry-e4854854.js → EllipsoidOutlineGeometry-7039a0ae.js} +1 -1
  13. package/Build/Workers/{EllipsoidTangentPlane-7ae1aa9a.js → EllipsoidTangentPlane-857186be.js} +1 -1
  14. package/Build/Workers/{FrustumGeometry-b62db3e3.js → FrustumGeometry-400fa1b7.js} +2 -2
  15. package/Build/Workers/{GeometryAttribute-780af4fa.js → GeometryAttribute-7a2de5c6.js} +1 -1
  16. package/Build/Workers/{GeometryPipeline-36b61c99.js → GeometryPipeline-916636fa.js} +1 -1
  17. package/Build/Workers/{IntersectionTests-e889fcf0.js → IntersectionTests-b4d02d4d.js} +1 -1
  18. package/Build/Workers/{OrientedBoundingBox-43478ac8.js → OrientedBoundingBox-96fe1752.js} +5 -3
  19. package/Build/Workers/{PolygonGeometryLibrary-38a98276.js → PolygonGeometryLibrary-931f1ec6.js} +1 -1
  20. package/Build/Workers/{PolygonPipeline-d31ff61c.js → PolygonPipeline-32fc92cc.js} +1 -1
  21. package/Build/Workers/{PolylinePipeline-30e4cec9.js → PolylinePipeline-6d5c63e5.js} +1 -1
  22. package/Build/Workers/{PolylineVolumeGeometryLibrary-90551d26.js → PolylineVolumeGeometryLibrary-f068c1fb.js} +1 -1
  23. package/Build/Workers/{PrimitivePipeline-558d9cb0.js → PrimitivePipeline-879f996a.js} +1 -1
  24. package/Build/Workers/{RectangleGeometryLibrary-815c68df.js → RectangleGeometryLibrary-2d6f36f3.js} +1 -1
  25. package/Build/Workers/{TerrainEncoding-341ead52.js → TerrainEncoding-82882059.js} +1 -1
  26. package/Build/Workers/{Transforms-9e9df299.js → Transforms-9052372a.js} +6 -5
  27. package/Build/Workers/{WallGeometryLibrary-ccf90976.js → WallGeometryLibrary-db7a64fb.js} +1 -1
  28. package/Build/Workers/cesiumWorkerBootstrapper.js +1 -1
  29. package/Build/Workers/combineGeometry.js +1 -1
  30. package/Build/Workers/createBoxGeometry.js +1 -1
  31. package/Build/Workers/createBoxOutlineGeometry.js +1 -1
  32. package/Build/Workers/createCircleGeometry.js +1 -1
  33. package/Build/Workers/createCircleOutlineGeometry.js +1 -1
  34. package/Build/Workers/createCoplanarPolygonGeometry.js +1 -1
  35. package/Build/Workers/createCoplanarPolygonOutlineGeometry.js +1 -1
  36. package/Build/Workers/createCorridorGeometry.js +1 -1
  37. package/Build/Workers/createCorridorOutlineGeometry.js +1 -1
  38. package/Build/Workers/createCylinderGeometry.js +1 -1
  39. package/Build/Workers/createCylinderOutlineGeometry.js +1 -1
  40. package/Build/Workers/createEllipseGeometry.js +1 -1
  41. package/Build/Workers/createEllipseOutlineGeometry.js +1 -1
  42. package/Build/Workers/createEllipsoidGeometry.js +1 -1
  43. package/Build/Workers/createEllipsoidOutlineGeometry.js +1 -1
  44. package/Build/Workers/createFrustumGeometry.js +1 -1
  45. package/Build/Workers/createFrustumOutlineGeometry.js +1 -1
  46. package/Build/Workers/createGeometry.js +1 -1
  47. package/Build/Workers/createGroundPolylineGeometry.js +1 -1
  48. package/Build/Workers/createPlaneGeometry.js +1 -1
  49. package/Build/Workers/createPlaneOutlineGeometry.js +1 -1
  50. package/Build/Workers/createPolygonGeometry.js +1 -1
  51. package/Build/Workers/createPolygonOutlineGeometry.js +1 -1
  52. package/Build/Workers/createPolylineGeometry.js +1 -1
  53. package/Build/Workers/createPolylineVolumeGeometry.js +1 -1
  54. package/Build/Workers/createPolylineVolumeOutlineGeometry.js +1 -1
  55. package/Build/Workers/createRectangleGeometry.js +1 -1
  56. package/Build/Workers/createRectangleOutlineGeometry.js +1 -1
  57. package/Build/Workers/createSimplePolylineGeometry.js +1 -1
  58. package/Build/Workers/createSphereGeometry.js +1 -1
  59. package/Build/Workers/createSphereOutlineGeometry.js +1 -1
  60. package/Build/Workers/createVectorTileGeometries.js +1 -1
  61. package/Build/Workers/createVectorTilePolygons.js +1 -1
  62. package/Build/Workers/createVerticesFromGoogleEarthEnterpriseBuffer.js +1 -1
  63. package/Build/Workers/createVerticesFromHeightmap.js +1 -1
  64. package/Build/Workers/createVerticesFromQuantizedTerrainMesh.js +10 -15
  65. package/Build/Workers/createWallGeometry.js +1 -1
  66. package/Build/Workers/createWallOutlineGeometry.js +1 -1
  67. package/Build/Workers/package.js +1 -1
  68. package/Build/Workers/transferTypedArrayTest.js +1 -1
  69. package/Build/Workers/upsampleQuantizedTerrainMesh.js +1 -1
  70. package/Source/Core/ArcGISTiledElevationTerrainProvider.js +291 -191
  71. package/Source/Core/CesiumTerrainProvider.js +571 -434
  72. package/Source/Core/CustomHeightmapTerrainProvider.js +12 -0
  73. package/Source/Core/EllipsoidTerrainProvider.js +17 -10
  74. package/Source/Core/FrustumGeometry.js +1 -1
  75. package/Source/Core/GoogleEarthEnterpriseMetadata.js +86 -34
  76. package/Source/Core/GoogleEarthEnterpriseTerrainProvider.js +119 -82
  77. package/Source/Core/Ion.js +1 -1
  78. package/Source/Core/IonResource.js +14 -3
  79. package/Source/Core/OrientedBoundingBox.js +4 -2
  80. package/Source/Core/RequestScheduler.js +1 -1
  81. package/Source/Core/Resource.js +2 -2
  82. package/Source/Core/TerrainProvider.js +9 -14
  83. package/Source/Core/TileProviderError.js +8 -8
  84. package/Source/Core/VRTheWorldTerrainProvider.js +193 -124
  85. package/Source/Core/buildModuleUrl.js +4 -3
  86. package/Source/Core/createWorldTerrain.js +20 -2
  87. package/Source/Core/createWorldTerrainAsync.js +48 -0
  88. package/Source/Core/sampleTerrain.js +9 -10
  89. package/Source/Core/sampleTerrainMostDetailed.js +66 -72
  90. package/Source/DataSources/Cesium3DTilesetVisualizer.js +37 -26
  91. package/Source/DataSources/Entity.js +6 -1
  92. package/Source/DataSources/ModelVisualizer.js +99 -31
  93. package/Source/DataSources/PolygonGraphics.js +1 -1
  94. package/Source/Scene/ArcGisMapServerImageryProvider.js +552 -376
  95. package/Source/Scene/BingMapsImageryProvider.js +511 -305
  96. package/Source/Scene/BufferLoader.js +29 -34
  97. package/Source/Scene/Cesium3DTile.js +388 -251
  98. package/Source/Scene/Cesium3DTileBatchTable.js +2 -2
  99. package/Source/Scene/Cesium3DTileContent.js +16 -0
  100. package/Source/Scene/Cesium3DTileContentFactory.js +4 -4
  101. package/Source/Scene/Cesium3DTilePass.js +8 -11
  102. package/Source/Scene/Cesium3DTileStyleEngine.js +1 -1
  103. package/Source/Scene/Cesium3DTilesVoxelProvider.js +225 -117
  104. package/Source/Scene/Cesium3DTileset.js +755 -481
  105. package/Source/Scene/Cesium3DTilesetBaseTraversal.js +301 -0
  106. package/Source/Scene/Cesium3DTilesetMostDetailedTraversal.js +33 -46
  107. package/Source/Scene/Cesium3DTilesetSkipTraversal.js +421 -0
  108. package/Source/Scene/Cesium3DTilesetTraversal.js +219 -671
  109. package/Source/Scene/ClassificationPrimitive.js +7 -0
  110. package/Source/Scene/Composite3DTileContent.js +69 -26
  111. package/Source/Scene/CreditDisplay.js +20 -4
  112. package/Source/Scene/DepthPlane.js +1 -1
  113. package/Source/Scene/Empty3DTileContent.js +31 -1
  114. package/Source/Scene/Geometry3DTileContent.js +47 -7
  115. package/Source/Scene/Globe.js +5 -1
  116. package/Source/Scene/GlobeSurfaceTile.js +2 -1
  117. package/Source/Scene/GlobeSurfaceTileProvider.js +50 -27
  118. package/Source/Scene/GltfBufferViewLoader.js +47 -91
  119. package/Source/Scene/GltfDracoLoader.js +110 -112
  120. package/Source/Scene/GltfImageLoader.js +71 -78
  121. package/Source/Scene/GltfIndexBufferLoader.js +108 -121
  122. package/Source/Scene/GltfJsonLoader.js +75 -74
  123. package/Source/Scene/GltfLoader.js +392 -280
  124. package/Source/Scene/GltfStructuralMetadataLoader.js +109 -110
  125. package/Source/Scene/GltfTextureLoader.js +97 -96
  126. package/Source/Scene/GltfVertexBufferLoader.js +128 -133
  127. package/Source/Scene/GoogleEarthEnterpriseImageryProvider.js +353 -225
  128. package/Source/Scene/GoogleEarthEnterpriseMapsProvider.js +491 -331
  129. package/Source/Scene/GridImageryProvider.js +267 -104
  130. package/Source/Scene/GroundPolylinePrimitive.js +12 -1
  131. package/Source/Scene/GroundPrimitive.js +8 -1
  132. package/Source/Scene/I3SDataProvider.js +214 -113
  133. package/Source/Scene/I3SFeature.js +7 -6
  134. package/Source/Scene/I3SLayer.js +26 -37
  135. package/Source/Scene/I3SNode.js +59 -66
  136. package/Source/Scene/Imagery.js +6 -1
  137. package/Source/Scene/ImageryLayer.js +299 -48
  138. package/Source/Scene/ImageryLayerCollection.js +26 -0
  139. package/Source/Scene/ImageryProvider.js +129 -111
  140. package/Source/Scene/Implicit3DTileContent.js +72 -23
  141. package/Source/Scene/ImplicitSubtree.js +66 -45
  142. package/Source/Scene/IonImageryProvider.js +471 -264
  143. package/Source/Scene/MapboxImageryProvider.js +272 -112
  144. package/Source/Scene/MapboxStyleImageryProvider.js +270 -111
  145. package/Source/Scene/MetadataSchemaLoader.js +26 -36
  146. package/Source/Scene/Model/B3dmLoader.js +42 -46
  147. package/Source/Scene/Model/GeoJsonLoader.js +8 -32
  148. package/Source/Scene/Model/I3dmLoader.js +48 -74
  149. package/Source/Scene/Model/Model.js +470 -132
  150. package/Source/Scene/Model/Model3DTileContent.js +83 -31
  151. package/Source/Scene/Model/ModelAnimationCollection.js +3 -3
  152. package/Source/Scene/Model/ModelDrawCommand.js +15 -26
  153. package/Source/Scene/Model/ModelUtility.js +16 -16
  154. package/Source/Scene/Model/PntsLoader.js +27 -32
  155. package/Source/Scene/Multiple3DTileContent.js +134 -115
  156. package/Source/Scene/PointCloud.js +11 -19
  157. package/Source/Scene/Primitive.js +20 -0
  158. package/Source/Scene/QuadtreePrimitive.js +2 -0
  159. package/Source/Scene/QuadtreeTileProvider.js +4 -8
  160. package/Source/Scene/ResourceCache.js +47 -105
  161. package/Source/Scene/ResourceCacheStatistics.js +24 -58
  162. package/Source/Scene/ResourceLoader.js +5 -17
  163. package/Source/Scene/ResourceLoaderState.js +12 -4
  164. package/Source/Scene/Scene.js +65 -0
  165. package/Source/Scene/ScreenSpaceCameraController.js +1 -1
  166. package/Source/Scene/SingleTileImageryProvider.js +382 -209
  167. package/Source/Scene/Terrain.js +196 -0
  168. package/Source/Scene/TileCoordinatesImageryProvider.js +267 -104
  169. package/Source/Scene/TileMapServiceImageryProvider.js +177 -85
  170. package/Source/Scene/Tileset3DTileContent.js +47 -5
  171. package/Source/Scene/TimeDynamicPointCloud.js +15 -2
  172. package/Source/Scene/UrlTemplateImageryProvider.js +343 -215
  173. package/Source/Scene/Vector3DTileClampedPolylines.js +96 -84
  174. package/Source/Scene/Vector3DTileContent.js +47 -22
  175. package/Source/Scene/Vector3DTileGeometry.js +57 -52
  176. package/Source/Scene/Vector3DTilePoints.js +72 -68
  177. package/Source/Scene/Vector3DTilePolygons.js +118 -117
  178. package/Source/Scene/Vector3DTilePolylines.js +86 -82
  179. package/Source/Scene/Vector3DTilePrimitive.js +0 -1
  180. package/Source/Scene/VoxelContent.js +61 -63
  181. package/Source/Scene/VoxelPrimitive.js +39 -91
  182. package/Source/Scene/VoxelProvider.js +2 -2
  183. package/Source/Scene/WebMapServiceImageryProvider.js +272 -111
  184. package/Source/Scene/WebMapTileServiceImageryProvider.js +270 -107
  185. package/Source/Scene/computeFlyToLocationForRectangle.js +33 -37
  186. package/Source/Scene/createOsmBuildings.js +6 -0
  187. package/Source/Scene/createOsmBuildingsAsync.js +82 -0
  188. package/Source/Scene/createWorldImagery.js +14 -5
  189. package/Source/Scene/createWorldImageryAsync.js +39 -0
  190. package/Source/Widget/CesiumWidget.js +55 -27
  191. package/index.d.ts +2158 -1395
  192. package/index.js +58 -51
  193. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- define(['exports', './Matrix3-fa806b97', './Check-6ede7e26', './defaultValue-fe22d8c0', './Transforms-9e9df299'], (function (exports, Matrix3, Check, defaultValue, Transforms) { 'use strict';
1
+ define(['exports', './Matrix3-fa806b97', './Check-6ede7e26', './defaultValue-fe22d8c0', './Transforms-9052372a'], (function (exports, Matrix3, Check, defaultValue, Transforms) { 'use strict';
2
2
 
3
3
  /**
4
4
  * Creates an instance of an AxisAlignedBoundingBox from the minimum and maximum points along the x, y, and z axes.
@@ -1,4 +1,4 @@
1
- define(['exports', './Matrix2-1e403d0e', './Matrix3-fa806b97', './Check-6ede7e26', './defaultValue-fe22d8c0', './Transforms-9e9df299'], (function (exports, Matrix2, Matrix3, Check, defaultValue, Transforms) { 'use strict';
1
+ define(['exports', './Matrix2-1e403d0e', './Matrix3-fa806b97', './Check-6ede7e26', './defaultValue-fe22d8c0', './Transforms-9052372a'], (function (exports, Matrix2, Matrix3, Check, defaultValue, Transforms) { 'use strict';
2
2
 
3
3
  /**
4
4
  * A bounding rectangle given by a corner, width and height.
@@ -1,4 +1,4 @@
1
- define(['exports', './Transforms-9e9df299', './Matrix3-fa806b97', './Check-6ede7e26', './ComponentDatatype-cf1fa08e', './defaultValue-fe22d8c0', './GeometryAttribute-780af4fa', './GeometryAttributes-ad136444', './GeometryOffsetAttribute-9ad0019c', './VertexFormat-030f11ff'], (function (exports, Transforms, Matrix3, Check, ComponentDatatype, defaultValue, GeometryAttribute, GeometryAttributes, GeometryOffsetAttribute, VertexFormat) { 'use strict';
1
+ define(['exports', './Transforms-9052372a', './Matrix3-fa806b97', './Check-6ede7e26', './ComponentDatatype-cf1fa08e', './defaultValue-fe22d8c0', './GeometryAttribute-7a2de5c6', './GeometryAttributes-ad136444', './GeometryOffsetAttribute-9ad0019c', './VertexFormat-030f11ff'], (function (exports, Transforms, Matrix3, Check, ComponentDatatype, defaultValue, GeometryAttribute, GeometryAttributes, GeometryOffsetAttribute, VertexFormat) { 'use strict';
2
2
 
3
3
  const diffScratch = new Matrix3.Cartesian3();
4
4
 
@@ -1,4 +1,4 @@
1
- define(['exports', './Check-6ede7e26', './defaultValue-fe22d8c0', './Transforms-9e9df299', './Math-dad82b4d'], (function (exports, Check, defaultValue, Transforms, Math$1) { 'use strict';
1
+ define(['exports', './Check-6ede7e26', './defaultValue-fe22d8c0', './Transforms-9052372a', './Math-dad82b4d'], (function (exports, Check, defaultValue, Transforms, Math$1) { 'use strict';
2
2
 
3
3
  function hue2rgb(m1, m2, h) {
4
4
  if (h < 0) {
@@ -1,4 +1,4 @@
1
- define(['exports', './Matrix2-1e403d0e', './Matrix3-fa806b97', './Check-6ede7e26', './OrientedBoundingBox-43478ac8'], (function (exports, Matrix2, Matrix3, Check, OrientedBoundingBox) { 'use strict';
1
+ define(['exports', './Matrix2-1e403d0e', './Matrix3-fa806b97', './Check-6ede7e26', './OrientedBoundingBox-96fe1752'], (function (exports, Matrix2, Matrix3, Check, OrientedBoundingBox) { 'use strict';
2
2
 
3
3
  /**
4
4
  * @private
@@ -1,4 +1,4 @@
1
- define(['exports', './Matrix3-fa806b97', './PolylineVolumeGeometryLibrary-90551d26', './defaultValue-fe22d8c0', './Math-dad82b4d', './PolylinePipeline-30e4cec9', './Transforms-9e9df299'], (function (exports, Matrix3, PolylineVolumeGeometryLibrary, defaultValue, Math$1, PolylinePipeline, Transforms) { 'use strict';
1
+ define(['exports', './Matrix3-fa806b97', './PolylineVolumeGeometryLibrary-f068c1fb', './defaultValue-fe22d8c0', './Math-dad82b4d', './PolylinePipeline-6d5c63e5', './Transforms-9052372a'], (function (exports, Matrix3, PolylineVolumeGeometryLibrary, defaultValue, Math$1, PolylinePipeline, Transforms) { 'use strict';
2
2
 
3
3
  /**
4
4
  * @private
@@ -1,4 +1,4 @@
1
- define(['exports', './Transforms-9e9df299', './Matrix2-1e403d0e', './Matrix3-fa806b97', './ComponentDatatype-cf1fa08e', './CylinderGeometryLibrary-135b0858', './defaultValue-fe22d8c0', './Check-6ede7e26', './GeometryAttribute-780af4fa', './GeometryAttributes-ad136444', './GeometryOffsetAttribute-9ad0019c', './IndexDatatype-b8f3e09d', './Math-dad82b4d', './VertexFormat-030f11ff'], (function (exports, Transforms, Matrix2, Matrix3, ComponentDatatype, CylinderGeometryLibrary, defaultValue, Check, GeometryAttribute, GeometryAttributes, GeometryOffsetAttribute, IndexDatatype, Math$1, VertexFormat) { 'use strict';
1
+ define(['exports', './Transforms-9052372a', './Matrix2-1e403d0e', './Matrix3-fa806b97', './ComponentDatatype-cf1fa08e', './CylinderGeometryLibrary-135b0858', './defaultValue-fe22d8c0', './Check-6ede7e26', './GeometryAttribute-7a2de5c6', './GeometryAttributes-ad136444', './GeometryOffsetAttribute-9ad0019c', './IndexDatatype-b8f3e09d', './Math-dad82b4d', './VertexFormat-030f11ff'], (function (exports, Transforms, Matrix2, Matrix3, ComponentDatatype, CylinderGeometryLibrary, defaultValue, Check, GeometryAttribute, GeometryAttributes, GeometryOffsetAttribute, IndexDatatype, Math$1, VertexFormat) { 'use strict';
2
2
 
3
3
  const radiusScratch = new Matrix2.Cartesian2();
4
4
  const normalScratch = new Matrix3.Cartesian3();
@@ -1,4 +1,4 @@
1
- define(['exports', './Transforms-9e9df299', './Matrix2-1e403d0e', './Matrix3-fa806b97', './Check-6ede7e26', './ComponentDatatype-cf1fa08e', './defaultValue-fe22d8c0', './EllipseGeometryLibrary-cba7edde', './GeometryAttribute-780af4fa', './GeometryAttributes-ad136444', './GeometryInstance-3fb607b7', './GeometryOffsetAttribute-9ad0019c', './GeometryPipeline-36b61c99', './IndexDatatype-b8f3e09d', './Math-dad82b4d', './VertexFormat-030f11ff'], (function (exports, Transforms, Matrix2, Matrix3, Check, ComponentDatatype, defaultValue, EllipseGeometryLibrary, GeometryAttribute, GeometryAttributes, GeometryInstance, GeometryOffsetAttribute, GeometryPipeline, IndexDatatype, Math$1, VertexFormat) { 'use strict';
1
+ define(['exports', './Transforms-9052372a', './Matrix2-1e403d0e', './Matrix3-fa806b97', './Check-6ede7e26', './ComponentDatatype-cf1fa08e', './defaultValue-fe22d8c0', './EllipseGeometryLibrary-0a1e0170', './GeometryAttribute-7a2de5c6', './GeometryAttributes-ad136444', './GeometryInstance-3fb607b7', './GeometryOffsetAttribute-9ad0019c', './GeometryPipeline-916636fa', './IndexDatatype-b8f3e09d', './Math-dad82b4d', './VertexFormat-030f11ff'], (function (exports, Transforms, Matrix2, Matrix3, Check, ComponentDatatype, defaultValue, EllipseGeometryLibrary, GeometryAttribute, GeometryAttributes, GeometryInstance, GeometryOffsetAttribute, GeometryPipeline, IndexDatatype, Math$1, VertexFormat) { 'use strict';
2
2
 
3
3
  const scratchCartesian1 = new Matrix3.Cartesian3();
4
4
  const scratchCartesian2 = new Matrix3.Cartesian3();
@@ -1,4 +1,4 @@
1
- define(['exports', './Matrix3-fa806b97', './Math-dad82b4d', './Transforms-9e9df299'], (function (exports, Matrix3, Math$1, Transforms) { 'use strict';
1
+ define(['exports', './Matrix3-fa806b97', './Math-dad82b4d', './Transforms-9052372a'], (function (exports, Matrix3, Math$1, Transforms) { 'use strict';
2
2
 
3
3
  const EllipseGeometryLibrary = {};
4
4
 
@@ -1,4 +1,4 @@
1
- define(['exports', './Transforms-9e9df299', './Matrix3-fa806b97', './ComponentDatatype-cf1fa08e', './defaultValue-fe22d8c0', './Check-6ede7e26', './EllipseGeometryLibrary-cba7edde', './GeometryAttribute-780af4fa', './GeometryAttributes-ad136444', './GeometryOffsetAttribute-9ad0019c', './IndexDatatype-b8f3e09d', './Math-dad82b4d'], (function (exports, Transforms, Matrix3, ComponentDatatype, defaultValue, Check, EllipseGeometryLibrary, GeometryAttribute, GeometryAttributes, GeometryOffsetAttribute, IndexDatatype, Math$1) { 'use strict';
1
+ define(['exports', './Transforms-9052372a', './Matrix3-fa806b97', './ComponentDatatype-cf1fa08e', './defaultValue-fe22d8c0', './Check-6ede7e26', './EllipseGeometryLibrary-0a1e0170', './GeometryAttribute-7a2de5c6', './GeometryAttributes-ad136444', './GeometryOffsetAttribute-9ad0019c', './IndexDatatype-b8f3e09d', './Math-dad82b4d'], (function (exports, Transforms, Matrix3, ComponentDatatype, defaultValue, Check, EllipseGeometryLibrary, GeometryAttribute, GeometryAttributes, GeometryOffsetAttribute, IndexDatatype, Math$1) { 'use strict';
2
2
 
3
3
  const scratchCartesian1 = new Matrix3.Cartesian3();
4
4
  let boundingSphereCenter = new Matrix3.Cartesian3();
@@ -1,4 +1,4 @@
1
- define(['exports', './Transforms-9e9df299', './Matrix2-1e403d0e', './Matrix3-fa806b97', './ComponentDatatype-cf1fa08e', './defaultValue-fe22d8c0', './Check-6ede7e26', './GeometryAttribute-780af4fa', './GeometryAttributes-ad136444', './GeometryOffsetAttribute-9ad0019c', './IndexDatatype-b8f3e09d', './Math-dad82b4d', './VertexFormat-030f11ff'], (function (exports, Transforms, Matrix2, Matrix3, ComponentDatatype, defaultValue, Check, GeometryAttribute, GeometryAttributes, GeometryOffsetAttribute, IndexDatatype, Math$1, VertexFormat) { 'use strict';
1
+ define(['exports', './Transforms-9052372a', './Matrix2-1e403d0e', './Matrix3-fa806b97', './ComponentDatatype-cf1fa08e', './defaultValue-fe22d8c0', './Check-6ede7e26', './GeometryAttribute-7a2de5c6', './GeometryAttributes-ad136444', './GeometryOffsetAttribute-9ad0019c', './IndexDatatype-b8f3e09d', './Math-dad82b4d', './VertexFormat-030f11ff'], (function (exports, Transforms, Matrix2, Matrix3, ComponentDatatype, defaultValue, Check, GeometryAttribute, GeometryAttributes, GeometryOffsetAttribute, IndexDatatype, Math$1, VertexFormat) { 'use strict';
2
2
 
3
3
  const scratchPosition = new Matrix3.Cartesian3();
4
4
  const scratchNormal = new Matrix3.Cartesian3();
@@ -1,4 +1,4 @@
1
- define(['exports', './Transforms-9e9df299', './Matrix3-fa806b97', './ComponentDatatype-cf1fa08e', './defaultValue-fe22d8c0', './Check-6ede7e26', './GeometryAttribute-780af4fa', './GeometryAttributes-ad136444', './GeometryOffsetAttribute-9ad0019c', './IndexDatatype-b8f3e09d', './Math-dad82b4d'], (function (exports, Transforms, Matrix3, ComponentDatatype, defaultValue, Check, GeometryAttribute, GeometryAttributes, GeometryOffsetAttribute, IndexDatatype, Math$1) { 'use strict';
1
+ define(['exports', './Transforms-9052372a', './Matrix3-fa806b97', './ComponentDatatype-cf1fa08e', './defaultValue-fe22d8c0', './Check-6ede7e26', './GeometryAttribute-7a2de5c6', './GeometryAttributes-ad136444', './GeometryOffsetAttribute-9ad0019c', './IndexDatatype-b8f3e09d', './Math-dad82b4d'], (function (exports, Transforms, Matrix3, ComponentDatatype, defaultValue, Check, GeometryAttribute, GeometryAttributes, GeometryOffsetAttribute, IndexDatatype, Math$1) { 'use strict';
2
2
 
3
3
  const defaultRadii = new Matrix3.Cartesian3(1.0, 1.0, 1.0);
4
4
  const cos = Math.cos;
@@ -1,4 +1,4 @@
1
- define(['exports', './AxisAlignedBoundingBox-a6f9f0e5', './Matrix2-1e403d0e', './Matrix3-fa806b97', './Check-6ede7e26', './defaultValue-fe22d8c0', './IntersectionTests-e889fcf0', './Plane-c27e1ac6', './Transforms-9e9df299'], (function (exports, AxisAlignedBoundingBox, Matrix2, Matrix3, Check, defaultValue, IntersectionTests, Plane, Transforms) { 'use strict';
1
+ define(['exports', './AxisAlignedBoundingBox-379015ef', './Matrix2-1e403d0e', './Matrix3-fa806b97', './Check-6ede7e26', './defaultValue-fe22d8c0', './IntersectionTests-b4d02d4d', './Plane-c27e1ac6', './Transforms-9052372a'], (function (exports, AxisAlignedBoundingBox, Matrix2, Matrix3, Check, defaultValue, IntersectionTests, Plane, Transforms) { 'use strict';
2
2
 
3
3
  const scratchCart4 = new Matrix2.Cartesian4();
4
4
  /**
@@ -1,4 +1,4 @@
1
- define(['exports', './Transforms-9e9df299', './Matrix3-fa806b97', './Matrix2-1e403d0e', './Check-6ede7e26', './ComponentDatatype-cf1fa08e', './defaultValue-fe22d8c0', './GeometryAttribute-780af4fa', './GeometryAttributes-ad136444', './Math-dad82b4d', './Plane-c27e1ac6', './VertexFormat-030f11ff'], (function (exports, Transforms, Matrix3, Matrix2, Check, ComponentDatatype, defaultValue, GeometryAttribute, GeometryAttributes, Math$1, Plane, VertexFormat) { 'use strict';
1
+ define(['exports', './Transforms-9052372a', './Matrix3-fa806b97', './Matrix2-1e403d0e', './Check-6ede7e26', './ComponentDatatype-cf1fa08e', './defaultValue-fe22d8c0', './GeometryAttribute-7a2de5c6', './GeometryAttributes-ad136444', './Math-dad82b4d', './Plane-c27e1ac6', './VertexFormat-030f11ff'], (function (exports, Transforms, Matrix3, Matrix2, Check, ComponentDatatype, defaultValue, GeometryAttribute, GeometryAttributes, Math$1, Plane, VertexFormat) { 'use strict';
2
2
 
3
3
  /**
4
4
  * The culling volume defined by planes.
@@ -2219,8 +2219,8 @@ define(['exports', './Transforms-9e9df299', './Matrix3-fa806b97', './Matrix2-1e4
2219
2219
 
2220
2220
  let inverseView;
2221
2221
  let inverseViewProjection;
2222
+ const projection = frustum.projectionMatrix;
2222
2223
  if (frustumType === PERSPECTIVE) {
2223
- const projection = frustum.projectionMatrix;
2224
2224
  const viewProjection = Matrix2.Matrix4.multiply(
2225
2225
  projection,
2226
2226
  view,
@@ -1,4 +1,4 @@
1
- define(['exports', './Matrix2-1e403d0e', './Matrix3-fa806b97', './Check-6ede7e26', './defaultValue-fe22d8c0', './WebGLConstants-0b1ce7ba', './Transforms-9e9df299'], (function (exports, Matrix2, Matrix3, Check, defaultValue, WebGLConstants, Transforms) { 'use strict';
1
+ define(['exports', './Matrix2-1e403d0e', './Matrix3-fa806b97', './Check-6ede7e26', './defaultValue-fe22d8c0', './WebGLConstants-0b1ce7ba', './Transforms-9052372a'], (function (exports, Matrix2, Matrix3, Check, defaultValue, WebGLConstants, Transforms) { 'use strict';
2
2
 
3
3
  /**
4
4
  * @private
@@ -1,4 +1,4 @@
1
- define(['exports', './AttributeCompression-8a5a065e', './Matrix2-1e403d0e', './Matrix3-fa806b97', './Check-6ede7e26', './defaultValue-fe22d8c0', './Math-dad82b4d', './Transforms-9e9df299', './ComponentDatatype-cf1fa08e', './EncodedCartesian3-e8bbca36', './GeometryAttribute-780af4fa', './IndexDatatype-b8f3e09d', './IntersectionTests-e889fcf0', './Plane-c27e1ac6'], (function (exports, AttributeCompression, Matrix2, Matrix3, Check, defaultValue, Math$1, Transforms, ComponentDatatype, EncodedCartesian3, GeometryAttribute, IndexDatatype, IntersectionTests, Plane) { 'use strict';
1
+ define(['exports', './AttributeCompression-8a5a065e', './Matrix2-1e403d0e', './Matrix3-fa806b97', './Check-6ede7e26', './defaultValue-fe22d8c0', './Math-dad82b4d', './Transforms-9052372a', './ComponentDatatype-cf1fa08e', './EncodedCartesian3-e8bbca36', './GeometryAttribute-7a2de5c6', './IndexDatatype-b8f3e09d', './IntersectionTests-b4d02d4d', './Plane-c27e1ac6'], (function (exports, AttributeCompression, Matrix2, Matrix3, Check, defaultValue, Math$1, Transforms, ComponentDatatype, EncodedCartesian3, GeometryAttribute, IndexDatatype, IntersectionTests, Plane) { 'use strict';
2
2
 
3
3
  const scratchCartesian1 = new Matrix3.Cartesian3();
4
4
  const scratchCartesian2$1 = new Matrix3.Cartesian3();
@@ -1,4 +1,4 @@
1
- define(['exports', './Matrix3-fa806b97', './defaultValue-fe22d8c0', './Check-6ede7e26', './Transforms-9e9df299', './Math-dad82b4d'], (function (exports, Matrix3, defaultValue, Check, Transforms, Math$1) { 'use strict';
1
+ define(['exports', './Matrix3-fa806b97', './defaultValue-fe22d8c0', './Check-6ede7e26', './Transforms-9052372a', './Math-dad82b4d'], (function (exports, Matrix3, defaultValue, Check, Transforms, Math$1) { 'use strict';
2
2
 
3
3
  /**
4
4
  * Defines functions for 2nd order polynomial functions of one variable with only real coefficients.
@@ -1,4 +1,4 @@
1
- define(['exports', './Transforms-9e9df299', './Matrix2-1e403d0e', './Matrix3-fa806b97', './Check-6ede7e26', './defaultValue-fe22d8c0', './EllipsoidTangentPlane-7ae1aa9a', './Math-dad82b4d', './Plane-c27e1ac6'], (function (exports, Transforms, Matrix2, Matrix3, Check, defaultValue, EllipsoidTangentPlane, Math$1, Plane) { 'use strict';
1
+ define(['exports', './Transforms-9052372a', './Matrix2-1e403d0e', './Matrix3-fa806b97', './Check-6ede7e26', './defaultValue-fe22d8c0', './EllipsoidTangentPlane-857186be', './Math-dad82b4d', './Plane-c27e1ac6'], (function (exports, Transforms, Matrix2, Matrix3, Check, defaultValue, EllipsoidTangentPlane, Math$1, Plane) { 'use strict';
2
2
 
3
3
  /**
4
4
  * Creates an instance of an OrientedBoundingBox.
@@ -8,7 +8,7 @@ define(['exports', './Transforms-9e9df299', './Matrix2-1e403d0e', './Matrix3-fa8
8
8
  *
9
9
  * @param {Cartesian3} [center=Cartesian3.ZERO] The center of the box.
10
10
  * @param {Matrix3} [halfAxes=Matrix3.ZERO] The three orthogonal half-axes of the bounding box.
11
- * Equivalently, the transformation matrix, to rotate and scale a 1x1x1
11
+ * Equivalently, the transformation matrix, to rotate and scale a 2x2x2
12
12
  * cube centered at the origin.
13
13
  *
14
14
  *
@@ -30,7 +30,9 @@ define(['exports', './Transforms-9e9df299', './Matrix2-1e403d0e', './Matrix3-fa8
30
30
  */
31
31
  this.center = Matrix3.Cartesian3.clone(defaultValue.defaultValue(center, Matrix3.Cartesian3.ZERO));
32
32
  /**
33
- * The transformation matrix, to rotate the box to the right position.
33
+ * The three orthogonal half-axes of the bounding box. Equivalently, the
34
+ * transformation matrix, to rotate and scale a 2x2x2 cube centered at the
35
+ * origin.
34
36
  * @type {Matrix3}
35
37
  * @default {@link Matrix3.ZERO}
36
38
  */
@@ -1,4 +1,4 @@
1
- define(['exports', './ArcType-2d9abbbc', './arrayRemoveDuplicates-fac118a8', './Matrix2-1e403d0e', './Matrix3-fa806b97', './ComponentDatatype-cf1fa08e', './defaultValue-fe22d8c0', './EllipsoidRhumbLine-b672d507', './GeometryAttribute-780af4fa', './GeometryAttributes-ad136444', './GeometryPipeline-36b61c99', './IndexDatatype-b8f3e09d', './Math-dad82b4d', './PolygonPipeline-d31ff61c', './Transforms-9e9df299'], (function (exports, ArcType, arrayRemoveDuplicates, Matrix2, Matrix3, ComponentDatatype, defaultValue, EllipsoidRhumbLine, GeometryAttribute, GeometryAttributes, GeometryPipeline, IndexDatatype, Math$1, PolygonPipeline, Transforms) { 'use strict';
1
+ define(['exports', './ArcType-2d9abbbc', './arrayRemoveDuplicates-fac118a8', './Matrix2-1e403d0e', './Matrix3-fa806b97', './ComponentDatatype-cf1fa08e', './defaultValue-fe22d8c0', './EllipsoidRhumbLine-b672d507', './GeometryAttribute-7a2de5c6', './GeometryAttributes-ad136444', './GeometryPipeline-916636fa', './IndexDatatype-b8f3e09d', './Math-dad82b4d', './PolygonPipeline-32fc92cc', './Transforms-9052372a'], (function (exports, ArcType, arrayRemoveDuplicates, Matrix2, Matrix3, ComponentDatatype, defaultValue, EllipsoidRhumbLine, GeometryAttribute, GeometryAttributes, GeometryPipeline, IndexDatatype, Math$1, PolygonPipeline, Transforms) { 'use strict';
2
2
 
3
3
  /**
4
4
  * A queue that can enqueue items at the end, and dequeue items from the front.
@@ -1,4 +1,4 @@
1
- define(['exports', './Matrix2-1e403d0e', './Matrix3-fa806b97', './Check-6ede7e26', './ComponentDatatype-cf1fa08e', './defaultValue-fe22d8c0', './EllipsoidRhumbLine-b672d507', './GeometryAttribute-780af4fa', './Math-dad82b4d', './WebGLConstants-0b1ce7ba'], (function (exports, Matrix2, Matrix3, Check, ComponentDatatype, defaultValue, EllipsoidRhumbLine, GeometryAttribute, Math$1, WebGLConstants) { 'use strict';
1
+ define(['exports', './Matrix2-1e403d0e', './Matrix3-fa806b97', './Check-6ede7e26', './ComponentDatatype-cf1fa08e', './defaultValue-fe22d8c0', './EllipsoidRhumbLine-b672d507', './GeometryAttribute-7a2de5c6', './Math-dad82b4d', './WebGLConstants-0b1ce7ba'], (function (exports, Matrix2, Matrix3, Check, ComponentDatatype, defaultValue, EllipsoidRhumbLine, GeometryAttribute, Math$1, WebGLConstants) { 'use strict';
2
2
 
3
3
  var earcutExports = {};
4
4
  var earcut$1 = {
@@ -1,4 +1,4 @@
1
- define(['exports', './Matrix3-fa806b97', './defaultValue-fe22d8c0', './Check-6ede7e26', './EllipsoidGeodesic-dcff5cbd', './EllipsoidRhumbLine-b672d507', './IntersectionTests-e889fcf0', './Math-dad82b4d', './Matrix2-1e403d0e', './Plane-c27e1ac6'], (function (exports, Matrix3, defaultValue, Check, EllipsoidGeodesic, EllipsoidRhumbLine, IntersectionTests, Math$1, Matrix2, Plane) { 'use strict';
1
+ define(['exports', './Matrix3-fa806b97', './defaultValue-fe22d8c0', './Check-6ede7e26', './EllipsoidGeodesic-dcff5cbd', './EllipsoidRhumbLine-b672d507', './IntersectionTests-b4d02d4d', './Math-dad82b4d', './Matrix2-1e403d0e', './Plane-c27e1ac6'], (function (exports, Matrix3, defaultValue, Check, EllipsoidGeodesic, EllipsoidRhumbLine, IntersectionTests, Math$1, Matrix2, Plane) { 'use strict';
2
2
 
3
3
  /**
4
4
  * @private
@@ -1,4 +1,4 @@
1
- define(['exports', './Matrix2-1e403d0e', './Matrix3-fa806b97', './EllipsoidTangentPlane-7ae1aa9a', './Math-dad82b4d', './PolylinePipeline-30e4cec9', './Transforms-9e9df299', './defaultValue-fe22d8c0', './Check-6ede7e26'], (function (exports, Matrix2, Matrix3, EllipsoidTangentPlane, Math$1, PolylinePipeline, Transforms, defaultValue, Check) { 'use strict';
1
+ define(['exports', './Matrix2-1e403d0e', './Matrix3-fa806b97', './EllipsoidTangentPlane-857186be', './Math-dad82b4d', './PolylinePipeline-6d5c63e5', './Transforms-9052372a', './defaultValue-fe22d8c0', './Check-6ede7e26'], (function (exports, Matrix2, Matrix3, EllipsoidTangentPlane, Math$1, PolylinePipeline, Transforms, defaultValue, Check) { 'use strict';
2
2
 
3
3
  /**
4
4
  * Style options for corners.
@@ -1,4 +1,4 @@
1
- define(['exports', './Transforms-9e9df299', './ComponentDatatype-cf1fa08e', './defaultValue-fe22d8c0', './Check-6ede7e26', './Matrix3-fa806b97', './GeometryAttribute-780af4fa', './GeometryAttributes-ad136444', './GeometryPipeline-36b61c99', './IndexDatatype-b8f3e09d', './Matrix2-1e403d0e', './WebMercatorProjection-76a3fcc0'], (function (exports, Transforms, ComponentDatatype, defaultValue, Check, Matrix3, GeometryAttribute, GeometryAttributes, GeometryPipeline, IndexDatatype, Matrix2, WebMercatorProjection) { 'use strict';
1
+ define(['exports', './Transforms-9052372a', './ComponentDatatype-cf1fa08e', './defaultValue-fe22d8c0', './Check-6ede7e26', './Matrix3-fa806b97', './GeometryAttribute-7a2de5c6', './GeometryAttributes-ad136444', './GeometryPipeline-916636fa', './IndexDatatype-b8f3e09d', './Matrix2-1e403d0e', './WebMercatorProjection-76a3fcc0'], (function (exports, Transforms, ComponentDatatype, defaultValue, Check, Matrix3, GeometryAttribute, GeometryAttributes, GeometryPipeline, IndexDatatype, Matrix2, WebMercatorProjection) { 'use strict';
2
2
 
3
3
  /**
4
4
  * Value and type information for per-instance geometry attribute that determines the geometry instance offset
@@ -1,4 +1,4 @@
1
- define(['exports', './Matrix3-fa806b97', './defaultValue-fe22d8c0', './Check-6ede7e26', './Transforms-9e9df299', './Math-dad82b4d', './Matrix2-1e403d0e'], (function (exports, Matrix3, defaultValue, Check, Transforms, Math$1, Matrix2) { 'use strict';
1
+ define(['exports', './Matrix3-fa806b97', './defaultValue-fe22d8c0', './Check-6ede7e26', './Transforms-9052372a', './Math-dad82b4d', './Matrix2-1e403d0e'], (function (exports, Matrix3, defaultValue, Check, Transforms, Math$1, Matrix2) { 'use strict';
2
2
 
3
3
  const cos = Math.cos;
4
4
  const sin = Math.sin;
@@ -1,4 +1,4 @@
1
- define(['exports', './Transforms-9e9df299', './Matrix3-fa806b97', './Check-6ede7e26', './defaultValue-fe22d8c0', './Matrix2-1e403d0e', './AttributeCompression-8a5a065e', './ComponentDatatype-cf1fa08e', './Math-dad82b4d'], (function (exports, Transforms, Matrix3, Check, defaultValue, Matrix2, AttributeCompression, ComponentDatatype, Math$1) { 'use strict';
1
+ define(['exports', './Transforms-9052372a', './Matrix3-fa806b97', './Check-6ede7e26', './defaultValue-fe22d8c0', './Matrix2-1e403d0e', './AttributeCompression-8a5a065e', './ComponentDatatype-cf1fa08e', './Math-dad82b4d'], (function (exports, Transforms, Matrix3, Check, defaultValue, Matrix2, AttributeCompression, ComponentDatatype, Math$1) { 'use strict';
2
2
 
3
3
  /**
4
4
  * Determine whether or not other objects are visible or hidden behind the visible horizon defined by
@@ -9642,7 +9642,7 @@ define(['require', 'exports', './Matrix3-fa806b97', './Check-6ede7e26', './defau
9642
9642
  */
9643
9643
  RequestScheduler.requestsByServer = {
9644
9644
  "api.cesium.com:443": 18,
9645
- "assets.cesium.com:443": 18,
9645
+ "assets.ion.cesium.com:443": 18,
9646
9646
  };
9647
9647
 
9648
9648
  /**
@@ -10923,7 +10923,7 @@ define(['require', 'exports', './Matrix3-fa806b97', './Check-6ede7e26', './defau
10923
10923
  /**
10924
10924
  * Called when a resource fails to load. This will call the retryCallback function if defined until retryAttempts is reached.
10925
10925
  *
10926
- * @param {Error} [error] The error that was encountered.
10926
+ * @param {RequestErrorEvent} [error] The error that was encountered.
10927
10927
  *
10928
10928
  * @returns {Promise<boolean>} A promise to a boolean, that if true will cause the resource request to be retried.
10929
10929
  *
@@ -13244,9 +13244,10 @@ define(['require', 'exports', './Matrix3-fa806b97', './Check-6ede7e26', './defau
13244
13244
  *
13245
13245
  * @example
13246
13246
  * const viewer = new Cesium.Viewer("cesiumContainer", {
13247
- * imageryProvider: new Cesium.TileMapServiceImageryProvider({
13248
- * url: Cesium.buildModuleUrl("Assets/Textures/NaturalEarthII"),
13249
- * }),
13247
+ * baseLayer: Cesium.ImageryLayer.fromProviderAsync(
13248
+ * Cesium.TileMapServiceImageryProvider.fromUrl(
13249
+ * Cesium.buildModuleUrl("Assets/Textures/NaturalEarthII"),
13250
+ * )),
13250
13251
  * baseLayerPicker: false,
13251
13252
  * });
13252
13253
  */
@@ -1,4 +1,4 @@
1
- define(['exports', './arrayRemoveDuplicates-fac118a8', './Matrix3-fa806b97', './defaultValue-fe22d8c0', './Math-dad82b4d', './PolylinePipeline-30e4cec9'], (function (exports, arrayRemoveDuplicates, Matrix3, defaultValue, Math, PolylinePipeline) { 'use strict';
1
+ define(['exports', './arrayRemoveDuplicates-fac118a8', './Matrix3-fa806b97', './defaultValue-fe22d8c0', './Math-dad82b4d', './PolylinePipeline-6d5c63e5'], (function (exports, arrayRemoveDuplicates, Matrix3, defaultValue, Math, PolylinePipeline) { 'use strict';
2
2
 
3
3
  /**
4
4
  * @private
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  * Cesium - https://github.com/CesiumGS/cesium
4
- * Version 1.103
4
+ * Version 1.104
5
5
  *
6
6
  * Copyright 2011-2022 Cesium Contributors
7
7
  *
@@ -1,4 +1,4 @@
1
- define(['./PrimitivePipeline-558d9cb0', './createTaskProcessorWorker', './Transforms-9e9df299', './Matrix3-fa806b97', './Check-6ede7e26', './defaultValue-fe22d8c0', './Math-dad82b4d', './Matrix2-1e403d0e', './RuntimeError-ef395448', './combine-d9581036', './ComponentDatatype-cf1fa08e', './WebGLConstants-0b1ce7ba', './GeometryAttribute-780af4fa', './GeometryAttributes-ad136444', './GeometryPipeline-36b61c99', './AttributeCompression-8a5a065e', './EncodedCartesian3-e8bbca36', './IndexDatatype-b8f3e09d', './IntersectionTests-e889fcf0', './Plane-c27e1ac6', './WebMercatorProjection-76a3fcc0'], (function (PrimitivePipeline, createTaskProcessorWorker, Transforms, Matrix3, Check, defaultValue, Math, Matrix2, RuntimeError, combine, ComponentDatatype, WebGLConstants, GeometryAttribute, GeometryAttributes, GeometryPipeline, AttributeCompression, EncodedCartesian3, IndexDatatype, IntersectionTests, Plane, WebMercatorProjection) { 'use strict';
1
+ define(['./PrimitivePipeline-879f996a', './createTaskProcessorWorker', './Transforms-9052372a', './Matrix3-fa806b97', './Check-6ede7e26', './defaultValue-fe22d8c0', './Math-dad82b4d', './Matrix2-1e403d0e', './RuntimeError-ef395448', './combine-d9581036', './ComponentDatatype-cf1fa08e', './WebGLConstants-0b1ce7ba', './GeometryAttribute-7a2de5c6', './GeometryAttributes-ad136444', './GeometryPipeline-916636fa', './AttributeCompression-8a5a065e', './EncodedCartesian3-e8bbca36', './IndexDatatype-b8f3e09d', './IntersectionTests-b4d02d4d', './Plane-c27e1ac6', './WebMercatorProjection-76a3fcc0'], (function (PrimitivePipeline, createTaskProcessorWorker, Transforms, Matrix3, Check, defaultValue, Math, Matrix2, RuntimeError, combine, ComponentDatatype, WebGLConstants, GeometryAttribute, GeometryAttributes, GeometryPipeline, AttributeCompression, EncodedCartesian3, IndexDatatype, IntersectionTests, Plane, WebMercatorProjection) { 'use strict';
2
2
 
3
3
  function combineGeometry(packedParameters, transferableObjects) {
4
4
  const parameters = PrimitivePipeline.PrimitivePipeline.unpackCombineGeometryParameters(
@@ -1,4 +1,4 @@
1
- define(['./BoxGeometry-baedd794', './defaultValue-fe22d8c0', './Transforms-9e9df299', './Matrix3-fa806b97', './Check-6ede7e26', './Math-dad82b4d', './Matrix2-1e403d0e', './RuntimeError-ef395448', './combine-d9581036', './ComponentDatatype-cf1fa08e', './WebGLConstants-0b1ce7ba', './GeometryAttribute-780af4fa', './GeometryAttributes-ad136444', './GeometryOffsetAttribute-9ad0019c', './VertexFormat-030f11ff'], (function (BoxGeometry, defaultValue, Transforms, Matrix3, Check, Math, Matrix2, RuntimeError, combine, ComponentDatatype, WebGLConstants, GeometryAttribute, GeometryAttributes, GeometryOffsetAttribute, VertexFormat) { 'use strict';
1
+ define(['./BoxGeometry-ecabfc78', './defaultValue-fe22d8c0', './Transforms-9052372a', './Matrix3-fa806b97', './Check-6ede7e26', './Math-dad82b4d', './Matrix2-1e403d0e', './RuntimeError-ef395448', './combine-d9581036', './ComponentDatatype-cf1fa08e', './WebGLConstants-0b1ce7ba', './GeometryAttribute-7a2de5c6', './GeometryAttributes-ad136444', './GeometryOffsetAttribute-9ad0019c', './VertexFormat-030f11ff'], (function (BoxGeometry, defaultValue, Transforms, Matrix3, Check, Math, Matrix2, RuntimeError, combine, ComponentDatatype, WebGLConstants, GeometryAttribute, GeometryAttributes, GeometryOffsetAttribute, VertexFormat) { 'use strict';
2
2
 
3
3
  function createBoxGeometry(boxGeometry, offset) {
4
4
  if (defaultValue.defined(offset)) {
@@ -1,4 +1,4 @@
1
- define(['./Transforms-9e9df299', './Matrix3-fa806b97', './Check-6ede7e26', './ComponentDatatype-cf1fa08e', './defaultValue-fe22d8c0', './GeometryAttribute-780af4fa', './GeometryAttributes-ad136444', './GeometryOffsetAttribute-9ad0019c', './Math-dad82b4d', './Matrix2-1e403d0e', './RuntimeError-ef395448', './combine-d9581036', './WebGLConstants-0b1ce7ba'], (function (Transforms, Matrix3, Check, ComponentDatatype, defaultValue, GeometryAttribute, GeometryAttributes, GeometryOffsetAttribute, Math, Matrix2, RuntimeError, combine, WebGLConstants) { 'use strict';
1
+ define(['./Transforms-9052372a', './Matrix3-fa806b97', './Check-6ede7e26', './ComponentDatatype-cf1fa08e', './defaultValue-fe22d8c0', './GeometryAttribute-7a2de5c6', './GeometryAttributes-ad136444', './GeometryOffsetAttribute-9ad0019c', './Math-dad82b4d', './Matrix2-1e403d0e', './RuntimeError-ef395448', './combine-d9581036', './WebGLConstants-0b1ce7ba'], (function (Transforms, Matrix3, Check, ComponentDatatype, defaultValue, GeometryAttribute, GeometryAttributes, GeometryOffsetAttribute, Math, Matrix2, RuntimeError, combine, WebGLConstants) { 'use strict';
2
2
 
3
3
  const diffScratch = new Matrix3.Cartesian3();
4
4
 
@@ -1,4 +1,4 @@
1
- define(['./Matrix3-fa806b97', './Check-6ede7e26', './defaultValue-fe22d8c0', './EllipseGeometry-a49f8449', './VertexFormat-030f11ff', './Math-dad82b4d', './Transforms-9e9df299', './Matrix2-1e403d0e', './RuntimeError-ef395448', './combine-d9581036', './ComponentDatatype-cf1fa08e', './WebGLConstants-0b1ce7ba', './EllipseGeometryLibrary-cba7edde', './GeometryAttribute-780af4fa', './GeometryAttributes-ad136444', './GeometryInstance-3fb607b7', './GeometryOffsetAttribute-9ad0019c', './GeometryPipeline-36b61c99', './AttributeCompression-8a5a065e', './EncodedCartesian3-e8bbca36', './IndexDatatype-b8f3e09d', './IntersectionTests-e889fcf0', './Plane-c27e1ac6'], (function (Matrix3, Check, defaultValue, EllipseGeometry, VertexFormat, Math, Transforms, Matrix2, RuntimeError, combine, ComponentDatatype, WebGLConstants, EllipseGeometryLibrary, GeometryAttribute, GeometryAttributes, GeometryInstance, GeometryOffsetAttribute, GeometryPipeline, AttributeCompression, EncodedCartesian3, IndexDatatype, IntersectionTests, Plane) { 'use strict';
1
+ define(['./Matrix3-fa806b97', './Check-6ede7e26', './defaultValue-fe22d8c0', './EllipseGeometry-2dfc3523', './VertexFormat-030f11ff', './Math-dad82b4d', './Transforms-9052372a', './Matrix2-1e403d0e', './RuntimeError-ef395448', './combine-d9581036', './ComponentDatatype-cf1fa08e', './WebGLConstants-0b1ce7ba', './EllipseGeometryLibrary-0a1e0170', './GeometryAttribute-7a2de5c6', './GeometryAttributes-ad136444', './GeometryInstance-3fb607b7', './GeometryOffsetAttribute-9ad0019c', './GeometryPipeline-916636fa', './AttributeCompression-8a5a065e', './EncodedCartesian3-e8bbca36', './IndexDatatype-b8f3e09d', './IntersectionTests-b4d02d4d', './Plane-c27e1ac6'], (function (Matrix3, Check, defaultValue, EllipseGeometry, VertexFormat, Math, Transforms, Matrix2, RuntimeError, combine, ComponentDatatype, WebGLConstants, EllipseGeometryLibrary, GeometryAttribute, GeometryAttributes, GeometryInstance, GeometryOffsetAttribute, GeometryPipeline, AttributeCompression, EncodedCartesian3, IndexDatatype, IntersectionTests, Plane) { 'use strict';
2
2
 
3
3
  /**
4
4
  * A description of a circle on the ellipsoid. Circle geometry can be rendered with both {@link Primitive} and {@link GroundPrimitive}.
@@ -1,4 +1,4 @@
1
- define(['./Matrix3-fa806b97', './Check-6ede7e26', './defaultValue-fe22d8c0', './EllipseOutlineGeometry-8095c8cb', './Math-dad82b4d', './Transforms-9e9df299', './Matrix2-1e403d0e', './RuntimeError-ef395448', './combine-d9581036', './ComponentDatatype-cf1fa08e', './WebGLConstants-0b1ce7ba', './EllipseGeometryLibrary-cba7edde', './GeometryAttribute-780af4fa', './GeometryAttributes-ad136444', './GeometryOffsetAttribute-9ad0019c', './IndexDatatype-b8f3e09d'], (function (Matrix3, Check, defaultValue, EllipseOutlineGeometry, Math, Transforms, Matrix2, RuntimeError, combine, ComponentDatatype, WebGLConstants, EllipseGeometryLibrary, GeometryAttribute, GeometryAttributes, GeometryOffsetAttribute, IndexDatatype) { 'use strict';
1
+ define(['./Matrix3-fa806b97', './Check-6ede7e26', './defaultValue-fe22d8c0', './EllipseOutlineGeometry-c5251669', './Math-dad82b4d', './Transforms-9052372a', './Matrix2-1e403d0e', './RuntimeError-ef395448', './combine-d9581036', './ComponentDatatype-cf1fa08e', './WebGLConstants-0b1ce7ba', './EllipseGeometryLibrary-0a1e0170', './GeometryAttribute-7a2de5c6', './GeometryAttributes-ad136444', './GeometryOffsetAttribute-9ad0019c', './IndexDatatype-b8f3e09d'], (function (Matrix3, Check, defaultValue, EllipseOutlineGeometry, Math, Transforms, Matrix2, RuntimeError, combine, ComponentDatatype, WebGLConstants, EllipseGeometryLibrary, GeometryAttribute, GeometryAttributes, GeometryOffsetAttribute, IndexDatatype) { 'use strict';
2
2
 
3
3
  /**
4
4
  * A description of the outline of a circle on the ellipsoid.
@@ -1,4 +1,4 @@
1
- define(['./arrayRemoveDuplicates-fac118a8', './BoundingRectangle-b0a68595', './Transforms-9e9df299', './Matrix2-1e403d0e', './Matrix3-fa806b97', './Check-6ede7e26', './ComponentDatatype-cf1fa08e', './CoplanarPolygonGeometryLibrary-30516950', './defaultValue-fe22d8c0', './GeometryAttribute-780af4fa', './GeometryAttributes-ad136444', './GeometryInstance-3fb607b7', './GeometryPipeline-36b61c99', './IndexDatatype-b8f3e09d', './Math-dad82b4d', './PolygonGeometryLibrary-38a98276', './PolygonPipeline-d31ff61c', './VertexFormat-030f11ff', './combine-d9581036', './RuntimeError-ef395448', './WebGLConstants-0b1ce7ba', './OrientedBoundingBox-43478ac8', './EllipsoidTangentPlane-7ae1aa9a', './AxisAlignedBoundingBox-a6f9f0e5', './IntersectionTests-e889fcf0', './Plane-c27e1ac6', './AttributeCompression-8a5a065e', './EncodedCartesian3-e8bbca36', './ArcType-2d9abbbc', './EllipsoidRhumbLine-b672d507'], (function (arrayRemoveDuplicates, BoundingRectangle, Transforms, Matrix2, Matrix3, Check, ComponentDatatype, CoplanarPolygonGeometryLibrary, defaultValue, GeometryAttribute, GeometryAttributes, GeometryInstance, GeometryPipeline, IndexDatatype, Math, PolygonGeometryLibrary, PolygonPipeline, VertexFormat, combine, RuntimeError, WebGLConstants, OrientedBoundingBox, EllipsoidTangentPlane, AxisAlignedBoundingBox, IntersectionTests, Plane, AttributeCompression, EncodedCartesian3, ArcType, EllipsoidRhumbLine) { 'use strict';
1
+ define(['./arrayRemoveDuplicates-fac118a8', './BoundingRectangle-57f2b24f', './Transforms-9052372a', './Matrix2-1e403d0e', './Matrix3-fa806b97', './Check-6ede7e26', './ComponentDatatype-cf1fa08e', './CoplanarPolygonGeometryLibrary-048c3c14', './defaultValue-fe22d8c0', './GeometryAttribute-7a2de5c6', './GeometryAttributes-ad136444', './GeometryInstance-3fb607b7', './GeometryPipeline-916636fa', './IndexDatatype-b8f3e09d', './Math-dad82b4d', './PolygonGeometryLibrary-931f1ec6', './PolygonPipeline-32fc92cc', './VertexFormat-030f11ff', './combine-d9581036', './RuntimeError-ef395448', './WebGLConstants-0b1ce7ba', './OrientedBoundingBox-96fe1752', './EllipsoidTangentPlane-857186be', './AxisAlignedBoundingBox-379015ef', './IntersectionTests-b4d02d4d', './Plane-c27e1ac6', './AttributeCompression-8a5a065e', './EncodedCartesian3-e8bbca36', './ArcType-2d9abbbc', './EllipsoidRhumbLine-b672d507'], (function (arrayRemoveDuplicates, BoundingRectangle, Transforms, Matrix2, Matrix3, Check, ComponentDatatype, CoplanarPolygonGeometryLibrary, defaultValue, GeometryAttribute, GeometryAttributes, GeometryInstance, GeometryPipeline, IndexDatatype, Math, PolygonGeometryLibrary, PolygonPipeline, VertexFormat, combine, RuntimeError, WebGLConstants, OrientedBoundingBox, EllipsoidTangentPlane, AxisAlignedBoundingBox, IntersectionTests, Plane, AttributeCompression, EncodedCartesian3, ArcType, EllipsoidRhumbLine) { 'use strict';
2
2
 
3
3
  const scratchPosition = new Matrix3.Cartesian3();
4
4
  const scratchBR = new BoundingRectangle.BoundingRectangle();
@@ -1,4 +1,4 @@
1
- define(['./arrayRemoveDuplicates-fac118a8', './Transforms-9e9df299', './Matrix3-fa806b97', './Check-6ede7e26', './ComponentDatatype-cf1fa08e', './CoplanarPolygonGeometryLibrary-30516950', './defaultValue-fe22d8c0', './GeometryAttribute-780af4fa', './GeometryAttributes-ad136444', './GeometryInstance-3fb607b7', './GeometryPipeline-36b61c99', './IndexDatatype-b8f3e09d', './PolygonGeometryLibrary-38a98276', './Math-dad82b4d', './Matrix2-1e403d0e', './RuntimeError-ef395448', './combine-d9581036', './WebGLConstants-0b1ce7ba', './OrientedBoundingBox-43478ac8', './EllipsoidTangentPlane-7ae1aa9a', './AxisAlignedBoundingBox-a6f9f0e5', './IntersectionTests-e889fcf0', './Plane-c27e1ac6', './AttributeCompression-8a5a065e', './EncodedCartesian3-e8bbca36', './ArcType-2d9abbbc', './EllipsoidRhumbLine-b672d507', './PolygonPipeline-d31ff61c'], (function (arrayRemoveDuplicates, Transforms, Matrix3, Check, ComponentDatatype, CoplanarPolygonGeometryLibrary, defaultValue, GeometryAttribute, GeometryAttributes, GeometryInstance, GeometryPipeline, IndexDatatype, PolygonGeometryLibrary, Math, Matrix2, RuntimeError, combine, WebGLConstants, OrientedBoundingBox, EllipsoidTangentPlane, AxisAlignedBoundingBox, IntersectionTests, Plane, AttributeCompression, EncodedCartesian3, ArcType, EllipsoidRhumbLine, PolygonPipeline) { 'use strict';
1
+ define(['./arrayRemoveDuplicates-fac118a8', './Transforms-9052372a', './Matrix3-fa806b97', './Check-6ede7e26', './ComponentDatatype-cf1fa08e', './CoplanarPolygonGeometryLibrary-048c3c14', './defaultValue-fe22d8c0', './GeometryAttribute-7a2de5c6', './GeometryAttributes-ad136444', './GeometryInstance-3fb607b7', './GeometryPipeline-916636fa', './IndexDatatype-b8f3e09d', './PolygonGeometryLibrary-931f1ec6', './Math-dad82b4d', './Matrix2-1e403d0e', './RuntimeError-ef395448', './combine-d9581036', './WebGLConstants-0b1ce7ba', './OrientedBoundingBox-96fe1752', './EllipsoidTangentPlane-857186be', './AxisAlignedBoundingBox-379015ef', './IntersectionTests-b4d02d4d', './Plane-c27e1ac6', './AttributeCompression-8a5a065e', './EncodedCartesian3-e8bbca36', './ArcType-2d9abbbc', './EllipsoidRhumbLine-b672d507', './PolygonPipeline-32fc92cc'], (function (arrayRemoveDuplicates, Transforms, Matrix3, Check, ComponentDatatype, CoplanarPolygonGeometryLibrary, defaultValue, GeometryAttribute, GeometryAttributes, GeometryInstance, GeometryPipeline, IndexDatatype, PolygonGeometryLibrary, Math, Matrix2, RuntimeError, combine, WebGLConstants, OrientedBoundingBox, EllipsoidTangentPlane, AxisAlignedBoundingBox, IntersectionTests, Plane, AttributeCompression, EncodedCartesian3, ArcType, EllipsoidRhumbLine, PolygonPipeline) { 'use strict';
2
2
 
3
3
  function createGeometryFromPositions(positions) {
4
4
  const length = positions.length;
@@ -1,4 +1,4 @@
1
- define(['./arrayRemoveDuplicates-fac118a8', './Transforms-9e9df299', './Matrix3-fa806b97', './Check-6ede7e26', './ComponentDatatype-cf1fa08e', './PolylineVolumeGeometryLibrary-90551d26', './CorridorGeometryLibrary-5d5d3b3a', './defaultValue-fe22d8c0', './GeometryAttribute-780af4fa', './GeometryAttributes-ad136444', './GeometryOffsetAttribute-9ad0019c', './IndexDatatype-b8f3e09d', './Math-dad82b4d', './PolygonPipeline-d31ff61c', './Matrix2-1e403d0e', './VertexFormat-030f11ff', './combine-d9581036', './RuntimeError-ef395448', './WebGLConstants-0b1ce7ba', './EllipsoidTangentPlane-7ae1aa9a', './AxisAlignedBoundingBox-a6f9f0e5', './IntersectionTests-e889fcf0', './Plane-c27e1ac6', './PolylinePipeline-30e4cec9', './EllipsoidGeodesic-dcff5cbd', './EllipsoidRhumbLine-b672d507'], (function (arrayRemoveDuplicates, Transforms, Matrix3, Check, ComponentDatatype, PolylineVolumeGeometryLibrary, CorridorGeometryLibrary, defaultValue, GeometryAttribute, GeometryAttributes, GeometryOffsetAttribute, IndexDatatype, Math$1, PolygonPipeline, Matrix2, VertexFormat, combine$1, RuntimeError, WebGLConstants, EllipsoidTangentPlane, AxisAlignedBoundingBox, IntersectionTests, Plane, PolylinePipeline, EllipsoidGeodesic, EllipsoidRhumbLine) { 'use strict';
1
+ define(['./arrayRemoveDuplicates-fac118a8', './Transforms-9052372a', './Matrix3-fa806b97', './Check-6ede7e26', './ComponentDatatype-cf1fa08e', './PolylineVolumeGeometryLibrary-f068c1fb', './CorridorGeometryLibrary-520c8619', './defaultValue-fe22d8c0', './GeometryAttribute-7a2de5c6', './GeometryAttributes-ad136444', './GeometryOffsetAttribute-9ad0019c', './IndexDatatype-b8f3e09d', './Math-dad82b4d', './PolygonPipeline-32fc92cc', './Matrix2-1e403d0e', './VertexFormat-030f11ff', './combine-d9581036', './RuntimeError-ef395448', './WebGLConstants-0b1ce7ba', './EllipsoidTangentPlane-857186be', './AxisAlignedBoundingBox-379015ef', './IntersectionTests-b4d02d4d', './Plane-c27e1ac6', './PolylinePipeline-6d5c63e5', './EllipsoidGeodesic-dcff5cbd', './EllipsoidRhumbLine-b672d507'], (function (arrayRemoveDuplicates, Transforms, Matrix3, Check, ComponentDatatype, PolylineVolumeGeometryLibrary, CorridorGeometryLibrary, defaultValue, GeometryAttribute, GeometryAttributes, GeometryOffsetAttribute, IndexDatatype, Math$1, PolygonPipeline, Matrix2, VertexFormat, combine$1, RuntimeError, WebGLConstants, EllipsoidTangentPlane, AxisAlignedBoundingBox, IntersectionTests, Plane, PolylinePipeline, EllipsoidGeodesic, EllipsoidRhumbLine) { 'use strict';
2
2
 
3
3
  const cartesian1 = new Matrix3.Cartesian3();
4
4
  const cartesian2 = new Matrix3.Cartesian3();
@@ -1,4 +1,4 @@
1
- define(['./arrayRemoveDuplicates-fac118a8', './Transforms-9e9df299', './Matrix3-fa806b97', './Check-6ede7e26', './ComponentDatatype-cf1fa08e', './PolylineVolumeGeometryLibrary-90551d26', './CorridorGeometryLibrary-5d5d3b3a', './defaultValue-fe22d8c0', './GeometryAttribute-780af4fa', './GeometryAttributes-ad136444', './GeometryOffsetAttribute-9ad0019c', './IndexDatatype-b8f3e09d', './Math-dad82b4d', './PolygonPipeline-d31ff61c', './Matrix2-1e403d0e', './RuntimeError-ef395448', './combine-d9581036', './WebGLConstants-0b1ce7ba', './EllipsoidTangentPlane-7ae1aa9a', './AxisAlignedBoundingBox-a6f9f0e5', './IntersectionTests-e889fcf0', './Plane-c27e1ac6', './PolylinePipeline-30e4cec9', './EllipsoidGeodesic-dcff5cbd', './EllipsoidRhumbLine-b672d507'], (function (arrayRemoveDuplicates, Transforms, Matrix3, Check, ComponentDatatype, PolylineVolumeGeometryLibrary, CorridorGeometryLibrary, defaultValue, GeometryAttribute, GeometryAttributes, GeometryOffsetAttribute, IndexDatatype, Math$1, PolygonPipeline, Matrix2, RuntimeError, combine$1, WebGLConstants, EllipsoidTangentPlane, AxisAlignedBoundingBox, IntersectionTests, Plane, PolylinePipeline, EllipsoidGeodesic, EllipsoidRhumbLine) { 'use strict';
1
+ define(['./arrayRemoveDuplicates-fac118a8', './Transforms-9052372a', './Matrix3-fa806b97', './Check-6ede7e26', './ComponentDatatype-cf1fa08e', './PolylineVolumeGeometryLibrary-f068c1fb', './CorridorGeometryLibrary-520c8619', './defaultValue-fe22d8c0', './GeometryAttribute-7a2de5c6', './GeometryAttributes-ad136444', './GeometryOffsetAttribute-9ad0019c', './IndexDatatype-b8f3e09d', './Math-dad82b4d', './PolygonPipeline-32fc92cc', './Matrix2-1e403d0e', './RuntimeError-ef395448', './combine-d9581036', './WebGLConstants-0b1ce7ba', './EllipsoidTangentPlane-857186be', './AxisAlignedBoundingBox-379015ef', './IntersectionTests-b4d02d4d', './Plane-c27e1ac6', './PolylinePipeline-6d5c63e5', './EllipsoidGeodesic-dcff5cbd', './EllipsoidRhumbLine-b672d507'], (function (arrayRemoveDuplicates, Transforms, Matrix3, Check, ComponentDatatype, PolylineVolumeGeometryLibrary, CorridorGeometryLibrary, defaultValue, GeometryAttribute, GeometryAttributes, GeometryOffsetAttribute, IndexDatatype, Math$1, PolygonPipeline, Matrix2, RuntimeError, combine$1, WebGLConstants, EllipsoidTangentPlane, AxisAlignedBoundingBox, IntersectionTests, Plane, PolylinePipeline, EllipsoidGeodesic, EllipsoidRhumbLine) { 'use strict';
2
2
 
3
3
  const cartesian1 = new Matrix3.Cartesian3();
4
4
  const cartesian2 = new Matrix3.Cartesian3();
@@ -1,4 +1,4 @@
1
- define(['./CylinderGeometry-d899ae26', './defaultValue-fe22d8c0', './Transforms-9e9df299', './Matrix3-fa806b97', './Check-6ede7e26', './Math-dad82b4d', './Matrix2-1e403d0e', './RuntimeError-ef395448', './combine-d9581036', './ComponentDatatype-cf1fa08e', './WebGLConstants-0b1ce7ba', './CylinderGeometryLibrary-135b0858', './GeometryAttribute-780af4fa', './GeometryAttributes-ad136444', './GeometryOffsetAttribute-9ad0019c', './IndexDatatype-b8f3e09d', './VertexFormat-030f11ff'], (function (CylinderGeometry, defaultValue, Transforms, Matrix3, Check, Math, Matrix2, RuntimeError, combine, ComponentDatatype, WebGLConstants, CylinderGeometryLibrary, GeometryAttribute, GeometryAttributes, GeometryOffsetAttribute, IndexDatatype, VertexFormat) { 'use strict';
1
+ define(['./CylinderGeometry-119068b8', './defaultValue-fe22d8c0', './Transforms-9052372a', './Matrix3-fa806b97', './Check-6ede7e26', './Math-dad82b4d', './Matrix2-1e403d0e', './RuntimeError-ef395448', './combine-d9581036', './ComponentDatatype-cf1fa08e', './WebGLConstants-0b1ce7ba', './CylinderGeometryLibrary-135b0858', './GeometryAttribute-7a2de5c6', './GeometryAttributes-ad136444', './GeometryOffsetAttribute-9ad0019c', './IndexDatatype-b8f3e09d', './VertexFormat-030f11ff'], (function (CylinderGeometry, defaultValue, Transforms, Matrix3, Check, Math, Matrix2, RuntimeError, combine, ComponentDatatype, WebGLConstants, CylinderGeometryLibrary, GeometryAttribute, GeometryAttributes, GeometryOffsetAttribute, IndexDatatype, VertexFormat) { 'use strict';
2
2
 
3
3
  function createCylinderGeometry(cylinderGeometry, offset) {
4
4
  if (defaultValue.defined(offset)) {
@@ -1,4 +1,4 @@
1
- define(['./Transforms-9e9df299', './Matrix2-1e403d0e', './Matrix3-fa806b97', './Check-6ede7e26', './ComponentDatatype-cf1fa08e', './CylinderGeometryLibrary-135b0858', './defaultValue-fe22d8c0', './GeometryAttribute-780af4fa', './GeometryAttributes-ad136444', './GeometryOffsetAttribute-9ad0019c', './IndexDatatype-b8f3e09d', './Math-dad82b4d', './combine-d9581036', './RuntimeError-ef395448', './WebGLConstants-0b1ce7ba'], (function (Transforms, Matrix2, Matrix3, Check, ComponentDatatype, CylinderGeometryLibrary, defaultValue, GeometryAttribute, GeometryAttributes, GeometryOffsetAttribute, IndexDatatype, Math$1, combine, RuntimeError, WebGLConstants) { 'use strict';
1
+ define(['./Transforms-9052372a', './Matrix2-1e403d0e', './Matrix3-fa806b97', './Check-6ede7e26', './ComponentDatatype-cf1fa08e', './CylinderGeometryLibrary-135b0858', './defaultValue-fe22d8c0', './GeometryAttribute-7a2de5c6', './GeometryAttributes-ad136444', './GeometryOffsetAttribute-9ad0019c', './IndexDatatype-b8f3e09d', './Math-dad82b4d', './combine-d9581036', './RuntimeError-ef395448', './WebGLConstants-0b1ce7ba'], (function (Transforms, Matrix2, Matrix3, Check, ComponentDatatype, CylinderGeometryLibrary, defaultValue, GeometryAttribute, GeometryAttributes, GeometryOffsetAttribute, IndexDatatype, Math$1, combine, RuntimeError, WebGLConstants) { 'use strict';
2
2
 
3
3
  const radiusScratch = new Matrix2.Cartesian2();
4
4
 
@@ -1,4 +1,4 @@
1
- define(['./Matrix3-fa806b97', './defaultValue-fe22d8c0', './EllipseGeometry-a49f8449', './Check-6ede7e26', './Math-dad82b4d', './Transforms-9e9df299', './Matrix2-1e403d0e', './RuntimeError-ef395448', './combine-d9581036', './ComponentDatatype-cf1fa08e', './WebGLConstants-0b1ce7ba', './EllipseGeometryLibrary-cba7edde', './GeometryAttribute-780af4fa', './GeometryAttributes-ad136444', './GeometryInstance-3fb607b7', './GeometryOffsetAttribute-9ad0019c', './GeometryPipeline-36b61c99', './AttributeCompression-8a5a065e', './EncodedCartesian3-e8bbca36', './IndexDatatype-b8f3e09d', './IntersectionTests-e889fcf0', './Plane-c27e1ac6', './VertexFormat-030f11ff'], (function (Matrix3, defaultValue, EllipseGeometry, Check, Math, Transforms, Matrix2, RuntimeError, combine, ComponentDatatype, WebGLConstants, EllipseGeometryLibrary, GeometryAttribute, GeometryAttributes, GeometryInstance, GeometryOffsetAttribute, GeometryPipeline, AttributeCompression, EncodedCartesian3, IndexDatatype, IntersectionTests, Plane, VertexFormat) { 'use strict';
1
+ define(['./Matrix3-fa806b97', './defaultValue-fe22d8c0', './EllipseGeometry-2dfc3523', './Check-6ede7e26', './Math-dad82b4d', './Transforms-9052372a', './Matrix2-1e403d0e', './RuntimeError-ef395448', './combine-d9581036', './ComponentDatatype-cf1fa08e', './WebGLConstants-0b1ce7ba', './EllipseGeometryLibrary-0a1e0170', './GeometryAttribute-7a2de5c6', './GeometryAttributes-ad136444', './GeometryInstance-3fb607b7', './GeometryOffsetAttribute-9ad0019c', './GeometryPipeline-916636fa', './AttributeCompression-8a5a065e', './EncodedCartesian3-e8bbca36', './IndexDatatype-b8f3e09d', './IntersectionTests-b4d02d4d', './Plane-c27e1ac6', './VertexFormat-030f11ff'], (function (Matrix3, defaultValue, EllipseGeometry, Check, Math, Transforms, Matrix2, RuntimeError, combine, ComponentDatatype, WebGLConstants, EllipseGeometryLibrary, GeometryAttribute, GeometryAttributes, GeometryInstance, GeometryOffsetAttribute, GeometryPipeline, AttributeCompression, EncodedCartesian3, IndexDatatype, IntersectionTests, Plane, VertexFormat) { 'use strict';
2
2
 
3
3
  function createEllipseGeometry(ellipseGeometry, offset) {
4
4
  if (defaultValue.defined(offset)) {
@@ -1,4 +1,4 @@
1
- define(['./Matrix3-fa806b97', './defaultValue-fe22d8c0', './EllipseOutlineGeometry-8095c8cb', './Check-6ede7e26', './Math-dad82b4d', './Transforms-9e9df299', './Matrix2-1e403d0e', './RuntimeError-ef395448', './combine-d9581036', './ComponentDatatype-cf1fa08e', './WebGLConstants-0b1ce7ba', './EllipseGeometryLibrary-cba7edde', './GeometryAttribute-780af4fa', './GeometryAttributes-ad136444', './GeometryOffsetAttribute-9ad0019c', './IndexDatatype-b8f3e09d'], (function (Matrix3, defaultValue, EllipseOutlineGeometry, Check, Math, Transforms, Matrix2, RuntimeError, combine, ComponentDatatype, WebGLConstants, EllipseGeometryLibrary, GeometryAttribute, GeometryAttributes, GeometryOffsetAttribute, IndexDatatype) { 'use strict';
1
+ define(['./Matrix3-fa806b97', './defaultValue-fe22d8c0', './EllipseOutlineGeometry-c5251669', './Check-6ede7e26', './Math-dad82b4d', './Transforms-9052372a', './Matrix2-1e403d0e', './RuntimeError-ef395448', './combine-d9581036', './ComponentDatatype-cf1fa08e', './WebGLConstants-0b1ce7ba', './EllipseGeometryLibrary-0a1e0170', './GeometryAttribute-7a2de5c6', './GeometryAttributes-ad136444', './GeometryOffsetAttribute-9ad0019c', './IndexDatatype-b8f3e09d'], (function (Matrix3, defaultValue, EllipseOutlineGeometry, Check, Math, Transforms, Matrix2, RuntimeError, combine, ComponentDatatype, WebGLConstants, EllipseGeometryLibrary, GeometryAttribute, GeometryAttributes, GeometryOffsetAttribute, IndexDatatype) { 'use strict';
2
2
 
3
3
  function createEllipseOutlineGeometry(ellipseGeometry, offset) {
4
4
  if (defaultValue.defined(offset)) {
@@ -1,4 +1,4 @@
1
- define(['./defaultValue-fe22d8c0', './EllipsoidGeometry-ed93f571', './Transforms-9e9df299', './Matrix3-fa806b97', './Check-6ede7e26', './Math-dad82b4d', './Matrix2-1e403d0e', './RuntimeError-ef395448', './combine-d9581036', './ComponentDatatype-cf1fa08e', './WebGLConstants-0b1ce7ba', './GeometryAttribute-780af4fa', './GeometryAttributes-ad136444', './GeometryOffsetAttribute-9ad0019c', './IndexDatatype-b8f3e09d', './VertexFormat-030f11ff'], (function (defaultValue, EllipsoidGeometry, Transforms, Matrix3, Check, Math, Matrix2, RuntimeError, combine, ComponentDatatype, WebGLConstants, GeometryAttribute, GeometryAttributes, GeometryOffsetAttribute, IndexDatatype, VertexFormat) { 'use strict';
1
+ define(['./defaultValue-fe22d8c0', './EllipsoidGeometry-d10a5221', './Transforms-9052372a', './Matrix3-fa806b97', './Check-6ede7e26', './Math-dad82b4d', './Matrix2-1e403d0e', './RuntimeError-ef395448', './combine-d9581036', './ComponentDatatype-cf1fa08e', './WebGLConstants-0b1ce7ba', './GeometryAttribute-7a2de5c6', './GeometryAttributes-ad136444', './GeometryOffsetAttribute-9ad0019c', './IndexDatatype-b8f3e09d', './VertexFormat-030f11ff'], (function (defaultValue, EllipsoidGeometry, Transforms, Matrix3, Check, Math, Matrix2, RuntimeError, combine, ComponentDatatype, WebGLConstants, GeometryAttribute, GeometryAttributes, GeometryOffsetAttribute, IndexDatatype, VertexFormat) { 'use strict';
2
2
 
3
3
  function createEllipsoidGeometry(ellipsoidGeometry, offset) {
4
4
  if (defaultValue.defined(offset)) {
@@ -1,4 +1,4 @@
1
- define(['./defaultValue-fe22d8c0', './EllipsoidOutlineGeometry-e4854854', './Transforms-9e9df299', './Matrix3-fa806b97', './Check-6ede7e26', './Math-dad82b4d', './Matrix2-1e403d0e', './RuntimeError-ef395448', './combine-d9581036', './ComponentDatatype-cf1fa08e', './WebGLConstants-0b1ce7ba', './GeometryAttribute-780af4fa', './GeometryAttributes-ad136444', './GeometryOffsetAttribute-9ad0019c', './IndexDatatype-b8f3e09d'], (function (defaultValue, EllipsoidOutlineGeometry, Transforms, Matrix3, Check, Math, Matrix2, RuntimeError, combine, ComponentDatatype, WebGLConstants, GeometryAttribute, GeometryAttributes, GeometryOffsetAttribute, IndexDatatype) { 'use strict';
1
+ define(['./defaultValue-fe22d8c0', './EllipsoidOutlineGeometry-7039a0ae', './Transforms-9052372a', './Matrix3-fa806b97', './Check-6ede7e26', './Math-dad82b4d', './Matrix2-1e403d0e', './RuntimeError-ef395448', './combine-d9581036', './ComponentDatatype-cf1fa08e', './WebGLConstants-0b1ce7ba', './GeometryAttribute-7a2de5c6', './GeometryAttributes-ad136444', './GeometryOffsetAttribute-9ad0019c', './IndexDatatype-b8f3e09d'], (function (defaultValue, EllipsoidOutlineGeometry, Transforms, Matrix3, Check, Math, Matrix2, RuntimeError, combine, ComponentDatatype, WebGLConstants, GeometryAttribute, GeometryAttributes, GeometryOffsetAttribute, IndexDatatype) { 'use strict';
2
2
 
3
3
  function createEllipsoidOutlineGeometry(ellipsoidGeometry, offset) {
4
4
  if (defaultValue.defined(ellipsoidGeometry.buffer)) {
@@ -1,4 +1,4 @@
1
- define(['./defaultValue-fe22d8c0', './FrustumGeometry-b62db3e3', './Transforms-9e9df299', './Matrix3-fa806b97', './Check-6ede7e26', './Math-dad82b4d', './Matrix2-1e403d0e', './RuntimeError-ef395448', './combine-d9581036', './ComponentDatatype-cf1fa08e', './WebGLConstants-0b1ce7ba', './GeometryAttribute-780af4fa', './GeometryAttributes-ad136444', './Plane-c27e1ac6', './VertexFormat-030f11ff'], (function (defaultValue, FrustumGeometry, Transforms, Matrix3, Check, Math, Matrix2, RuntimeError, combine, ComponentDatatype, WebGLConstants, GeometryAttribute, GeometryAttributes, Plane, VertexFormat) { 'use strict';
1
+ define(['./defaultValue-fe22d8c0', './FrustumGeometry-400fa1b7', './Transforms-9052372a', './Matrix3-fa806b97', './Check-6ede7e26', './Math-dad82b4d', './Matrix2-1e403d0e', './RuntimeError-ef395448', './combine-d9581036', './ComponentDatatype-cf1fa08e', './WebGLConstants-0b1ce7ba', './GeometryAttribute-7a2de5c6', './GeometryAttributes-ad136444', './Plane-c27e1ac6', './VertexFormat-030f11ff'], (function (defaultValue, FrustumGeometry, Transforms, Matrix3, Check, Math, Matrix2, RuntimeError, combine, ComponentDatatype, WebGLConstants, GeometryAttribute, GeometryAttributes, Plane, VertexFormat) { 'use strict';
2
2
 
3
3
  function createFrustumGeometry(frustumGeometry, offset) {
4
4
  if (defaultValue.defined(offset)) {
@@ -1,4 +1,4 @@
1
- define(['./defaultValue-fe22d8c0', './Transforms-9e9df299', './Matrix3-fa806b97', './Check-6ede7e26', './ComponentDatatype-cf1fa08e', './FrustumGeometry-b62db3e3', './GeometryAttribute-780af4fa', './GeometryAttributes-ad136444', './Math-dad82b4d', './Matrix2-1e403d0e', './RuntimeError-ef395448', './combine-d9581036', './WebGLConstants-0b1ce7ba', './Plane-c27e1ac6', './VertexFormat-030f11ff'], (function (defaultValue, Transforms, Matrix3, Check, ComponentDatatype, FrustumGeometry, GeometryAttribute, GeometryAttributes, Math, Matrix2, RuntimeError, combine, WebGLConstants, Plane, VertexFormat) { 'use strict';
1
+ define(['./defaultValue-fe22d8c0', './Transforms-9052372a', './Matrix3-fa806b97', './Check-6ede7e26', './ComponentDatatype-cf1fa08e', './FrustumGeometry-400fa1b7', './GeometryAttribute-7a2de5c6', './GeometryAttributes-ad136444', './Math-dad82b4d', './Matrix2-1e403d0e', './RuntimeError-ef395448', './combine-d9581036', './WebGLConstants-0b1ce7ba', './Plane-c27e1ac6', './VertexFormat-030f11ff'], (function (defaultValue, Transforms, Matrix3, Check, ComponentDatatype, FrustumGeometry, GeometryAttribute, GeometryAttributes, Math, Matrix2, RuntimeError, combine, WebGLConstants, Plane, VertexFormat) { 'use strict';
2
2
 
3
3
  const PERSPECTIVE = 0;
4
4
  const ORTHOGRAPHIC = 1;
@@ -1,4 +1,4 @@
1
- define(['./defaultValue-fe22d8c0', './PrimitivePipeline-558d9cb0', './createTaskProcessorWorker', './Transforms-9e9df299', './Matrix3-fa806b97', './Check-6ede7e26', './Math-dad82b4d', './Matrix2-1e403d0e', './RuntimeError-ef395448', './combine-d9581036', './ComponentDatatype-cf1fa08e', './WebGLConstants-0b1ce7ba', './GeometryAttribute-780af4fa', './GeometryAttributes-ad136444', './GeometryPipeline-36b61c99', './AttributeCompression-8a5a065e', './EncodedCartesian3-e8bbca36', './IndexDatatype-b8f3e09d', './IntersectionTests-e889fcf0', './Plane-c27e1ac6', './WebMercatorProjection-76a3fcc0'], (function (defaultValue, PrimitivePipeline, createTaskProcessorWorker, Transforms, Matrix3, Check, Math, Matrix2, RuntimeError, combine, ComponentDatatype, WebGLConstants, GeometryAttribute, GeometryAttributes, GeometryPipeline, AttributeCompression, EncodedCartesian3, IndexDatatype, IntersectionTests, Plane, WebMercatorProjection) { 'use strict';
1
+ define(['./defaultValue-fe22d8c0', './PrimitivePipeline-879f996a', './createTaskProcessorWorker', './Transforms-9052372a', './Matrix3-fa806b97', './Check-6ede7e26', './Math-dad82b4d', './Matrix2-1e403d0e', './RuntimeError-ef395448', './combine-d9581036', './ComponentDatatype-cf1fa08e', './WebGLConstants-0b1ce7ba', './GeometryAttribute-7a2de5c6', './GeometryAttributes-ad136444', './GeometryPipeline-916636fa', './AttributeCompression-8a5a065e', './EncodedCartesian3-e8bbca36', './IndexDatatype-b8f3e09d', './IntersectionTests-b4d02d4d', './Plane-c27e1ac6', './WebMercatorProjection-76a3fcc0'], (function (defaultValue, PrimitivePipeline, createTaskProcessorWorker, Transforms, Matrix3, Check, Math, Matrix2, RuntimeError, combine, ComponentDatatype, WebGLConstants, GeometryAttribute, GeometryAttributes, GeometryPipeline, AttributeCompression, EncodedCartesian3, IndexDatatype, IntersectionTests, Plane, WebMercatorProjection) { 'use strict';
2
2
 
3
3
  /* global require */
4
4
 
@@ -1,4 +1,4 @@
1
- define(['./Transforms-9e9df299', './Matrix2-1e403d0e', './Matrix3-fa806b97', './Check-6ede7e26', './defaultValue-fe22d8c0', './Math-dad82b4d', './ArcType-2d9abbbc', './arrayRemoveDuplicates-fac118a8', './ComponentDatatype-cf1fa08e', './EllipsoidGeodesic-dcff5cbd', './EllipsoidRhumbLine-b672d507', './EncodedCartesian3-e8bbca36', './GeometryAttribute-780af4fa', './IntersectionTests-e889fcf0', './Plane-c27e1ac6', './WebMercatorProjection-76a3fcc0', './combine-d9581036', './RuntimeError-ef395448', './WebGLConstants-0b1ce7ba'], (function (Transforms, Matrix2, Matrix3, Check, defaultValue, Math$1, ArcType, arrayRemoveDuplicates, ComponentDatatype, EllipsoidGeodesic, EllipsoidRhumbLine, EncodedCartesian3, GeometryAttribute, IntersectionTests, Plane, WebMercatorProjection, combine, RuntimeError, WebGLConstants) { 'use strict';
1
+ define(['./Transforms-9052372a', './Matrix2-1e403d0e', './Matrix3-fa806b97', './Check-6ede7e26', './defaultValue-fe22d8c0', './Math-dad82b4d', './ArcType-2d9abbbc', './arrayRemoveDuplicates-fac118a8', './ComponentDatatype-cf1fa08e', './EllipsoidGeodesic-dcff5cbd', './EllipsoidRhumbLine-b672d507', './EncodedCartesian3-e8bbca36', './GeometryAttribute-7a2de5c6', './IntersectionTests-b4d02d4d', './Plane-c27e1ac6', './WebMercatorProjection-76a3fcc0', './combine-d9581036', './RuntimeError-ef395448', './WebGLConstants-0b1ce7ba'], (function (Transforms, Matrix2, Matrix3, Check, defaultValue, Math$1, ArcType, arrayRemoveDuplicates, ComponentDatatype, EllipsoidGeodesic, EllipsoidRhumbLine, EncodedCartesian3, GeometryAttribute, IntersectionTests, Plane, WebMercatorProjection, combine, RuntimeError, WebGLConstants) { 'use strict';
2
2
 
3
3
  /**
4
4
  * A tiling scheme for geometry referenced to a simple {@link GeographicProjection} where
@@ -1,4 +1,4 @@
1
- define(['./defaultValue-fe22d8c0', './Transforms-9e9df299', './Matrix3-fa806b97', './Check-6ede7e26', './ComponentDatatype-cf1fa08e', './GeometryAttribute-780af4fa', './GeometryAttributes-ad136444', './VertexFormat-030f11ff', './Math-dad82b4d', './Matrix2-1e403d0e', './RuntimeError-ef395448', './combine-d9581036', './WebGLConstants-0b1ce7ba'], (function (defaultValue, Transforms, Matrix3, Check, ComponentDatatype, GeometryAttribute, GeometryAttributes, VertexFormat, Math$1, Matrix2, RuntimeError, combine, WebGLConstants) { 'use strict';
1
+ define(['./defaultValue-fe22d8c0', './Transforms-9052372a', './Matrix3-fa806b97', './Check-6ede7e26', './ComponentDatatype-cf1fa08e', './GeometryAttribute-7a2de5c6', './GeometryAttributes-ad136444', './VertexFormat-030f11ff', './Math-dad82b4d', './Matrix2-1e403d0e', './RuntimeError-ef395448', './combine-d9581036', './WebGLConstants-0b1ce7ba'], (function (defaultValue, Transforms, Matrix3, Check, ComponentDatatype, GeometryAttribute, GeometryAttributes, VertexFormat, Math$1, Matrix2, RuntimeError, combine, WebGLConstants) { 'use strict';
2
2
 
3
3
  /**
4
4
  * Describes geometry representing a plane centered at the origin, with a unit width and length.
@@ -1,4 +1,4 @@
1
- define(['./defaultValue-fe22d8c0', './Transforms-9e9df299', './Matrix3-fa806b97', './Check-6ede7e26', './ComponentDatatype-cf1fa08e', './GeometryAttribute-780af4fa', './GeometryAttributes-ad136444', './Math-dad82b4d', './Matrix2-1e403d0e', './RuntimeError-ef395448', './combine-d9581036', './WebGLConstants-0b1ce7ba'], (function (defaultValue, Transforms, Matrix3, Check, ComponentDatatype, GeometryAttribute, GeometryAttributes, Math$1, Matrix2, RuntimeError, combine, WebGLConstants) { 'use strict';
1
+ define(['./defaultValue-fe22d8c0', './Transforms-9052372a', './Matrix3-fa806b97', './Check-6ede7e26', './ComponentDatatype-cf1fa08e', './GeometryAttribute-7a2de5c6', './GeometryAttributes-ad136444', './Math-dad82b4d', './Matrix2-1e403d0e', './RuntimeError-ef395448', './combine-d9581036', './WebGLConstants-0b1ce7ba'], (function (defaultValue, Transforms, Matrix3, Check, ComponentDatatype, GeometryAttribute, GeometryAttributes, Math$1, Matrix2, RuntimeError, combine, WebGLConstants) { 'use strict';
2
2
 
3
3
  /**
4
4
  * Describes geometry representing the outline of a plane centered at the origin, with a unit width and length.
@@ -1,4 +1,4 @@
1
- define(['./defaultValue-fe22d8c0', './Matrix3-fa806b97', './ArcType-2d9abbbc', './BoundingRectangle-b0a68595', './Transforms-9e9df299', './Matrix2-1e403d0e', './Check-6ede7e26', './ComponentDatatype-cf1fa08e', './EllipsoidGeodesic-dcff5cbd', './EllipsoidTangentPlane-7ae1aa9a', './GeometryAttribute-780af4fa', './GeometryInstance-3fb607b7', './GeometryOffsetAttribute-9ad0019c', './GeometryPipeline-36b61c99', './IndexDatatype-b8f3e09d', './Math-dad82b4d', './PolygonGeometryLibrary-38a98276', './PolygonPipeline-d31ff61c', './VertexFormat-030f11ff', './combine-d9581036', './RuntimeError-ef395448', './WebGLConstants-0b1ce7ba', './AxisAlignedBoundingBox-a6f9f0e5', './IntersectionTests-e889fcf0', './Plane-c27e1ac6', './AttributeCompression-8a5a065e', './EncodedCartesian3-e8bbca36', './arrayRemoveDuplicates-fac118a8', './EllipsoidRhumbLine-b672d507', './GeometryAttributes-ad136444'], (function (defaultValue, Matrix3, ArcType, BoundingRectangle, Transforms, Matrix2, Check, ComponentDatatype, EllipsoidGeodesic, EllipsoidTangentPlane, GeometryAttribute, GeometryInstance, GeometryOffsetAttribute, GeometryPipeline, IndexDatatype, Math$1, PolygonGeometryLibrary, PolygonPipeline, VertexFormat, combine, RuntimeError, WebGLConstants, AxisAlignedBoundingBox, IntersectionTests, Plane, AttributeCompression, EncodedCartesian3, arrayRemoveDuplicates, EllipsoidRhumbLine, GeometryAttributes) { 'use strict';
1
+ define(['./defaultValue-fe22d8c0', './Matrix3-fa806b97', './ArcType-2d9abbbc', './BoundingRectangle-57f2b24f', './Transforms-9052372a', './Matrix2-1e403d0e', './Check-6ede7e26', './ComponentDatatype-cf1fa08e', './EllipsoidGeodesic-dcff5cbd', './EllipsoidTangentPlane-857186be', './GeometryAttribute-7a2de5c6', './GeometryInstance-3fb607b7', './GeometryOffsetAttribute-9ad0019c', './GeometryPipeline-916636fa', './IndexDatatype-b8f3e09d', './Math-dad82b4d', './PolygonGeometryLibrary-931f1ec6', './PolygonPipeline-32fc92cc', './VertexFormat-030f11ff', './combine-d9581036', './RuntimeError-ef395448', './WebGLConstants-0b1ce7ba', './AxisAlignedBoundingBox-379015ef', './IntersectionTests-b4d02d4d', './Plane-c27e1ac6', './AttributeCompression-8a5a065e', './EncodedCartesian3-e8bbca36', './arrayRemoveDuplicates-fac118a8', './EllipsoidRhumbLine-b672d507', './GeometryAttributes-ad136444'], (function (defaultValue, Matrix3, ArcType, BoundingRectangle, Transforms, Matrix2, Check, ComponentDatatype, EllipsoidGeodesic, EllipsoidTangentPlane, GeometryAttribute, GeometryInstance, GeometryOffsetAttribute, GeometryPipeline, IndexDatatype, Math$1, PolygonGeometryLibrary, PolygonPipeline, VertexFormat, combine, RuntimeError, WebGLConstants, AxisAlignedBoundingBox, IntersectionTests, Plane, AttributeCompression, EncodedCartesian3, arrayRemoveDuplicates, EllipsoidRhumbLine, GeometryAttributes) { 'use strict';
2
2
 
3
3
  const scratchCarto1 = new Matrix3.Cartographic();
4
4
  const scratchCarto2 = new Matrix3.Cartographic();
@@ -1,4 +1,4 @@
1
- define(['./defaultValue-fe22d8c0', './Matrix3-fa806b97', './ArcType-2d9abbbc', './Transforms-9e9df299', './Check-6ede7e26', './ComponentDatatype-cf1fa08e', './EllipsoidTangentPlane-7ae1aa9a', './GeometryAttribute-780af4fa', './GeometryAttributes-ad136444', './GeometryInstance-3fb607b7', './GeometryOffsetAttribute-9ad0019c', './GeometryPipeline-36b61c99', './IndexDatatype-b8f3e09d', './Math-dad82b4d', './PolygonGeometryLibrary-38a98276', './PolygonPipeline-d31ff61c', './Matrix2-1e403d0e', './RuntimeError-ef395448', './combine-d9581036', './WebGLConstants-0b1ce7ba', './AxisAlignedBoundingBox-a6f9f0e5', './IntersectionTests-e889fcf0', './Plane-c27e1ac6', './AttributeCompression-8a5a065e', './EncodedCartesian3-e8bbca36', './arrayRemoveDuplicates-fac118a8', './EllipsoidRhumbLine-b672d507'], (function (defaultValue, Matrix3, ArcType, Transforms, Check, ComponentDatatype, EllipsoidTangentPlane, GeometryAttribute, GeometryAttributes, GeometryInstance, GeometryOffsetAttribute, GeometryPipeline, IndexDatatype, Math$1, PolygonGeometryLibrary, PolygonPipeline, Matrix2, RuntimeError, combine, WebGLConstants, AxisAlignedBoundingBox, IntersectionTests, Plane, AttributeCompression, EncodedCartesian3, arrayRemoveDuplicates, EllipsoidRhumbLine) { 'use strict';
1
+ define(['./defaultValue-fe22d8c0', './Matrix3-fa806b97', './ArcType-2d9abbbc', './Transforms-9052372a', './Check-6ede7e26', './ComponentDatatype-cf1fa08e', './EllipsoidTangentPlane-857186be', './GeometryAttribute-7a2de5c6', './GeometryAttributes-ad136444', './GeometryInstance-3fb607b7', './GeometryOffsetAttribute-9ad0019c', './GeometryPipeline-916636fa', './IndexDatatype-b8f3e09d', './Math-dad82b4d', './PolygonGeometryLibrary-931f1ec6', './PolygonPipeline-32fc92cc', './Matrix2-1e403d0e', './RuntimeError-ef395448', './combine-d9581036', './WebGLConstants-0b1ce7ba', './AxisAlignedBoundingBox-379015ef', './IntersectionTests-b4d02d4d', './Plane-c27e1ac6', './AttributeCompression-8a5a065e', './EncodedCartesian3-e8bbca36', './arrayRemoveDuplicates-fac118a8', './EllipsoidRhumbLine-b672d507'], (function (defaultValue, Matrix3, ArcType, Transforms, Check, ComponentDatatype, EllipsoidTangentPlane, GeometryAttribute, GeometryAttributes, GeometryInstance, GeometryOffsetAttribute, GeometryPipeline, IndexDatatype, Math$1, PolygonGeometryLibrary, PolygonPipeline, Matrix2, RuntimeError, combine, WebGLConstants, AxisAlignedBoundingBox, IntersectionTests, Plane, AttributeCompression, EncodedCartesian3, arrayRemoveDuplicates, EllipsoidRhumbLine) { 'use strict';
2
2
 
3
3
  const createGeometryFromPositionsPositions = [];
4
4
  const createGeometryFromPositionsSubdivided = [];