@cesium/engine 0.1.0 → 1.1.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.
- package/Build/Workers/{AttributeCompression-4589338a.js → AttributeCompression-b646d393.js} +1 -1
- package/Build/Workers/{AxisAlignedBoundingBox-bfb1234f.js → AxisAlignedBoundingBox-a4321399.js} +1 -1
- package/Build/Workers/{BoundingRectangle-7ffc2153.js → BoundingRectangle-80d8801f.js} +1 -1
- package/Build/Workers/{BoxGeometry-93f344a3.js → BoxGeometry-33c10a4f.js} +1 -1
- package/Build/Workers/{Color-0c5aaf47.js → Color-1bf9a6e0.js} +1 -1
- package/Build/Workers/{CoplanarPolygonGeometryLibrary-6597982a.js → CoplanarPolygonGeometryLibrary-5c5b981b.js} +1 -1
- package/Build/Workers/{CorridorGeometryLibrary-2119580e.js → CorridorGeometryLibrary-7cbae7a0.js} +1 -1
- package/Build/Workers/{CylinderGeometry-f9503c6d.js → CylinderGeometry-42740df0.js} +1 -1
- package/Build/Workers/{EllipseGeometry-fedf72d5.js → EllipseGeometry-49a3ac21.js} +1 -1
- package/Build/Workers/{EllipseGeometryLibrary-4ea68687.js → EllipseGeometryLibrary-b891b2f8.js} +1 -1
- package/Build/Workers/{EllipseOutlineGeometry-e2ae6a35.js → EllipseOutlineGeometry-fbd72e07.js} +1 -1
- package/Build/Workers/{EllipsoidGeodesic-16de63ea.js → EllipsoidGeodesic-98c62a56.js} +1 -1
- package/Build/Workers/{EllipsoidGeometry-95c0330e.js → EllipsoidGeometry-a351dba8.js} +1 -1
- package/Build/Workers/{EllipsoidOutlineGeometry-d6d2ceec.js → EllipsoidOutlineGeometry-3e8779bf.js} +1 -1
- package/Build/Workers/{EllipsoidRhumbLine-ae5e65e0.js → EllipsoidRhumbLine-19756602.js} +1 -1
- package/Build/Workers/{EllipsoidTangentPlane-bfc674bf.js → EllipsoidTangentPlane-cfb50678.js} +1 -1
- package/Build/Workers/{EncodedCartesian3-f473ea18.js → EncodedCartesian3-81f70735.js} +1 -1
- package/Build/Workers/{FrustumGeometry-3bf2e4eb.js → FrustumGeometry-c5754412.js} +1 -1
- package/Build/Workers/{GeometryAttribute-df5f473e.js → GeometryAttribute-0bfd05e8.js} +1 -1
- package/Build/Workers/{GeometryInstance-aa75b4cf.js → GeometryInstance-451dc1cd.js} +1 -1
- package/Build/Workers/{GeometryPipeline-f0e46c42.js → GeometryPipeline-0166905d.js} +1 -1
- package/Build/Workers/{IntersectionTests-9de29d51.js → IntersectionTests-a93d3de9.js} +1 -1
- package/Build/Workers/{Matrix2-ce637455.js → Matrix2-13178034.js} +4 -2
- package/Build/Workers/{Matrix3-4f4df527.js → Matrix3-315394f6.js} +2 -1
- package/Build/Workers/{OrientedBoundingBox-d3ff3d4d.js → OrientedBoundingBox-b450cb61.js} +5 -5
- package/Build/Workers/{Plane-b81241c2.js → Plane-900aa728.js} +1 -1
- package/Build/Workers/{PolygonGeometryLibrary-6f4937bb.js → PolygonGeometryLibrary-f918ac26.js} +1 -1
- package/Build/Workers/PolygonPipeline-f59a8f0a.js +1345 -0
- package/Build/Workers/{PolylinePipeline-2e2b015c.js → PolylinePipeline-d8e6bd9b.js} +1 -1
- package/Build/Workers/{PolylineVolumeGeometryLibrary-7ee1d449.js → PolylineVolumeGeometryLibrary-125d2edf.js} +1 -1
- package/Build/Workers/{PrimitivePipeline-a9b7aae0.js → PrimitivePipeline-0d7b5ed4.js} +1 -1
- package/Build/Workers/{RectangleGeometryLibrary-9aa6c8f6.js → RectangleGeometryLibrary-0768db63.js} +1 -1
- package/Build/Workers/{TerrainEncoding-b52dcfc5.js → TerrainEncoding-06470d7f.js} +1 -1
- package/Build/Workers/{Transforms-2f755df8.js → Transforms-26539bce.js} +97 -83
- package/Build/Workers/{WallGeometryLibrary-ab19a93d.js → WallGeometryLibrary-6167b0fc.js} +1 -1
- package/Build/Workers/{WebMercatorProjection-9f25de49.js → WebMercatorProjection-13a90d41.js} +1 -1
- package/Build/Workers/cesiumWorkerBootstrapper.js +25 -1
- package/Build/Workers/combineGeometry.js +1 -1
- package/Build/Workers/createBoxGeometry.js +1 -1
- package/Build/Workers/createBoxOutlineGeometry.js +1 -1
- package/Build/Workers/createCircleGeometry.js +1 -1
- package/Build/Workers/createCircleOutlineGeometry.js +1 -1
- package/Build/Workers/createCoplanarPolygonGeometry.js +1 -1
- package/Build/Workers/createCoplanarPolygonOutlineGeometry.js +1 -1
- package/Build/Workers/createCorridorGeometry.js +1 -1
- package/Build/Workers/createCorridorOutlineGeometry.js +1 -1
- package/Build/Workers/createCylinderGeometry.js +1 -1
- package/Build/Workers/createCylinderOutlineGeometry.js +1 -1
- package/Build/Workers/createEllipseGeometry.js +1 -1
- package/Build/Workers/createEllipseOutlineGeometry.js +1 -1
- package/Build/Workers/createEllipsoidGeometry.js +1 -1
- package/Build/Workers/createEllipsoidOutlineGeometry.js +1 -1
- package/Build/Workers/createFrustumGeometry.js +1 -1
- package/Build/Workers/createFrustumOutlineGeometry.js +1 -1
- package/Build/Workers/createGeometry.js +1 -1
- package/Build/Workers/createGroundPolylineGeometry.js +1 -1
- package/Build/Workers/createPlaneGeometry.js +1 -1
- package/Build/Workers/createPlaneOutlineGeometry.js +1 -1
- package/Build/Workers/createPolygonGeometry.js +1 -1
- package/Build/Workers/createPolygonOutlineGeometry.js +1 -1
- package/Build/Workers/createPolylineGeometry.js +1 -1
- package/Build/Workers/createPolylineVolumeGeometry.js +1 -1
- package/Build/Workers/createPolylineVolumeOutlineGeometry.js +1 -1
- package/Build/Workers/createRectangleGeometry.js +1 -1
- package/Build/Workers/createRectangleOutlineGeometry.js +1 -1
- package/Build/Workers/createSimplePolylineGeometry.js +1 -1
- package/Build/Workers/createSphereGeometry.js +1 -1
- package/Build/Workers/createSphereOutlineGeometry.js +1 -1
- package/Build/Workers/createVectorTileClampedPolylines.js +1 -1
- package/Build/Workers/createVectorTileGeometries.js +1 -1
- package/Build/Workers/createVectorTilePoints.js +1 -1
- package/Build/Workers/createVectorTilePolygons.js +1 -1
- package/Build/Workers/createVectorTilePolylines.js +1 -1
- package/Build/Workers/createVerticesFromGoogleEarthEnterpriseBuffer.js +1 -1
- package/Build/Workers/createVerticesFromHeightmap.js +7 -3
- package/Build/Workers/createVerticesFromQuantizedTerrainMesh.js +1 -1
- package/Build/Workers/createWallGeometry.js +1 -1
- package/Build/Workers/createWallOutlineGeometry.js +1 -1
- package/Build/Workers/decodeGoogleEarthEnterprisePacket.js +95 -76
- package/Build/Workers/decodeI3S.js +1 -1
- package/Build/Workers/package.js +25 -1
- package/Build/Workers/transferTypedArrayTest.js +25 -1
- package/Build/Workers/upsampleQuantizedTerrainMesh.js +1 -1
- package/README.md +9 -9
- package/Source/Core/EarthOrientationParameters.js +67 -63
- package/Source/Core/Ion.js +1 -1
- package/Source/Core/Matrix2.js +2 -1
- package/Source/Core/Matrix3.js +2 -1
- package/Source/Core/Matrix4.js +1 -0
- package/Source/Core/OrientedBoundingBox.js +4 -4
- package/Source/Core/S2Cell.js +3 -3
- package/Source/Core/Transforms.js +3 -7
- package/Source/DataSources/GpxDataSource.js +4 -6
- package/Source/DataSources/KmlDataSource.js +3 -5
- package/Source/Renderer/Context.js +230 -177
- package/Source/Renderer/Pass.js +3 -2
- package/Source/Scene/Cesium3DTileContentType.js +19 -0
- package/Source/Scene/Cesium3DTilesVoxelProvider.js +482 -0
- package/Source/Scene/Cesium3DTilesetMetadata.js +2 -2
- package/Source/Scene/ContentMetadata.js +2 -2
- package/Source/Scene/DerivedCommand.js +7 -0
- package/Source/Scene/Expression.js +1 -1
- package/Source/Scene/Globe.js +10 -0
- package/Source/Scene/GlobeSurfaceTileProvider.js +7 -0
- package/Source/Scene/GltfImageLoader.js +1 -1
- package/Source/Scene/GltfVertexBufferLoader.js +10 -2
- package/Source/Scene/GroupMetadata.js +2 -2
- package/Source/Scene/I3SDataProvider.js +2 -1
- package/Source/Scene/I3SFeature.js +1 -1
- package/Source/Scene/I3SLayer.js +64 -2
- package/Source/Scene/I3SNode.js +50 -6
- package/Source/Scene/ImplicitMetadataView.js +2 -2
- package/Source/Scene/ImplicitSubtreeCache.js +127 -0
- package/Source/Scene/ImplicitSubtreeMetadata.js +2 -2
- package/Source/Scene/ImplicitTileset.js +3 -2
- package/Source/Scene/KeyframeNode.js +47 -0
- package/Source/Scene/Megatexture.js +490 -0
- package/Source/Scene/MetadataClass.js +60 -25
- package/Source/Scene/MetadataClassProperty.js +132 -68
- package/Source/Scene/MetadataComponentType.js +78 -57
- package/Source/Scene/MetadataEnum.js +59 -23
- package/Source/Scene/MetadataEnumValue.js +49 -15
- package/Source/Scene/MetadataSchema.js +53 -24
- package/Source/Scene/MetadataSchemaLoader.js +2 -2
- package/Source/Scene/MetadataTableProperty.js +2 -2
- package/Source/Scene/MetadataType.js +6 -14
- package/Source/Scene/Model/GeoJsonLoader.js +1 -1
- package/Source/Scene/Model/Model.js +38 -6
- package/Source/Scene/Model/buildDrawCommand.js +19 -11
- package/Source/Scene/PointCloud.js +1 -1
- package/Source/Scene/PropertyAttribute.js +2 -2
- package/Source/Scene/PropertyAttributeProperty.js +2 -2
- package/Source/Scene/PropertyTable.js +2 -2
- package/Source/Scene/PropertyTexture.js +2 -2
- package/Source/Scene/PropertyTextureProperty.js +2 -2
- package/Source/Scene/ResourceCache.js +9 -1
- package/Source/Scene/ResourceCacheKey.js +9 -1
- package/Source/Scene/Scene.js +20 -50
- package/Source/Scene/SpatialNode.js +375 -0
- package/Source/Scene/StructuralMetadata.js +2 -2
- package/Source/Scene/TileMetadata.js +2 -2
- package/Source/Scene/TilesetMetadata.js +2 -2
- package/Source/Scene/VoxelBoxShape.js +527 -0
- package/Source/Scene/VoxelContent.js +169 -0
- package/Source/Scene/VoxelCylinderShape.js +937 -0
- package/Source/Scene/VoxelEllipsoidShape.js +937 -0
- package/Source/Scene/VoxelPrimitive.js +1919 -0
- package/Source/Scene/VoxelProvider.js +255 -0
- package/Source/Scene/VoxelRenderResources.js +224 -0
- package/Source/Scene/VoxelShape.js +152 -0
- package/Source/Scene/VoxelShapeType.js +105 -0
- package/Source/Scene/VoxelTraversal.js +1144 -0
- package/Source/Scene/buildVoxelDrawCommands.js +116 -0
- package/Source/Scene/parseBatchTable.js +18 -2
- package/Source/Scene/preprocess3DTileContent.js +8 -0
- package/Source/Scene/processVoxelProperties.js +455 -0
- package/Source/Shaders/BillboardCollectionVS.glsl +1 -1
- package/Source/Shaders/BillboardCollectionVS.js +1 -1
- package/Source/Shaders/Builtin/Constants/passOverlay.glsl +1 -1
- package/Source/Shaders/Builtin/Constants/passOverlay.js +1 -1
- package/Source/Shaders/Builtin/Constants/passVoxels.glsl +9 -0
- package/Source/Shaders/Builtin/Constants/passVoxels.js +11 -0
- package/Source/Shaders/Builtin/CzmBuiltins.js +2 -0
- package/Source/Shaders/Builtin/Functions/windowToEyeCoordinates.glsl +55 -43
- package/Source/Shaders/Builtin/Functions/windowToEyeCoordinates.js +55 -43
- package/Source/Shaders/GlobeFS.glsl +2 -1
- package/Source/Shaders/GlobeFS.js +2 -1
- package/Source/Shaders/PointPrimitiveCollectionVS.glsl +5 -2
- package/Source/Shaders/PointPrimitiveCollectionVS.js +5 -2
- package/Source/Shaders/Voxels/IntersectBox.glsl +79 -0
- package/Source/Shaders/Voxels/IntersectBox.js +81 -0
- package/Source/Shaders/Voxels/IntersectClippingPlanes.glsl +70 -0
- package/Source/Shaders/Voxels/IntersectClippingPlanes.js +72 -0
- package/Source/Shaders/Voxels/IntersectCylinder.glsl +273 -0
- package/Source/Shaders/Voxels/IntersectCylinder.js +275 -0
- package/Source/Shaders/Voxels/IntersectDepth.glsl +23 -0
- package/Source/Shaders/Voxels/IntersectDepth.js +25 -0
- package/Source/Shaders/Voxels/IntersectEllipsoid.glsl +337 -0
- package/Source/Shaders/Voxels/IntersectEllipsoid.js +339 -0
- package/Source/Shaders/Voxels/Intersection.glsl +54 -0
- package/Source/Shaders/Voxels/Intersection.js +56 -0
- package/Source/Shaders/Voxels/IntersectionUtils.glsl +151 -0
- package/Source/Shaders/Voxels/IntersectionUtils.js +153 -0
- package/Source/Shaders/Voxels/Megatexture.glsl +136 -0
- package/Source/Shaders/Voxels/Megatexture.js +138 -0
- package/Source/Shaders/Voxels/Octree.glsl +221 -0
- package/Source/Shaders/Voxels/Octree.js +223 -0
- package/Source/Shaders/Voxels/VoxelFS.glsl +150 -0
- package/Source/Shaders/Voxels/VoxelFS.js +152 -0
- package/Source/Shaders/Voxels/VoxelVS.glsl +11 -0
- package/Source/Shaders/Voxels/VoxelVS.js +13 -0
- package/Source/Shaders/Voxels/convertUvToBox.glsl +16 -0
- package/Source/Shaders/Voxels/convertUvToBox.js +18 -0
- package/Source/Shaders/Voxels/convertUvToCylinder.glsl +79 -0
- package/Source/Shaders/Voxels/convertUvToCylinder.js +81 -0
- package/Source/Shaders/Voxels/convertUvToEllipsoid.glsl +133 -0
- package/Source/Shaders/Voxels/convertUvToEllipsoid.js +135 -0
- package/Source/ThirdParty/Workers/draco_decoder_nodejs.js +100 -101
- package/Source/ThirdParty/Workers/pako_deflate.min.js +2 -2
- package/Source/ThirdParty/Workers/pako_inflate.min.js +2 -2
- package/Source/ThirdParty/draco_decoder.wasm +0 -0
- package/Source/Widget/CesiumWidget.js +1 -1
- package/index.d.ts +961 -56
- package/index.js +92 -60
- package/package.json +6 -4
- package/Build/ThirdParty/Workers/basis_transcoder.js +0 -2233
- package/Build/ThirdParty/Workers/draco_decoder_nodejs.js +0 -1872
- package/Build/ThirdParty/Workers/package.json +0 -1
- package/Build/ThirdParty/Workers/pako_deflate.min.js +0 -589
- package/Build/ThirdParty/Workers/pako_inflate.min.js +0 -798
- package/Build/ThirdParty/Workers/z-worker-pako.js +0 -503
- package/Build/ThirdParty/basis_transcoder.wasm +0 -0
- package/Build/ThirdParty/draco_decoder.wasm +0 -0
- package/Build/ThirdParty/google-earth-dbroot-parser.js +0 -8019
- package/Build/Widget/CesiumWidget.css +0 -120
- package/Build/Widget/lighter.css +0 -13
- package/Build/Workers/PolygonPipeline-774a8aaf.js +0 -1341
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
define(['exports', './Matrix2-
|
|
1
|
+
define(['exports', './Matrix2-13178034', './Matrix3-315394f6', './ComponentDatatype-f7b11d02', './Check-666ab1a0', './defaultValue-0a909f67', './Math-2dbd6b93'], (function (exports, Matrix2, Matrix3, ComponentDatatype, Check, defaultValue, Math$1) { 'use strict';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* An enum describing the attribute type for glTF and 3D Tiles.
|
package/Build/Workers/{AxisAlignedBoundingBox-bfb1234f.js → AxisAlignedBoundingBox-a4321399.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
define(['exports', './Matrix3-
|
|
1
|
+
define(['exports', './Matrix3-315394f6', './Check-666ab1a0', './defaultValue-0a909f67', './Transforms-26539bce'], (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-
|
|
1
|
+
define(['exports', './Matrix2-13178034', './Matrix3-315394f6', './Check-666ab1a0', './defaultValue-0a909f67', './Transforms-26539bce'], (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-
|
|
1
|
+
define(['exports', './Transforms-26539bce', './Matrix3-315394f6', './Check-666ab1a0', './ComponentDatatype-f7b11d02', './defaultValue-0a909f67', './GeometryAttribute-0bfd05e8', './GeometryAttributes-f06a2792', './GeometryOffsetAttribute-04332ce7', './VertexFormat-6b480673'], (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-666ab1a0', './defaultValue-0a909f67', './Transforms-
|
|
1
|
+
define(['exports', './Check-666ab1a0', './defaultValue-0a909f67', './Transforms-26539bce', './Math-2dbd6b93'], (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-
|
|
1
|
+
define(['exports', './Matrix2-13178034', './Matrix3-315394f6', './Check-666ab1a0', './OrientedBoundingBox-b450cb61'], (function (exports, Matrix2, Matrix3, Check, OrientedBoundingBox) { 'use strict';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* @private
|
package/Build/Workers/{CorridorGeometryLibrary-2119580e.js → CorridorGeometryLibrary-7cbae7a0.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
define(['exports', './Matrix3-
|
|
1
|
+
define(['exports', './Matrix3-315394f6', './PolylineVolumeGeometryLibrary-125d2edf', './defaultValue-0a909f67', './Math-2dbd6b93', './PolylinePipeline-d8e6bd9b', './Transforms-26539bce'], (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-
|
|
1
|
+
define(['exports', './Transforms-26539bce', './Matrix2-13178034', './Matrix3-315394f6', './ComponentDatatype-f7b11d02', './CylinderGeometryLibrary-372c07d8', './defaultValue-0a909f67', './Check-666ab1a0', './GeometryAttribute-0bfd05e8', './GeometryAttributes-f06a2792', './GeometryOffsetAttribute-04332ce7', './IndexDatatype-a55ceaa1', './Math-2dbd6b93', './VertexFormat-6b480673'], (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-
|
|
1
|
+
define(['exports', './Transforms-26539bce', './Matrix2-13178034', './Matrix3-315394f6', './Check-666ab1a0', './ComponentDatatype-f7b11d02', './defaultValue-0a909f67', './EllipseGeometryLibrary-b891b2f8', './GeometryAttribute-0bfd05e8', './GeometryAttributes-f06a2792', './GeometryInstance-451dc1cd', './GeometryOffsetAttribute-04332ce7', './GeometryPipeline-0166905d', './IndexDatatype-a55ceaa1', './Math-2dbd6b93', './VertexFormat-6b480673'], (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();
|
package/Build/Workers/{EllipseGeometryLibrary-4ea68687.js → EllipseGeometryLibrary-b891b2f8.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
define(['exports', './Matrix3-
|
|
1
|
+
define(['exports', './Matrix3-315394f6', './Math-2dbd6b93', './Transforms-26539bce'], (function (exports, Matrix3, Math$1, Transforms) { 'use strict';
|
|
2
2
|
|
|
3
3
|
const EllipseGeometryLibrary = {};
|
|
4
4
|
|
package/Build/Workers/{EllipseOutlineGeometry-e2ae6a35.js → EllipseOutlineGeometry-fbd72e07.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
define(['exports', './Transforms-
|
|
1
|
+
define(['exports', './Transforms-26539bce', './Matrix3-315394f6', './ComponentDatatype-f7b11d02', './defaultValue-0a909f67', './Check-666ab1a0', './EllipseGeometryLibrary-b891b2f8', './GeometryAttribute-0bfd05e8', './GeometryAttributes-f06a2792', './GeometryOffsetAttribute-04332ce7', './IndexDatatype-a55ceaa1', './Math-2dbd6b93'], (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', './Matrix3-
|
|
1
|
+
define(['exports', './Matrix3-315394f6', './Check-666ab1a0', './defaultValue-0a909f67', './Math-2dbd6b93'], (function (exports, Matrix3, Check, defaultValue, Math$1) { 'use strict';
|
|
2
2
|
|
|
3
3
|
function setConstants(ellipsoidGeodesic) {
|
|
4
4
|
const uSquared = ellipsoidGeodesic._uSquared;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
define(['exports', './Transforms-
|
|
1
|
+
define(['exports', './Transforms-26539bce', './Matrix2-13178034', './Matrix3-315394f6', './ComponentDatatype-f7b11d02', './defaultValue-0a909f67', './Check-666ab1a0', './GeometryAttribute-0bfd05e8', './GeometryAttributes-f06a2792', './GeometryOffsetAttribute-04332ce7', './IndexDatatype-a55ceaa1', './Math-2dbd6b93', './VertexFormat-6b480673'], (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();
|
package/Build/Workers/{EllipsoidOutlineGeometry-d6d2ceec.js → EllipsoidOutlineGeometry-3e8779bf.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
define(['exports', './Transforms-
|
|
1
|
+
define(['exports', './Transforms-26539bce', './Matrix3-315394f6', './ComponentDatatype-f7b11d02', './defaultValue-0a909f67', './Check-666ab1a0', './GeometryAttribute-0bfd05e8', './GeometryAttributes-f06a2792', './GeometryOffsetAttribute-04332ce7', './IndexDatatype-a55ceaa1', './Math-2dbd6b93'], (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', './Matrix3-
|
|
1
|
+
define(['exports', './Matrix3-315394f6', './Check-666ab1a0', './defaultValue-0a909f67', './Math-2dbd6b93'], (function (exports, Matrix3, Check, defaultValue, Math$1) { 'use strict';
|
|
2
2
|
|
|
3
3
|
function calculateM(ellipticity, major, latitude) {
|
|
4
4
|
if (ellipticity === 0.0) {
|
package/Build/Workers/{EllipsoidTangentPlane-bfc674bf.js → EllipsoidTangentPlane-cfb50678.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
define(['exports', './AxisAlignedBoundingBox-
|
|
1
|
+
define(['exports', './AxisAlignedBoundingBox-a4321399', './Matrix2-13178034', './Matrix3-315394f6', './Check-666ab1a0', './defaultValue-0a909f67', './IntersectionTests-a93d3de9', './Plane-900aa728', './Transforms-26539bce'], (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', './Matrix3-
|
|
1
|
+
define(['exports', './Matrix3-315394f6', './Check-666ab1a0', './defaultValue-0a909f67'], (function (exports, Matrix3, Check, defaultValue) { 'use strict';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* A fixed-point encoding of a {@link Cartesian3} with 64-bit floating-point components, as two {@link Cartesian3}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
define(['exports', './Transforms-
|
|
1
|
+
define(['exports', './Transforms-26539bce', './Matrix3-315394f6', './Matrix2-13178034', './Check-666ab1a0', './ComponentDatatype-f7b11d02', './defaultValue-0a909f67', './GeometryAttribute-0bfd05e8', './GeometryAttributes-f06a2792', './Math-2dbd6b93', './Plane-900aa728', './VertexFormat-6b480673'], (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.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
define(['exports', './Matrix2-
|
|
1
|
+
define(['exports', './Matrix2-13178034', './Matrix3-315394f6', './Check-666ab1a0', './defaultValue-0a909f67', './WebGLConstants-a8cc3e8c', './Transforms-26539bce'], (function (exports, Matrix2, Matrix3, Check, defaultValue, WebGLConstants, Transforms) { 'use strict';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* @private
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
define(['exports', './defaultValue-0a909f67', './Check-666ab1a0', './Matrix2-
|
|
1
|
+
define(['exports', './defaultValue-0a909f67', './Check-666ab1a0', './Matrix2-13178034'], (function (exports, defaultValue, Check, Matrix2) { 'use strict';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Geometry instancing allows one {@link Geometry} object to be positions in several
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
define(['exports', './AttributeCompression-
|
|
1
|
+
define(['exports', './AttributeCompression-b646d393', './Matrix2-13178034', './Matrix3-315394f6', './Check-666ab1a0', './defaultValue-0a909f67', './Math-2dbd6b93', './Transforms-26539bce', './ComponentDatatype-f7b11d02', './EncodedCartesian3-81f70735', './GeometryAttribute-0bfd05e8', './IndexDatatype-a55ceaa1', './IntersectionTests-a93d3de9', './Plane-900aa728'], (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-
|
|
1
|
+
define(['exports', './Matrix3-315394f6', './defaultValue-0a909f67', './Check-666ab1a0', './Transforms-26539bce', './Math-2dbd6b93'], (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', './Matrix3-
|
|
1
|
+
define(['exports', './Matrix3-315394f6', './Check-666ab1a0', './defaultValue-0a909f67', './Math-2dbd6b93', './RuntimeError-06c93819'], (function (exports, Matrix3, Check, defaultValue, Math$1, RuntimeError) { 'use strict';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* A 4D Cartesian point.
|
|
@@ -2599,6 +2599,7 @@ define(['exports', './Matrix3-4f4df527', './Check-666ab1a0', './defaultValue-0a9
|
|
|
2599
2599
|
*
|
|
2600
2600
|
* @param {Matrix4} matrix The matrix.
|
|
2601
2601
|
* @param {Matrix3} rotation The rotation matrix.
|
|
2602
|
+
* @param {Matrix4} result The object onto which to store the result.
|
|
2602
2603
|
* @returns {Matrix4} The modified result parameter.
|
|
2603
2604
|
*
|
|
2604
2605
|
* @see Matrix4.fromRotation
|
|
@@ -6598,6 +6599,7 @@ define(['exports', './Matrix3-4f4df527', './Check-666ab1a0', './defaultValue-0a9
|
|
|
6598
6599
|
*
|
|
6599
6600
|
* @param {Matrix2} matrix The matrix.
|
|
6600
6601
|
* @param {Matrix2} rotation The rotation matrix.
|
|
6602
|
+
* @param {Matrix2} result The object onto which to store the result.
|
|
6601
6603
|
* @returns {Matrix2} The modified result parameter.
|
|
6602
6604
|
*
|
|
6603
6605
|
* @see Matrix2.fromRotation
|
|
@@ -6767,7 +6769,7 @@ define(['exports', './Matrix3-4f4df527', './Check-666ab1a0', './defaultValue-0a9
|
|
|
6767
6769
|
* Computes the product of a matrix times a (non-uniform) scale, as if the scale were a scale matrix.
|
|
6768
6770
|
*
|
|
6769
6771
|
* @param {Matrix2} matrix The matrix on the left-hand side.
|
|
6770
|
-
* @param {
|
|
6772
|
+
* @param {Cartesian2} scale The non-uniform scale on the right-hand side.
|
|
6771
6773
|
* @param {Matrix2} result The object onto which to store the result.
|
|
6772
6774
|
* @returns {Matrix2} The modified result parameter.
|
|
6773
6775
|
*
|
|
@@ -3412,6 +3412,7 @@ define(['exports', './Check-666ab1a0', './defaultValue-0a909f67', './Math-2dbd6b
|
|
|
3412
3412
|
*
|
|
3413
3413
|
* @param {Matrix3} matrix The matrix.
|
|
3414
3414
|
* @param {Matrix3} rotation The rotation matrix.
|
|
3415
|
+
* @param {Matrix3} result The object onto which to store the result.
|
|
3415
3416
|
* @returns {Matrix3} The modified result parameter.
|
|
3416
3417
|
*
|
|
3417
3418
|
* @see Matrix3.getRotation
|
|
@@ -3631,7 +3632,7 @@ define(['exports', './Check-666ab1a0', './defaultValue-0a909f67', './Math-2dbd6b
|
|
|
3631
3632
|
* Computes the product of a matrix times a (non-uniform) scale, as if the scale were a scale matrix.
|
|
3632
3633
|
*
|
|
3633
3634
|
* @param {Matrix3} matrix The matrix on the left-hand side.
|
|
3634
|
-
* @param {
|
|
3635
|
+
* @param {Cartesian3} scale The non-uniform scale on the right-hand side.
|
|
3635
3636
|
* @param {Matrix3} result The object onto which to store the result.
|
|
3636
3637
|
* @returns {Matrix3} The modified result parameter.
|
|
3637
3638
|
*
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
define(['exports', './Transforms-
|
|
1
|
+
define(['exports', './Transforms-26539bce', './Matrix2-13178034', './Matrix3-315394f6', './Check-666ab1a0', './defaultValue-0a909f67', './EllipsoidTangentPlane-cfb50678', './Math-2dbd6b93', './Plane-900aa728'], (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.
|
|
5
|
-
* An OrientedBoundingBox of some object is a closed and convex cuboid. It can provide a tighter bounding volume than {@link BoundingSphere} or {@link AxisAlignedBoundingBox} in many cases.
|
|
5
|
+
* An OrientedBoundingBox of some object is a closed and convex rectangular cuboid. It can provide a tighter bounding volume than {@link BoundingSphere} or {@link AxisAlignedBoundingBox} in many cases.
|
|
6
6
|
* @alias OrientedBoundingBox
|
|
7
7
|
* @constructor
|
|
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
|
|
11
|
+
* Equivalently, the transformation matrix, to rotate and scale a 1x1x1
|
|
12
12
|
* cube centered at the origin.
|
|
13
13
|
*
|
|
14
14
|
*
|
|
@@ -318,7 +318,7 @@ define(['exports', './Transforms-2f755df8', './Matrix2-ce637455', './Matrix3-4f4
|
|
|
318
318
|
* @param {OrientedBoundingBox} [result] The object onto which to store the result.
|
|
319
319
|
* @returns {OrientedBoundingBox} The modified result parameter or a new OrientedBoundingBox instance if none was provided.
|
|
320
320
|
*
|
|
321
|
-
* @exception {DeveloperError} rectangle.width must be between 0 and pi.
|
|
321
|
+
* @exception {DeveloperError} rectangle.width must be between 0 and 2 * pi.
|
|
322
322
|
* @exception {DeveloperError} rectangle.height must be between 0 and pi.
|
|
323
323
|
* @exception {DeveloperError} ellipsoid must be an ellipsoid of revolution (<code>radii.x == radii.y</code>)
|
|
324
324
|
*/
|
|
@@ -334,7 +334,7 @@ define(['exports', './Transforms-2f755df8', './Matrix2-ce637455', './Matrix3-4f4
|
|
|
334
334
|
throw new Check.DeveloperError("rectangle is required");
|
|
335
335
|
}
|
|
336
336
|
if (rectangle.width < 0.0 || rectangle.width > Math$1.CesiumMath.TWO_PI) {
|
|
337
|
-
throw new Check.DeveloperError("Rectangle width must be between 0 and 2*pi");
|
|
337
|
+
throw new Check.DeveloperError("Rectangle width must be between 0 and 2 * pi");
|
|
338
338
|
}
|
|
339
339
|
if (rectangle.height < 0.0 || rectangle.height > Math$1.CesiumMath.PI) {
|
|
340
340
|
throw new Check.DeveloperError("Rectangle height must be between 0 and pi");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
define(['exports', './Matrix3-
|
|
1
|
+
define(['exports', './Matrix3-315394f6', './Matrix2-13178034', './Check-666ab1a0', './defaultValue-0a909f67', './Math-2dbd6b93'], (function (exports, Matrix3, Matrix2, Check, defaultValue, Math) { 'use strict';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* A plane in Hessian Normal Form defined by
|
package/Build/Workers/{PolygonGeometryLibrary-6f4937bb.js → PolygonGeometryLibrary-f918ac26.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
define(['exports', './ArcType-ce2e50ab', './arrayRemoveDuplicates-c2038105', './Matrix2-
|
|
1
|
+
define(['exports', './ArcType-ce2e50ab', './arrayRemoveDuplicates-c2038105', './Matrix2-13178034', './Matrix3-315394f6', './ComponentDatatype-f7b11d02', './defaultValue-0a909f67', './EllipsoidRhumbLine-19756602', './GeometryAttribute-0bfd05e8', './GeometryAttributes-f06a2792', './GeometryPipeline-0166905d', './IndexDatatype-a55ceaa1', './Math-2dbd6b93', './PolygonPipeline-f59a8f0a', './Transforms-26539bce'], (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.
|