mars3d-cesium 1.84.3 → 1.88.2
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/Cesium/Cesium.d.ts +1491 -475
- package/Build/Cesium/Cesium.js +90 -1
- package/Build/Cesium/Scene/ModelExperimental/CustomShaderGuide/README.md +272 -0
- package/Build/Cesium/ThirdParty/Workers/basis_transcoder.js +1 -1
- package/Build/Cesium/ThirdParty/Workers/draco_decoder_nodejs.js +117 -0
- package/Build/Cesium/ThirdParty/Workers/pako_deflate.min.js +1 -0
- package/Build/Cesium/ThirdParty/Workers/pako_inflate.min.js +1 -0
- package/Build/Cesium/ThirdParty/Workers/z-worker-pako.js +1 -0
- package/Build/Cesium/ThirdParty/draco_decoder.wasm +0 -0
- package/Build/Cesium/ThirdParty/google-earth-dbroot-parser.js +1 -1
- package/Build/Cesium/Workers/ArcType-1da7fdca.js +1 -1
- package/Build/Cesium/Workers/AttributeCompression-0af3c035.js +1 -0
- package/Build/Cesium/Workers/AxisAlignedBoundingBox-1feb0c48.js +1 -0
- package/Build/Cesium/Workers/BoundingRectangle-18e42324.js +1 -0
- package/Build/Cesium/Workers/BoxGeometry-a530ddad.js +1 -0
- package/Build/Cesium/Workers/Color-d2414093.js +1 -0
- package/Build/Cesium/Workers/ComponentDatatype-17b06483.js +1 -0
- package/Build/Cesium/Workers/CoplanarPolygonGeometryLibrary-4653bf5b.js +1 -0
- package/Build/Cesium/Workers/CorridorGeometryLibrary-df5b99e3.js +1 -0
- package/Build/Cesium/Workers/CylinderGeometry-4a23db6d.js +1 -0
- package/Build/Cesium/Workers/CylinderGeometryLibrary-7b000e1b.js +1 -0
- package/Build/Cesium/Workers/EllipseGeometry-0fca35c1.js +1 -0
- package/Build/Cesium/Workers/EllipseGeometryLibrary-69f5ff56.js +1 -0
- package/Build/Cesium/Workers/EllipseOutlineGeometry-c29842bd.js +1 -0
- package/Build/Cesium/Workers/EllipsoidGeodesic-43ba18de.js +1 -0
- package/Build/Cesium/Workers/EllipsoidGeometry-6edeb2a4.js +1 -0
- package/Build/Cesium/Workers/EllipsoidOutlineGeometry-207e73be.js +1 -0
- package/Build/Cesium/Workers/EllipsoidRhumbLine-afd6cd20.js +1 -0
- package/Build/Cesium/Workers/EllipsoidTangentPlane-b27cd2f7.js +1 -0
- package/Build/Cesium/Workers/EncodedCartesian3-d4f305ce.js +1 -0
- package/Build/Cesium/Workers/FrustumGeometry-3d147886.js +1 -0
- package/Build/Cesium/Workers/GeometryAttribute-80036e07.js +1 -0
- package/Build/Cesium/Workers/GeometryAttributes-b253752a.js +1 -0
- package/Build/Cesium/Workers/GeometryInstance-16601d2a.js +1 -0
- package/Build/Cesium/Workers/GeometryOffsetAttribute-ff1e192c.js +1 -0
- package/Build/Cesium/Workers/GeometryPipeline-5b3fba53.js +1 -0
- package/Build/Cesium/Workers/IndexDatatype-b10faa0b.js +1 -0
- package/Build/Cesium/Workers/IntersectionTests-1b8a3cb9.js +1 -0
- package/Build/Cesium/Workers/Matrix2-f2da41d4.js +1 -0
- package/Build/Cesium/Workers/OrientedBoundingBox-86debc5a.js +1 -0
- package/Build/Cesium/Workers/Plane-0421a8be.js +1 -0
- package/Build/Cesium/Workers/PolygonGeometryLibrary-f129e954.js +1 -0
- package/Build/Cesium/Workers/PolygonPipeline-5582b1ec.js +1 -0
- package/Build/Cesium/Workers/PolylinePipeline-a3ba6f24.js +1 -0
- package/Build/Cesium/Workers/PolylineVolumeGeometryLibrary-4af6d4dc.js +1 -0
- package/Build/Cesium/Workers/PrimitivePipeline-82a942e9.js +1 -0
- package/Build/Cesium/Workers/RectangleGeometryLibrary-fbe816b1.js +1 -0
- package/Build/Cesium/Workers/RuntimeError-ffe03243.js +1 -0
- package/Build/Cesium/Workers/TerrainEncoding-6355a4fe.js +1 -0
- package/Build/Cesium/Workers/Transforms-7cd3197b.js +39 -0
- package/Build/Cesium/Workers/VertexFormat-565d6a6c.js +1 -0
- package/Build/Cesium/Workers/WallGeometryLibrary-fb5b94e4.js +1 -0
- package/Build/Cesium/Workers/WebGLConstants-4e26b85a.js +1 -1
- package/Build/Cesium/Workers/WebMercatorProjection-d69cec15.js +1 -0
- package/Build/Cesium/Workers/arrayRemoveDuplicates-bb548aa3.js +1 -0
- package/Build/Cesium/Workers/cesiumWorkerBootstrapper.js +6 -1
- package/Build/Cesium/Workers/combine-8ce3f24b.js +1 -0
- package/Build/Cesium/Workers/combineGeometry.js +1 -1
- package/Build/Cesium/Workers/createBoxGeometry.js +1 -1
- package/Build/Cesium/Workers/createBoxOutlineGeometry.js +1 -1
- package/Build/Cesium/Workers/createCircleGeometry.js +1 -1
- package/Build/Cesium/Workers/createCircleOutlineGeometry.js +1 -1
- package/Build/Cesium/Workers/createCoplanarPolygonGeometry.js +1 -1
- package/Build/Cesium/Workers/createCoplanarPolygonOutlineGeometry.js +1 -1
- package/Build/Cesium/Workers/createCorridorGeometry.js +1 -1
- package/Build/Cesium/Workers/createCorridorOutlineGeometry.js +1 -1
- package/Build/Cesium/Workers/createCylinderGeometry.js +1 -1
- package/Build/Cesium/Workers/createCylinderOutlineGeometry.js +1 -1
- package/Build/Cesium/Workers/createEllipseGeometry.js +1 -1
- package/Build/Cesium/Workers/createEllipseOutlineGeometry.js +1 -1
- package/Build/Cesium/Workers/createEllipsoidGeometry.js +1 -1
- package/Build/Cesium/Workers/createEllipsoidOutlineGeometry.js +1 -1
- package/Build/Cesium/Workers/createFrustumGeometry.js +1 -1
- package/Build/Cesium/Workers/createFrustumOutlineGeometry.js +1 -1
- package/Build/Cesium/Workers/createGeometry.js +1 -1
- package/Build/Cesium/Workers/createGroundPolylineGeometry.js +1 -1
- package/Build/Cesium/Workers/createPlaneGeometry.js +1 -1
- package/Build/Cesium/Workers/createPlaneOutlineGeometry.js +1 -1
- package/Build/Cesium/Workers/createPolygonGeometry.js +1 -1
- package/Build/Cesium/Workers/createPolygonOutlineGeometry.js +1 -1
- package/Build/Cesium/Workers/createPolylineGeometry.js +1 -1
- package/Build/Cesium/Workers/createPolylineVolumeGeometry.js +1 -1
- package/Build/Cesium/Workers/createPolylineVolumeOutlineGeometry.js +1 -1
- package/Build/Cesium/Workers/createRectangleGeometry.js +1 -1
- package/Build/Cesium/Workers/createRectangleOutlineGeometry.js +1 -1
- package/Build/Cesium/Workers/createSimplePolylineGeometry.js +1 -1
- package/Build/Cesium/Workers/createSphereGeometry.js +1 -1
- package/Build/Cesium/Workers/createSphereOutlineGeometry.js +1 -1
- package/Build/Cesium/Workers/createTaskProcessorWorker.js +1 -1
- package/Build/Cesium/Workers/createVectorTileClampedPolylines.js +1 -1
- package/Build/Cesium/Workers/createVectorTileGeometries.js +1 -1
- package/Build/Cesium/Workers/createVectorTilePoints.js +1 -1
- package/Build/Cesium/Workers/createVectorTilePolygons.js +1 -1
- package/Build/Cesium/Workers/createVectorTilePolylines.js +1 -1
- package/Build/Cesium/Workers/createVerticesFromGoogleEarthEnterpriseBuffer.js +1 -1
- package/Build/Cesium/Workers/createVerticesFromHeightmap.js +3 -1
- package/Build/Cesium/Workers/createVerticesFromQuantizedTerrainMesh.js +1 -1
- package/Build/Cesium/Workers/createWallGeometry.js +1 -1
- package/Build/Cesium/Workers/createWallOutlineGeometry.js +1 -1
- package/Build/Cesium/Workers/decodeDraco.js +1 -1
- package/Build/Cesium/Workers/decodeGoogleEarthEnterprisePacket.js +1 -1
- package/Build/Cesium/Workers/transcodeKTX2.js +1 -1
- package/Build/Cesium/Workers/transferTypedArrayTest.js +1 -1
- package/Build/Cesium/Workers/upsampleQuantizedTerrainMesh.js +1 -1
- package/Build/Cesium/Workers/when-229515d6.js +3 -0
- package/package.json +1 -1
- package/Build/Cesium/ThirdParty/Workers/deflate.js +0 -1
- package/Build/Cesium/ThirdParty/Workers/draco_decoder.js +0 -33
- package/Build/Cesium/ThirdParty/Workers/draco_wasm_wrapper.js +0 -129
- package/Build/Cesium/ThirdParty/Workers/inflate.js +0 -1
- package/Build/Cesium/ThirdParty/Workers/ktx-parse.modern.js +0 -1
- package/Build/Cesium/Workers/AttributeCompression-56959beb.js +0 -1
- package/Build/Cesium/Workers/AxisAlignedBoundingBox-14881a9b.js +0 -1
- package/Build/Cesium/Workers/AxisAlignedBoundingBox-445c3009.js +0 -1
- package/Build/Cesium/Workers/AxisAlignedBoundingBox-5a0966f6.js +0 -1
- package/Build/Cesium/Workers/AxisAlignedBoundingBox-98cc29a6.js +0 -1
- package/Build/Cesium/Workers/BoundingRectangle-0c269568.js +0 -1
- package/Build/Cesium/Workers/BoundingRectangle-83b83646.js +0 -1
- package/Build/Cesium/Workers/BoundingRectangle-975e3bb2.js +0 -1
- package/Build/Cesium/Workers/BoundingRectangle-df67ecf0.js +0 -1
- package/Build/Cesium/Workers/BoxGeometry-16d67add.js +0 -1
- package/Build/Cesium/Workers/BoxGeometry-39dadf48.js +0 -1
- package/Build/Cesium/Workers/BoxGeometry-3d518ca9.js +0 -1
- package/Build/Cesium/Workers/BoxGeometry-5a07a054.js +0 -1
- package/Build/Cesium/Workers/Cartesian2-40b13f31.js +0 -1
- package/Build/Cesium/Workers/Check-3917d765.js +0 -1
- package/Build/Cesium/Workers/Color-16798d78.js +0 -1
- package/Build/Cesium/Workers/Color-55a64d9e.js +0 -1
- package/Build/Cesium/Workers/Color-7d0d4725.js +0 -1
- package/Build/Cesium/Workers/Color-d2d9d839.js +0 -1
- package/Build/Cesium/Workers/ComponentDatatype-6c2e43c1.js +0 -1
- package/Build/Cesium/Workers/CoplanarPolygonGeometryLibrary-8e195db6.js +0 -1
- package/Build/Cesium/Workers/CoplanarPolygonGeometryLibrary-c86d51c7.js +0 -1
- package/Build/Cesium/Workers/CoplanarPolygonGeometryLibrary-ce0bbe19.js +0 -1
- package/Build/Cesium/Workers/CoplanarPolygonGeometryLibrary-ce2d3116.js +0 -1
- package/Build/Cesium/Workers/CorridorGeometryLibrary-10d77042.js +0 -1
- package/Build/Cesium/Workers/CorridorGeometryLibrary-512e1a98.js +0 -1
- package/Build/Cesium/Workers/CorridorGeometryLibrary-7538c128.js +0 -1
- package/Build/Cesium/Workers/CorridorGeometryLibrary-9730e150.js +0 -1
- package/Build/Cesium/Workers/CylinderGeometry-0da68b60.js +0 -1
- package/Build/Cesium/Workers/CylinderGeometry-1eec26e0.js +0 -1
- package/Build/Cesium/Workers/CylinderGeometry-71f983f3.js +0 -1
- package/Build/Cesium/Workers/CylinderGeometry-e83133e0.js +0 -1
- package/Build/Cesium/Workers/CylinderGeometryLibrary-069ad349.js +0 -1
- package/Build/Cesium/Workers/EllipseGeometry-3b214a89.js +0 -1
- package/Build/Cesium/Workers/EllipseGeometry-4939ebd5.js +0 -1
- package/Build/Cesium/Workers/EllipseGeometry-568b95fc.js +0 -1
- package/Build/Cesium/Workers/EllipseGeometry-953964d7.js +0 -1
- package/Build/Cesium/Workers/EllipseGeometryLibrary-275cae76.js +0 -1
- package/Build/Cesium/Workers/EllipseGeometryLibrary-451b03fa.js +0 -1
- package/Build/Cesium/Workers/EllipseGeometryLibrary-c68f4ddf.js +0 -1
- package/Build/Cesium/Workers/EllipseGeometryLibrary-e73d797b.js +0 -1
- package/Build/Cesium/Workers/EllipseOutlineGeometry-22382518.js +0 -1
- package/Build/Cesium/Workers/EllipseOutlineGeometry-2963b82a.js +0 -1
- package/Build/Cesium/Workers/EllipseOutlineGeometry-c0f37151.js +0 -1
- package/Build/Cesium/Workers/EllipseOutlineGeometry-fd50ee9c.js +0 -1
- package/Build/Cesium/Workers/EllipsoidGeodesic-bdbae7c8.js +0 -1
- package/Build/Cesium/Workers/EllipsoidGeometry-01796b7e.js +0 -1
- package/Build/Cesium/Workers/EllipsoidGeometry-1593408b.js +0 -1
- package/Build/Cesium/Workers/EllipsoidGeometry-98fe52bb.js +0 -1
- package/Build/Cesium/Workers/EllipsoidGeometry-bd4b5b84.js +0 -1
- package/Build/Cesium/Workers/EllipsoidOutlineGeometry-2ecadff9.js +0 -1
- package/Build/Cesium/Workers/EllipsoidOutlineGeometry-6d0dbd7f.js +0 -1
- package/Build/Cesium/Workers/EllipsoidOutlineGeometry-ecd1734b.js +0 -1
- package/Build/Cesium/Workers/EllipsoidOutlineGeometry-fa2caedb.js +0 -1
- package/Build/Cesium/Workers/EllipsoidRhumbLine-6baec512.js +0 -1
- package/Build/Cesium/Workers/EllipsoidTangentPlane-3f2a1032.js +0 -1
- package/Build/Cesium/Workers/EllipsoidTangentPlane-66f520e3.js +0 -1
- package/Build/Cesium/Workers/EllipsoidTangentPlane-912fc06f.js +0 -1
- package/Build/Cesium/Workers/EllipsoidTangentPlane-b7b148bd.js +0 -1
- package/Build/Cesium/Workers/EncodedCartesian3-942c4568.js +0 -1
- package/Build/Cesium/Workers/FrustumGeometry-99cf521f.js +0 -1
- package/Build/Cesium/Workers/FrustumGeometry-9a62b516.js +0 -1
- package/Build/Cesium/Workers/FrustumGeometry-b2632be7.js +0 -1
- package/Build/Cesium/Workers/FrustumGeometry-ca24586c.js +0 -1
- package/Build/Cesium/Workers/GeometryAttribute-3808a0e9.js +0 -1
- package/Build/Cesium/Workers/GeometryAttribute-49e856ca.js +0 -1
- package/Build/Cesium/Workers/GeometryAttribute-6e7c7644.js +0 -1
- package/Build/Cesium/Workers/GeometryAttribute-8f00b923.js +0 -1
- package/Build/Cesium/Workers/GeometryAttributes-fbd9a3fb.js +0 -1
- package/Build/Cesium/Workers/GeometryInstance-5c9d46a4.js +0 -1
- package/Build/Cesium/Workers/GeometryInstance-7718680e.js +0 -1
- package/Build/Cesium/Workers/GeometryInstance-bc967f8f.js +0 -1
- package/Build/Cesium/Workers/GeometryInstance-e5765c46.js +0 -1
- package/Build/Cesium/Workers/GeometryOffsetAttribute-964ec9ef.js +0 -1
- package/Build/Cesium/Workers/GeometryPipeline-06778f23.js +0 -1
- package/Build/Cesium/Workers/GeometryPipeline-17a432e2.js +0 -1
- package/Build/Cesium/Workers/GeometryPipeline-b1ed1a4d.js +0 -1
- package/Build/Cesium/Workers/GeometryPipeline-d4d3acd7.js +0 -1
- package/Build/Cesium/Workers/IndexDatatype-b42089ce.js +0 -1
- package/Build/Cesium/Workers/IntersectionTests-2dece3b4.js +0 -1
- package/Build/Cesium/Workers/IntersectionTests-587a744a.js +0 -1
- package/Build/Cesium/Workers/IntersectionTests-a92e703f.js +0 -1
- package/Build/Cesium/Workers/IntersectionTests-c7b5a3dd.js +0 -1
- package/Build/Cesium/Workers/Math-87254c13.js +0 -1
- package/Build/Cesium/Workers/OrientedBoundingBox-39d3b19c.js +0 -1
- package/Build/Cesium/Workers/OrientedBoundingBox-714102d2.js +0 -1
- package/Build/Cesium/Workers/OrientedBoundingBox-bd1ee253.js +0 -1
- package/Build/Cesium/Workers/OrientedBoundingBox-f7557a9b.js +0 -1
- package/Build/Cesium/Workers/Plane-3906e976.js +0 -1
- package/Build/Cesium/Workers/Plane-69fa3eea.js +0 -1
- package/Build/Cesium/Workers/Plane-7f5e3b58.js +0 -1
- package/Build/Cesium/Workers/Plane-9d4e3328.js +0 -1
- package/Build/Cesium/Workers/PolygonGeometryLibrary-0864df82.js +0 -1
- package/Build/Cesium/Workers/PolygonGeometryLibrary-3364a920.js +0 -1
- package/Build/Cesium/Workers/PolygonGeometryLibrary-3f09f482.js +0 -1
- package/Build/Cesium/Workers/PolygonGeometryLibrary-c09bef45.js +0 -1
- package/Build/Cesium/Workers/PolygonPipeline-4cefc824.js +0 -1
- package/Build/Cesium/Workers/PolygonPipeline-5dc6dac0.js +0 -1
- package/Build/Cesium/Workers/PolygonPipeline-7a8ffb67.js +0 -1
- package/Build/Cesium/Workers/PolygonPipeline-a24a5c19.js +0 -1
- package/Build/Cesium/Workers/PolylinePipeline-79f85118.js +0 -1
- package/Build/Cesium/Workers/PolylinePipeline-aedb325a.js +0 -1
- package/Build/Cesium/Workers/PolylinePipeline-ce297e94.js +0 -1
- package/Build/Cesium/Workers/PolylinePipeline-ff2b6881.js +0 -1
- package/Build/Cesium/Workers/PolylineVolumeGeometryLibrary-247a98de.js +0 -1
- package/Build/Cesium/Workers/PolylineVolumeGeometryLibrary-6baa2b58.js +0 -1
- package/Build/Cesium/Workers/PolylineVolumeGeometryLibrary-a4179c24.js +0 -1
- package/Build/Cesium/Workers/PolylineVolumeGeometryLibrary-ee98d4d3.js +0 -1
- package/Build/Cesium/Workers/PrimitivePipeline-2d474c6a.js +0 -1
- package/Build/Cesium/Workers/PrimitivePipeline-57ebb7ec.js +0 -1
- package/Build/Cesium/Workers/PrimitivePipeline-a6e712f7.js +0 -1
- package/Build/Cesium/Workers/PrimitivePipeline-ac587309.js +0 -1
- package/Build/Cesium/Workers/RectangleGeometryLibrary-266d6d71.js +0 -1
- package/Build/Cesium/Workers/RectangleGeometryLibrary-415ccb50.js +0 -1
- package/Build/Cesium/Workers/RectangleGeometryLibrary-a448671e.js +0 -1
- package/Build/Cesium/Workers/RectangleGeometryLibrary-c2a9b2ca.js +0 -1
- package/Build/Cesium/Workers/RuntimeError-fad4d3c6.js +0 -1
- package/Build/Cesium/Workers/TerrainEncoding-181ebd31.js +0 -1
- package/Build/Cesium/Workers/TerrainEncoding-75f35f91.js +0 -1
- package/Build/Cesium/Workers/TerrainEncoding-8bcd7bce.js +0 -1
- package/Build/Cesium/Workers/TerrainEncoding-92d1abc9.js +0 -1
- package/Build/Cesium/Workers/Transforms-45b26548.js +0 -1
- package/Build/Cesium/Workers/Transforms-70f396e0.js +0 -1
- package/Build/Cesium/Workers/Transforms-990e2748.js +0 -1
- package/Build/Cesium/Workers/Transforms-a7d32f6c.js +0 -1
- package/Build/Cesium/Workers/VertexFormat-8d463a4f.js +0 -1
- package/Build/Cesium/Workers/WallGeometryLibrary-a503e1f0.js +0 -1
- package/Build/Cesium/Workers/WallGeometryLibrary-be93455a.js +0 -1
- package/Build/Cesium/Workers/WallGeometryLibrary-dd853cd1.js +0 -1
- package/Build/Cesium/Workers/WallGeometryLibrary-fa5ccc80.js +0 -1
- package/Build/Cesium/Workers/WebMercatorProjection-bdaffcea.js +0 -1
- package/Build/Cesium/Workers/arrayRemoveDuplicates-47b233f1.js +0 -1
- package/Build/Cesium/Workers/combine-83aa7971.js +0 -1
- package/Build/Cesium/Workers/when-7b580518.js +0 -1
package/Build/Cesium/Cesium.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare module "cesium" {
|
|
1
|
+
declare module "mars3d-cesium" {
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Private interfaces to support PropertyBag being a dictionary-like object.
|
|
@@ -903,10 +903,12 @@ export type binarySearchComparator = (a: any, b: any) => number;
|
|
|
903
903
|
* Provides geocoding through Bing Maps.
|
|
904
904
|
* @param options - Object with the following properties:
|
|
905
905
|
* @param options.key - A key to use with the Bing Maps geocoding service
|
|
906
|
+
* @param [options.culture] - A Bing Maps {@link https://docs.microsoft.com/en-us/bingmaps/rest-services/common-parameters-and-types/supported-culture-codes|Culture Code} to return results in a specific culture and language.
|
|
906
907
|
*/
|
|
907
908
|
export class BingMapsGeocoderService {
|
|
908
909
|
constructor(options: {
|
|
909
910
|
key: string;
|
|
911
|
+
culture?: string;
|
|
910
912
|
});
|
|
911
913
|
/**
|
|
912
914
|
* The URL endpoint for the Bing geocoder service
|
|
@@ -1811,6 +1813,10 @@ export class Cartesian2 {
|
|
|
1811
1813
|
* An immutable Cartesian2 instance initialized to (0.0, 0.0).
|
|
1812
1814
|
*/
|
|
1813
1815
|
static readonly ZERO: Cartesian2;
|
|
1816
|
+
/**
|
|
1817
|
+
* An immutable Cartesian2 instance initialized to (1.0, 1.0).
|
|
1818
|
+
*/
|
|
1819
|
+
static readonly ONE: Cartesian2;
|
|
1814
1820
|
/**
|
|
1815
1821
|
* An immutable Cartesian2 instance initialized to (1.0, 0.0).
|
|
1816
1822
|
*/
|
|
@@ -2221,6 +2227,10 @@ export class Cartesian3 {
|
|
|
2221
2227
|
* An immutable Cartesian3 instance initialized to (0.0, 0.0, 0.0).
|
|
2222
2228
|
*/
|
|
2223
2229
|
static readonly ZERO: Cartesian3;
|
|
2230
|
+
/**
|
|
2231
|
+
* An immutable Cartesian3 instance initialized to (1.0, 1.0, 1.0).
|
|
2232
|
+
*/
|
|
2233
|
+
static readonly ONE: Cartesian3;
|
|
2224
2234
|
/**
|
|
2225
2235
|
* An immutable Cartesian3 instance initialized to (1.0, 0.0, 0.0).
|
|
2226
2236
|
*/
|
|
@@ -2543,6 +2553,10 @@ export class Cartesian4 {
|
|
|
2543
2553
|
* An immutable Cartesian4 instance initialized to (0.0, 0.0, 0.0, 0.0).
|
|
2544
2554
|
*/
|
|
2545
2555
|
static readonly ZERO: Cartesian4;
|
|
2556
|
+
/**
|
|
2557
|
+
* An immutable Cartesian4 instance initialized to (1.0, 1.0, 1.0, 1.0).
|
|
2558
|
+
*/
|
|
2559
|
+
static readonly ONE: Cartesian4;
|
|
2546
2560
|
/**
|
|
2547
2561
|
* An immutable Cartesian4 instance initialized to (1.0, 0.0, 0.0, 0.0).
|
|
2548
2562
|
*/
|
|
@@ -6373,6 +6387,23 @@ export namespace EventHelper {
|
|
|
6373
6387
|
type RemoveCallback = () => void;
|
|
6374
6388
|
}
|
|
6375
6389
|
|
|
6390
|
+
/**
|
|
6391
|
+
* Flags to enable experimental features in CesiumJS. Stability and performance
|
|
6392
|
+
may not be optimal when these are enabled. Experimental features are subject
|
|
6393
|
+
to change without Cesium's standard deprecation policy.
|
|
6394
|
+
<p>
|
|
6395
|
+
Experimental features must still uphold Cesium's quality standards. Here
|
|
6396
|
+
are some guidelines:
|
|
6397
|
+
</p>
|
|
6398
|
+
<ul>
|
|
6399
|
+
<li>Experimental features must have high unit test coverage like any other feature.</li>
|
|
6400
|
+
<li>Experimental features are intended for large features where there is benefit of merging some of the code sooner (e.g. to avoid long-running staging branches)</li>
|
|
6401
|
+
<li>Experimental flags should be short-lived. Make it clear in the PR what it would take to promote the feature to a regular feature.</li>
|
|
6402
|
+
<li>To avoid cluttering the code, check the flag in as few places as possible. Ideally this would be a single place.</li>
|
|
6403
|
+
</ul>
|
|
6404
|
+
*/
|
|
6405
|
+
export var ExperimentalFeatures: any;
|
|
6406
|
+
|
|
6376
6407
|
/**
|
|
6377
6408
|
* Constants to determine how an interpolated value is extrapolated
|
|
6378
6409
|
when querying outside the bounds of available data.
|
|
@@ -18920,7 +18951,7 @@ export namespace CorridorGraphics {
|
|
|
18920
18951
|
*/
|
|
18921
18952
|
type ConstructorOptions = {
|
|
18922
18953
|
show?: Property | boolean;
|
|
18923
|
-
positions?: Property | Cartesian3;
|
|
18954
|
+
positions?: Property | Cartesian3[];
|
|
18924
18955
|
width?: Property | number;
|
|
18925
18956
|
height?: Property | number;
|
|
18926
18957
|
heightReference?: Property | HeightReference;
|
|
@@ -21107,6 +21138,7 @@ export namespace KmlDataSource {
|
|
|
21107
21138
|
* @property [clampToGround = false] - true if we want the geometry features (Polygons, LineStrings and LinearRings) clamped to the ground.
|
|
21108
21139
|
* @property [ellipsoid = Ellipsoid.WGS84] - The global ellipsoid used for geographical calculations.
|
|
21109
21140
|
* @property [credit] - A credit for the data source, which is displayed on the canvas.
|
|
21141
|
+
* @property [screenOverlayContainer] - A container for ScreenOverlay images.
|
|
21110
21142
|
*/
|
|
21111
21143
|
type LoadOptions = {
|
|
21112
21144
|
camera: Camera;
|
|
@@ -21115,6 +21147,7 @@ export namespace KmlDataSource {
|
|
|
21115
21147
|
clampToGround?: boolean;
|
|
21116
21148
|
ellipsoid?: Ellipsoid;
|
|
21117
21149
|
credit?: Credit | string;
|
|
21150
|
+
screenOverlayContainer?: Element | string;
|
|
21118
21151
|
};
|
|
21119
21152
|
}
|
|
21120
21153
|
|
|
@@ -21222,13 +21255,19 @@ export class KmlDataSource {
|
|
|
21222
21255
|
* @param [options.sourceUri] - Overrides the url to use for resolving relative links and other KML network features.
|
|
21223
21256
|
* @param [options.clampToGround = false] - true if we want the geometry features (Polygons, LineStrings and LinearRings) clamped to the ground. If true, lines will use corridors so use Entity.corridor instead of Entity.polyline.
|
|
21224
21257
|
* @param [options.ellipsoid = Ellipsoid.WGS84] - The global ellipsoid used for geographical calculations.
|
|
21258
|
+
* @param [options.screenOverlayContainer] - A container for ScreenOverlay images.
|
|
21225
21259
|
* @returns A promise that will resolve to this instances once the KML is loaded.
|
|
21226
21260
|
*/
|
|
21227
21261
|
load(data: Resource | string | Document | Blob, options?: {
|
|
21228
21262
|
sourceUri?: Resource | string;
|
|
21229
21263
|
clampToGround?: boolean;
|
|
21230
21264
|
ellipsoid?: Ellipsoid;
|
|
21265
|
+
screenOverlayContainer?: Element | string;
|
|
21231
21266
|
}): Promise<KmlDataSource>;
|
|
21267
|
+
/**
|
|
21268
|
+
* Cleans up any non-entity elements created by the data source. Currently this only affects ScreenOverlay elements.
|
|
21269
|
+
*/
|
|
21270
|
+
destroy(): void;
|
|
21232
21271
|
/**
|
|
21233
21272
|
* Updates any NetworkLink that require updating.
|
|
21234
21273
|
* @param time - The simulation time.
|
|
@@ -26736,7 +26775,7 @@ modifications. Also listen to the {@link Cesium3DTileset#tileVisible} event to r
|
|
|
26736
26775
|
</p>
|
|
26737
26776
|
<p>
|
|
26738
26777
|
Do not construct this directly. Access it through {@link Cesium3DTileContent#getFeature}
|
|
26739
|
-
or picking using {@link Scene#pick}
|
|
26778
|
+
or picking using {@link Scene#pick}.
|
|
26740
26779
|
</p>
|
|
26741
26780
|
* @example
|
|
26742
26781
|
* // On mouse over, display all the properties for a feature in the console log.
|
|
@@ -26809,6 +26848,35 @@ export class Cesium3DTileFeature {
|
|
|
26809
26848
|
* @returns The value of the property or <code>undefined</code> if the feature does not have this property.
|
|
26810
26849
|
*/
|
|
26811
26850
|
getProperty(name: string): any;
|
|
26851
|
+
/**
|
|
26852
|
+
* Returns a copy of the feature's property with the given name, examining all
|
|
26853
|
+
the metadata from 3D Tiles 1.0 formats, the EXT_mesh_features and legacy
|
|
26854
|
+
EXT_feature_metadata glTF extensions, and the 3DTILES_metadata 3D Tiles
|
|
26855
|
+
extension. Metadata is checked against name from most specific to most
|
|
26856
|
+
general and the first match is returned. Metadata is checked in this order:
|
|
26857
|
+
|
|
26858
|
+
<ol>
|
|
26859
|
+
<li>Batch table (feature metadata) property by semantic</li>
|
|
26860
|
+
<li>Batch table (feature metadata) property by property ID</li>
|
|
26861
|
+
<li>Tile metadata property by semantic</li>
|
|
26862
|
+
<li>Tile metadata property by property ID</li>
|
|
26863
|
+
<li>Group metadata property by semantic</li>
|
|
26864
|
+
<li>Group metadata property by property ID</li>
|
|
26865
|
+
<li>Tileset metadata property by semantic</li>
|
|
26866
|
+
<li>Tileset metadata property by property ID</li>
|
|
26867
|
+
<li>Otherwise, return undefined</li>
|
|
26868
|
+
</ol>
|
|
26869
|
+
<p>
|
|
26870
|
+
For 3D Tiles Next details, see the {@link https://github.com/CesiumGS/3d-tiles/tree/3d-tiles-next/extensions/3DTILES_metadata|3DTILES_metadata Extension}
|
|
26871
|
+
for 3D Tiles, as well as the {@link https://github.com/CesiumGS/glTF/tree/3d-tiles-next/extensions/2.0/Vendor/EXT_mesh_features|EXT_mesh_features Extension}
|
|
26872
|
+
for glTF. For the legacy glTF extension, see {@link https://github.com/CesiumGS/glTF/tree/3d-tiles-next/extensions/2.0/Vendor/EXT_feature_metadata|EXT_feature_metadata Extension}
|
|
26873
|
+
</p>
|
|
26874
|
+
* @param content - The content for accessing the metadata
|
|
26875
|
+
* @param batchId - The batch ID (or feature ID) of the feature to get a property for
|
|
26876
|
+
* @param name - The semantic or property ID of the feature. Semantics are checked before property IDs in each granularity of metadata.
|
|
26877
|
+
* @returns The value of the property or <code>undefined</code> if the feature does not have this property.
|
|
26878
|
+
*/
|
|
26879
|
+
static getPropertyInherited(content: Cesium3DTileContent, batchId: number, name: string): any;
|
|
26812
26880
|
/**
|
|
26813
26881
|
* Sets the value of the feature's property with the given name.
|
|
26814
26882
|
<p>
|
|
@@ -27719,6 +27787,15 @@ export class Cesium3DTileset {
|
|
|
27719
27787
|
});
|
|
27720
27788
|
*/
|
|
27721
27789
|
style: Cesium3DTileStyle | undefined;
|
|
27790
|
+
/**
|
|
27791
|
+
* A custom shader to apply to all tiles in the tileset. Only used for
|
|
27792
|
+
contents that use {@link ModelExperimental}. Using custom shaders with a
|
|
27793
|
+
{@link Cesium3DTileStyle} may lead to undefined behavior.
|
|
27794
|
+
<p>
|
|
27795
|
+
To enable {@link ModelExperimental}, set {@link ExperimentalFeatures.enableModelExperimental} to <code>true</code>.
|
|
27796
|
+
</p>
|
|
27797
|
+
*/
|
|
27798
|
+
customShader: CustomShader | undefined;
|
|
27722
27799
|
/**
|
|
27723
27800
|
* The maximum screen space error used to drive level of detail refinement. This value helps determine when a tile
|
|
27724
27801
|
refines to its descendants, and therefore plays a major role in balancing performance with visual quality.
|
|
@@ -28990,6 +29067,200 @@ export class ClippingPlaneCollection {
|
|
|
28990
29067
|
destroy(): void;
|
|
28991
29068
|
}
|
|
28992
29069
|
|
|
29070
|
+
/**
|
|
29071
|
+
* A renderable collection of clouds in the 3D scene.
|
|
29072
|
+
<br /><br />
|
|
29073
|
+
<div align='center'>
|
|
29074
|
+
<img src='Images/CumulusCloud.png' width='400' height='300' /><br />
|
|
29075
|
+
Example cumulus clouds
|
|
29076
|
+
</div>
|
|
29077
|
+
<br /><br />
|
|
29078
|
+
Clouds are added and removed from the collection using {@link CloudCollection#add}
|
|
29079
|
+
and {@link CloudCollection#remove}.
|
|
29080
|
+
* @example
|
|
29081
|
+
* // Create a cloud collection with two cumulus clouds
|
|
29082
|
+
var clouds = scene.primitives.add(new Cesium.CloudCollection());
|
|
29083
|
+
clouds.add({
|
|
29084
|
+
position : new Cesium.Cartesian3(1.0, 2.0, 3.0),
|
|
29085
|
+
maximumSize: new Cesium.Cartesian3(20.0, 12.0, 8.0)
|
|
29086
|
+
});
|
|
29087
|
+
clouds.add({
|
|
29088
|
+
position : new Cesium.Cartesian3(4.0, 5.0, 6.0),
|
|
29089
|
+
maximumSize: new Cesium.Cartesian3(15.0, 9.0, 9.0),
|
|
29090
|
+
slice: 0.5
|
|
29091
|
+
});
|
|
29092
|
+
* @param [options] - Object with the following properties:
|
|
29093
|
+
* @param [options.show = true] - Whether to display the clouds.
|
|
29094
|
+
* @param [options.noiseDetail = 16.0] - Desired amount of detail in the noise texture.
|
|
29095
|
+
* @param [options.noiseOffset = Cartesian3.ZERO] - Desired translation of data in noise texture.
|
|
29096
|
+
* @param [options.debugBillboards = false] - For debugging only. Determines if the billboards are rendered with an opaque color.
|
|
29097
|
+
* @param [options.debugEllipsoids = false] - For debugging only. Determines if the clouds will be rendered as opaque ellipsoids.
|
|
29098
|
+
*/
|
|
29099
|
+
export class CloudCollection {
|
|
29100
|
+
constructor(options?: {
|
|
29101
|
+
show?: boolean;
|
|
29102
|
+
noiseDetail?: number;
|
|
29103
|
+
noiseOffset?: number;
|
|
29104
|
+
debugBillboards?: boolean;
|
|
29105
|
+
debugEllipsoids?: boolean;
|
|
29106
|
+
});
|
|
29107
|
+
/**
|
|
29108
|
+
* <p>
|
|
29109
|
+
Controls the amount of detail captured in the precomputed noise texture
|
|
29110
|
+
used to render the cumulus clouds. In order for the texture to be tileable,
|
|
29111
|
+
this must be a power of two. For best results, set this to be a power of two
|
|
29112
|
+
between <code>8.0</code> and <code>32.0</code> (inclusive).
|
|
29113
|
+
</p>
|
|
29114
|
+
|
|
29115
|
+
<div align='center'>
|
|
29116
|
+
<table border='0' cellpadding='5'><tr>
|
|
29117
|
+
<td align='center'>
|
|
29118
|
+
<code>clouds.noiseDetail = 8.0;</code><br/>
|
|
29119
|
+
<img src='Images/CloudCollection.noiseDetail8.png' width='250' height='158' />
|
|
29120
|
+
</td>
|
|
29121
|
+
<td align='center'>
|
|
29122
|
+
<code>clouds.noiseDetail = 32.0;</code><br/>
|
|
29123
|
+
<img src='Images/CloudCollection.noiseDetail32.png' width='250' height='158' />
|
|
29124
|
+
</td>
|
|
29125
|
+
</tr></table>
|
|
29126
|
+
</div>
|
|
29127
|
+
*/
|
|
29128
|
+
noiseDetail: number;
|
|
29129
|
+
/**
|
|
29130
|
+
* <p>
|
|
29131
|
+
Applies a translation to noise texture coordinates to generate different data.
|
|
29132
|
+
This can be modified if the default noise does not generate good-looking clouds.
|
|
29133
|
+
</p>
|
|
29134
|
+
|
|
29135
|
+
<div align='center'>
|
|
29136
|
+
<table border='0' cellpadding='5'><tr>
|
|
29137
|
+
<td align='center'>
|
|
29138
|
+
<code>default</code><br/>
|
|
29139
|
+
<img src='Images/CloudCollection.noiseOffsetdefault.png' width='250' height='158' />
|
|
29140
|
+
</td>
|
|
29141
|
+
<td align='center'>
|
|
29142
|
+
<code>clouds.noiseOffset = new Cesium.Cartesian3(10, 20, 10);</code><br/>
|
|
29143
|
+
<img src='Images/CloudCollection.noiseOffsetx10y20z10.png' width='250' height='158' />
|
|
29144
|
+
</td>
|
|
29145
|
+
</tr></table>
|
|
29146
|
+
</div>
|
|
29147
|
+
*/
|
|
29148
|
+
noiseOffset: Cartesian3;
|
|
29149
|
+
/**
|
|
29150
|
+
* Determines if billboards in this collection will be shown.
|
|
29151
|
+
*/
|
|
29152
|
+
show: boolean;
|
|
29153
|
+
/**
|
|
29154
|
+
* This property is for debugging only; it is not for production use nor is it optimized.
|
|
29155
|
+
<p>
|
|
29156
|
+
Renders the billboards with one opaque color for the sake of debugging.
|
|
29157
|
+
</p>
|
|
29158
|
+
*/
|
|
29159
|
+
debugBillboards: boolean;
|
|
29160
|
+
/**
|
|
29161
|
+
* This property is for debugging only; it is not for production use nor is it optimized.
|
|
29162
|
+
<p>
|
|
29163
|
+
Draws the clouds as opaque, monochrome ellipsoids for the sake of debugging.
|
|
29164
|
+
If <code>debugBillboards</code> is also true, then the ellipsoids will draw on top of the billboards.
|
|
29165
|
+
</p>
|
|
29166
|
+
*/
|
|
29167
|
+
debugEllipsoids: boolean;
|
|
29168
|
+
/**
|
|
29169
|
+
* Returns the number of clouds in this collection.
|
|
29170
|
+
*/
|
|
29171
|
+
length: number;
|
|
29172
|
+
/**
|
|
29173
|
+
* Creates and adds a cloud with the specified initial properties to the collection.
|
|
29174
|
+
The added cloud is returned so it can be modified or removed from the collection later.
|
|
29175
|
+
* @example
|
|
29176
|
+
* // Example 1: Add a cumulus cloud, specifying all the default values.
|
|
29177
|
+
var c = clouds.add({
|
|
29178
|
+
show : true,
|
|
29179
|
+
position : Cesium.Cartesian3.ZERO,
|
|
29180
|
+
scale : new Cesium.Cartesian2(20.0, 12.0),
|
|
29181
|
+
maximumSize: new Cesium.Cartesian3(20.0, 12.0, 12.0),
|
|
29182
|
+
slice: -1.0,
|
|
29183
|
+
cloudType : CloudType.CUMULUS
|
|
29184
|
+
});
|
|
29185
|
+
* @example
|
|
29186
|
+
* // Example 2: Specify only the cloud's cartographic position.
|
|
29187
|
+
var c = clouds.add({
|
|
29188
|
+
position : Cesium.Cartesian3.fromDegrees(longitude, latitude, height)
|
|
29189
|
+
});
|
|
29190
|
+
* @param [options] - A template describing the cloud's properties as shown in Example 1.
|
|
29191
|
+
* @returns The cloud that was added to the collection.
|
|
29192
|
+
*/
|
|
29193
|
+
add(options?: any): CumulusCloud;
|
|
29194
|
+
/**
|
|
29195
|
+
* Removes a cloud from the collection.
|
|
29196
|
+
* @example
|
|
29197
|
+
* var c = clouds.add(...);
|
|
29198
|
+
clouds.remove(c); // Returns true
|
|
29199
|
+
* @param cloud - The cloud to remove.
|
|
29200
|
+
* @returns <code>true</code> if the cloud was removed; <code>false</code> if the cloud was not found in the collection.
|
|
29201
|
+
*/
|
|
29202
|
+
remove(cloud: CumulusCloud): boolean;
|
|
29203
|
+
/**
|
|
29204
|
+
* Removes all clouds from the collection.
|
|
29205
|
+
* @example
|
|
29206
|
+
* clouds.add(...);
|
|
29207
|
+
clouds.add(...);
|
|
29208
|
+
clouds.removeAll();
|
|
29209
|
+
*/
|
|
29210
|
+
removeAll(): void;
|
|
29211
|
+
/**
|
|
29212
|
+
* Check whether this collection contains a given cloud.
|
|
29213
|
+
* @param [cloud] - The cloud to check for.
|
|
29214
|
+
* @returns true if this collection contains the cloud, false otherwise.
|
|
29215
|
+
*/
|
|
29216
|
+
contains(cloud?: CumulusCloud): boolean;
|
|
29217
|
+
/**
|
|
29218
|
+
* Returns the cloud in the collection at the specified index. Indices are zero-based
|
|
29219
|
+
and increase as clouds are added. Removing a cloud shifts all clouds after
|
|
29220
|
+
it to the left, changing their indices. This function is commonly used with
|
|
29221
|
+
{@link CloudCollection#length} to iterate over all the clouds in the collection.
|
|
29222
|
+
* @example
|
|
29223
|
+
* // Toggle the show property of every cloud in the collection
|
|
29224
|
+
var len = clouds.length;
|
|
29225
|
+
for (var i = 0; i < len; ++i) {
|
|
29226
|
+
var c = clouds.get(i);
|
|
29227
|
+
c.show = !c.show;
|
|
29228
|
+
}
|
|
29229
|
+
* @param index - The zero-based index of the cloud.
|
|
29230
|
+
* @returns The cloud at the specified index.
|
|
29231
|
+
*/
|
|
29232
|
+
get(index: number): CumulusCloud;
|
|
29233
|
+
/**
|
|
29234
|
+
* Returns true if this object was destroyed; otherwise, false.
|
|
29235
|
+
<br /><br />
|
|
29236
|
+
If this object was destroyed, it should not be used; calling any function other than
|
|
29237
|
+
<code>isDestroyed</code> will result in a {@link DeveloperError} exception.
|
|
29238
|
+
* @returns <code>true</code> if this object was destroyed; otherwise, <code>false</code>.
|
|
29239
|
+
*/
|
|
29240
|
+
isDestroyed(): boolean;
|
|
29241
|
+
/**
|
|
29242
|
+
* Destroys the WebGL resources held by this object. Destroying an object allows for deterministic
|
|
29243
|
+
release of WebGL resources, instead of relying on the garbage collector to destroy this object.
|
|
29244
|
+
<br /><br />
|
|
29245
|
+
Once an object is destroyed, it should not be used; calling any function other than
|
|
29246
|
+
<code>isDestroyed</code> will result in a {@link DeveloperError} exception. Therefore,
|
|
29247
|
+
assign the return value (<code>undefined</code>) to the object as done in the example.
|
|
29248
|
+
* @example
|
|
29249
|
+
* clouds = clouds && clouds.destroy();
|
|
29250
|
+
*/
|
|
29251
|
+
destroy(): void;
|
|
29252
|
+
}
|
|
29253
|
+
|
|
29254
|
+
/**
|
|
29255
|
+
* Specifies the type of the cloud that is added to a {@link CloudCollection} in {@link CloudCollection#add}.
|
|
29256
|
+
*/
|
|
29257
|
+
export enum CloudType {
|
|
29258
|
+
/**
|
|
29259
|
+
* Cumulus cloud.
|
|
29260
|
+
*/
|
|
29261
|
+
CUMULUS = 0
|
|
29262
|
+
}
|
|
29263
|
+
|
|
28993
29264
|
/**
|
|
28994
29265
|
* Defines different modes for blending between a target color and a primitive's source color.
|
|
28995
29266
|
|
|
@@ -29286,6 +29557,144 @@ export enum CullFace {
|
|
|
29286
29557
|
FRONT_AND_BACK = WebGLConstants.FRONT_AND_BACK
|
|
29287
29558
|
}
|
|
29288
29559
|
|
|
29560
|
+
/**
|
|
29561
|
+
* A cumulus cloud billboard positioned in the 3D scene, that is created and rendered using a {@link CloudCollection}.
|
|
29562
|
+
A cloud is created and its initial properties are set by calling {@link CloudCollection#add}.
|
|
29563
|
+
and {@link CloudCollection#remove}.
|
|
29564
|
+
<br /><br />
|
|
29565
|
+
<div align='center'>
|
|
29566
|
+
<img src='Images/CumulusCloud.png' width='400' height='300' /><br />
|
|
29567
|
+
Example cumulus clouds
|
|
29568
|
+
</div>
|
|
29569
|
+
*/
|
|
29570
|
+
export class CumulusCloud {
|
|
29571
|
+
constructor();
|
|
29572
|
+
/**
|
|
29573
|
+
* Determines if this cumulus cloud will be shown. Use this to hide or show a cloud, instead
|
|
29574
|
+
of removing it and re-adding it to the collection.
|
|
29575
|
+
*/
|
|
29576
|
+
show: boolean;
|
|
29577
|
+
/**
|
|
29578
|
+
* Gets or sets the Cartesian position of this cumulus cloud.
|
|
29579
|
+
*/
|
|
29580
|
+
position: Cartesian3;
|
|
29581
|
+
/**
|
|
29582
|
+
* <p>Gets or sets the scale of the cumulus cloud billboard in meters.
|
|
29583
|
+
The <code>scale</code> property will affect the size of the billboard,
|
|
29584
|
+
but not the cloud's actual appearance.</p>
|
|
29585
|
+
<div align='center'>
|
|
29586
|
+
<table border='0' cellpadding='5'><tr>
|
|
29587
|
+
<td align='center'>
|
|
29588
|
+
<code>cloud.scale = new Cesium.Cartesian2(12, 8);</code><br/>
|
|
29589
|
+
<img src='Images/CumulusCloud.scalex12y8.png' width='250' height='158' />
|
|
29590
|
+
</td>
|
|
29591
|
+
<td align='center'>
|
|
29592
|
+
<code>cloud.scale = new Cesium.Cartesian2(24, 10);</code><br/>
|
|
29593
|
+
<img src='Images/CumulusCloud.scalex24y10.png' width='250' height='158' />
|
|
29594
|
+
</td>
|
|
29595
|
+
</tr></table>
|
|
29596
|
+
</div>
|
|
29597
|
+
|
|
29598
|
+
<p>To modify the cloud's appearance, modify its <code>maximumSize</code>
|
|
29599
|
+
and <code>slice</code> properties.</p>
|
|
29600
|
+
*/
|
|
29601
|
+
scale: Cartesian2;
|
|
29602
|
+
/**
|
|
29603
|
+
* <p>Gets or sets the maximum size of the cumulus cloud rendered on the billboard.
|
|
29604
|
+
This defines a maximum ellipsoid volume that the cloud can appear in.
|
|
29605
|
+
Rather than guaranteeing a specific size, this specifies a boundary for the
|
|
29606
|
+
cloud to appear in, and changing it can affect the shape of the cloud.</p>
|
|
29607
|
+
<p>Changing the z-value of <code>maximumSize</code> has the most dramatic effect
|
|
29608
|
+
on the cloud's appearance because it changes the depth of the cloud, and thus the
|
|
29609
|
+
positions at which the cloud-shaping texture is sampled.</p>
|
|
29610
|
+
<div align='center'>
|
|
29611
|
+
<table border='0' cellpadding='5'>
|
|
29612
|
+
<tr>
|
|
29613
|
+
<td align='center'>
|
|
29614
|
+
<code>cloud.maximumSize = new Cesium.Cartesian3(14, 9, 10);</code><br/>
|
|
29615
|
+
<img src='Images/CumulusCloud.maximumSizex14y9z10.png' width='250' height='158' />
|
|
29616
|
+
</td>
|
|
29617
|
+
<td align='center'>
|
|
29618
|
+
<code>cloud.maximumSize.x = 25;</code><br/>
|
|
29619
|
+
<img src='Images/CumulusCloud.maximumSizex25.png' width='250' height='158' />
|
|
29620
|
+
</td>
|
|
29621
|
+
</tr>
|
|
29622
|
+
<tr>
|
|
29623
|
+
<td align='center'>
|
|
29624
|
+
<code>cloud.maximumSize.y = 5;</code><br/>
|
|
29625
|
+
<img src='Images/CumulusCloud.maximumSizey5.png' width='250' height='158' />
|
|
29626
|
+
</td>
|
|
29627
|
+
<td align='center'>
|
|
29628
|
+
<code>cloud.maximumSize.z = 17;</code><br/>
|
|
29629
|
+
<img src='Images/CumulusCloud.maximumSizez17.png' width='250' height='158' />
|
|
29630
|
+
</td>
|
|
29631
|
+
</tr>
|
|
29632
|
+
</table>
|
|
29633
|
+
</div>
|
|
29634
|
+
|
|
29635
|
+
<p>To modify the billboard's actual size, modify the cloud's <code>scale</code> property.</p>
|
|
29636
|
+
*/
|
|
29637
|
+
maximumSize: Cartesian3;
|
|
29638
|
+
/**
|
|
29639
|
+
* <p>Gets or sets the "slice" of the cloud that is rendered on the billboard, i.e.
|
|
29640
|
+
the specific cross-section of the cloud chosen for the billboard's appearance.
|
|
29641
|
+
Given a value between 0 and 1, the slice specifies how deeply into the cloud
|
|
29642
|
+
to intersect based on its maximum size in the z-direction.</p>
|
|
29643
|
+
<div align='center'>
|
|
29644
|
+
<table border='0' cellpadding='5'><tr>
|
|
29645
|
+
<td align='center'><code>cloud.slice = 0.32;</code><br/><img src='Images/CumulusCloud.slice0.32.png' width='250' height='158' /></td>
|
|
29646
|
+
<td align='center'><code>cloud.slice = 0.5;</code><br/><img src='Images/CumulusCloud.slice0.5.png' width='250' height='158' /></td>
|
|
29647
|
+
<td align='center'><code>cloud.slice = 0.6;</code><br/><img src='Images/CumulusCloud.slice0.6.png' width='250' height='158' /></td>
|
|
29648
|
+
</tr></table>
|
|
29649
|
+
</div>
|
|
29650
|
+
|
|
29651
|
+
<br />
|
|
29652
|
+
<p>Due to the nature in which this slice is calculated,
|
|
29653
|
+
values below <code>0.2</code> may result in cross-sections that are too small,
|
|
29654
|
+
and the edge of the ellipsoid will be visible. Similarly, values above <code>0.7</code>
|
|
29655
|
+
will cause the cloud to appear smaller. Values outside the range <code>[0.1, 0.9]</code>
|
|
29656
|
+
should be avoided entirely because they do not produce desirable results.</p>
|
|
29657
|
+
|
|
29658
|
+
<div align='center'>
|
|
29659
|
+
<table border='0' cellpadding='5'><tr>
|
|
29660
|
+
<td align='center'><code>cloud.slice = 0.08;</code><br/><img src='Images/CumulusCloud.slice0.08.png' width='250' height='158' /></td>
|
|
29661
|
+
<td align='center'><code>cloud.slice = 0.8;</code><br/><img src='Images/CumulusCloud.slice0.8.png' width='250' height='158' /></td>
|
|
29662
|
+
</tr></table>
|
|
29663
|
+
</div>
|
|
29664
|
+
|
|
29665
|
+
<p>If <code>slice</code> is set to a negative number, the cloud will not render a cross-section.
|
|
29666
|
+
Instead, it will render the outside of the ellipsoid that is visible. For clouds with
|
|
29667
|
+
small values of `maximumSize.z`, this can produce good-looking results, but for larger
|
|
29668
|
+
clouds, this can result in a cloud that is undesirably warped to the ellipsoid volume.</p>
|
|
29669
|
+
|
|
29670
|
+
<div align='center'>
|
|
29671
|
+
<table border='0' cellpadding='5'><tr>
|
|
29672
|
+
<td align='center'>
|
|
29673
|
+
<code>cloud.slice = -1.0;<br/>cloud.maximumSize.z = 18;</code><br/>
|
|
29674
|
+
<img src='Images/CumulusCloud.slice-1z18.png' width='250' height='158' />
|
|
29675
|
+
</td>
|
|
29676
|
+
<td align='center'>
|
|
29677
|
+
<code>cloud.slice = -1.0;<br/>cloud.maximumSize.z = 30;</code><br/>
|
|
29678
|
+
<img src='Images/CumulusCloud.slice-1z30.png' width='250' height='158' /></td>
|
|
29679
|
+
</tr></table>
|
|
29680
|
+
</div>
|
|
29681
|
+
*/
|
|
29682
|
+
slice: number;
|
|
29683
|
+
/**
|
|
29684
|
+
* Gets or sets the brightness of the cloud. This can be used to give clouds
|
|
29685
|
+
a darker, grayer appearance.
|
|
29686
|
+
<br /><br />
|
|
29687
|
+
<div align='center'>
|
|
29688
|
+
<table border='0' cellpadding='5'><tr>
|
|
29689
|
+
<td align='center'><code>cloud.brightness = 1.0;</code><br/><img src='Images/CumulusCloud.brightness1.png' width='250' height='158' /></td>
|
|
29690
|
+
<td align='center'><code>cloud.brightness = 0.6;</code><br/><img src='Images/CumulusCloud.brightness0.6.png' width='250' height='158' /></td>
|
|
29691
|
+
<td align='center'><code>cloud.brightness = 0.0;</code><br/><img src='Images/CumulusCloud.brightness0.png' width='250' height='158' /></td>
|
|
29692
|
+
</tr></table>
|
|
29693
|
+
</div>
|
|
29694
|
+
*/
|
|
29695
|
+
brightness: number;
|
|
29696
|
+
}
|
|
29697
|
+
|
|
29289
29698
|
/**
|
|
29290
29699
|
* Visualizes a vertex attribute by displaying it as a color for debugging.
|
|
29291
29700
|
<p>
|
|
@@ -32743,7 +33152,7 @@ export enum LabelStyle {
|
|
|
32743
33152
|
}
|
|
32744
33153
|
|
|
32745
33154
|
/**
|
|
32746
|
-
* A light source. This type describes an interface and is not intended to be instantiated directly.
|
|
33155
|
+
* A light source. This type describes an interface and is not intended to be instantiated directly. Together, <code>color</code> and <code>intensity</code> produce a high-dynamic-range light color. <code>intensity</code> can also be used individually to dim or brighten the light without changing the hue.
|
|
32747
33156
|
*/
|
|
32748
33157
|
export class Light {
|
|
32749
33158
|
constructor();
|
|
@@ -32752,7 +33161,7 @@ export class Light {
|
|
|
32752
33161
|
*/
|
|
32753
33162
|
color: Color;
|
|
32754
33163
|
/**
|
|
32755
|
-
* The intensity of the light.
|
|
33164
|
+
* The intensity controls the strength of the light. <code>intensity</code> has a minimum value of 0.0 and no maximum value.
|
|
32756
33165
|
*/
|
|
32757
33166
|
intensity: number;
|
|
32758
33167
|
}
|
|
@@ -34532,6 +34941,606 @@ export enum ModelAnimationLoop {
|
|
|
34532
34941
|
MIRRORED_REPEAT = 2
|
|
34533
34942
|
}
|
|
34534
34943
|
|
|
34944
|
+
/**
|
|
34945
|
+
* An object describing a uniform, its type, and an initial value
|
|
34946
|
+
* @property type - The Glsl type of the uniform.
|
|
34947
|
+
* @property value - The initial value of the uniform
|
|
34948
|
+
*/
|
|
34949
|
+
export type UniformSpecifier = {
|
|
34950
|
+
type: UniformType;
|
|
34951
|
+
value: boolean | number | Cartesian2 | Cartesian3 | Cartesian4 | Matrix2 | Matrix3 | Matrix4 | TextureUniform;
|
|
34952
|
+
};
|
|
34953
|
+
|
|
34954
|
+
/**
|
|
34955
|
+
* A user defined GLSL shader used with {@link ModelExperimental} as well
|
|
34956
|
+
as {@link Cesium3DTileset}.
|
|
34957
|
+
<p>
|
|
34958
|
+
If texture uniforms are used, additional resource management must be done:
|
|
34959
|
+
</p>
|
|
34960
|
+
<ul>
|
|
34961
|
+
<li>
|
|
34962
|
+
The <code>update</code> function must be called each frame. When a
|
|
34963
|
+
custom shader is passed to a {@link ModelExperimental} or a
|
|
34964
|
+
{@link Cesium3DTileset}, this step is handled automaticaly
|
|
34965
|
+
</li>
|
|
34966
|
+
<li>
|
|
34967
|
+
{@link CustomShader#destroy} must be called when the custom shader is
|
|
34968
|
+
no longer needed to clean up GPU resources properly. The application
|
|
34969
|
+
is responsible for calling this method.
|
|
34970
|
+
</li>
|
|
34971
|
+
</ul>
|
|
34972
|
+
<p>
|
|
34973
|
+
To enable the use of {@link ModelExperimental} in {@link Cesium3DTileset}, set {@link ExperimentalFeatures.enableModelExperimental} to <code>true</code>.
|
|
34974
|
+
</p>
|
|
34975
|
+
* @example
|
|
34976
|
+
* var customShader = new CustomShader({
|
|
34977
|
+
uniforms: {
|
|
34978
|
+
u_colorIndex: {
|
|
34979
|
+
type: Cesium.UniformType.FLOAT,
|
|
34980
|
+
value: 1.0
|
|
34981
|
+
},
|
|
34982
|
+
u_normalMap: {
|
|
34983
|
+
type: Cesium.UniformType.SAMPLER_2D,
|
|
34984
|
+
value: new Cesium.TextureUniform({
|
|
34985
|
+
url: "http://example.com/normal.png"
|
|
34986
|
+
})
|
|
34987
|
+
}
|
|
34988
|
+
},
|
|
34989
|
+
varyings: {
|
|
34990
|
+
v_selectedColor: Cesium.VaryingType.VEC3
|
|
34991
|
+
},
|
|
34992
|
+
vertexShaderText: `
|
|
34993
|
+
void vertexMain(VertexInput vsInput, inout vec3 position) {
|
|
34994
|
+
v_selectedColor = mix(vsInput.attributes.color_0, vsInput.attributes.color_1, u_colorIndex);
|
|
34995
|
+
position += 0.1 * vsInput.attributes.normal;
|
|
34996
|
+
}
|
|
34997
|
+
`,
|
|
34998
|
+
fragmentShaderText: `
|
|
34999
|
+
void fragmentMain(FragmentInput fsInput, inout czm_modelMaterial material) {
|
|
35000
|
+
material.normal = texture2D(u_normalMap, fsInput.attributes.texCoord_0);
|
|
35001
|
+
material.diffuse = v_selectedColor;
|
|
35002
|
+
}
|
|
35003
|
+
`
|
|
35004
|
+
});
|
|
35005
|
+
* @param options - An object with the following options
|
|
35006
|
+
* @param [options.mode = CustomShaderMode.MODIFY_MATERIAL] - The custom shader mode, which determines how the custom shader code is inserted into the fragment shader.
|
|
35007
|
+
* @param [options.lightingModel] - The lighting model (e.g. PBR or unlit). If present, this overrides the default lighting for the model.
|
|
35008
|
+
* @param [options.isTranslucent = false] - If set, the model will be rendered as translucent. This overrides the default settings for the model.
|
|
35009
|
+
* @param [options.uniforms] - A dictionary for user-defined uniforms. The key is the uniform name that will appear in the GLSL code. The value is an object that describes the uniform type and initial value
|
|
35010
|
+
* @param [options.varyings] - A dictionary for declaring additional GLSL varyings used in the shader. The key is the varying name that will appear in the GLSL code. The value is the data type of the varying. For each varying, the declaration will be added to the top of the shader automatically. The caller is responsible for assigning a value in the vertex shader and using the value in the fragment shader.
|
|
35011
|
+
* @param [options.vertexShaderText] - The custom vertex shader as a string of GLSL code. It must include a GLSL function called vertexMain. See the example for the expected signature. If not specified, the custom vertex shader step will be skipped in the computed vertex shader.
|
|
35012
|
+
* @param [options.fragmentShaderText] - The custom fragment shader as a string of GLSL code. It must include a GLSL function called fragmentMain. See the example for the expected signature. If not specified, the custom fragment shader step will be skipped in the computed fragment shader.
|
|
35013
|
+
*/
|
|
35014
|
+
export class CustomShader {
|
|
35015
|
+
constructor(options: {
|
|
35016
|
+
mode?: CustomShaderMode;
|
|
35017
|
+
lightingModel?: LightingModel;
|
|
35018
|
+
isTranslucent?: boolean;
|
|
35019
|
+
uniforms?: {
|
|
35020
|
+
[key: string]: UniformSpecifier;
|
|
35021
|
+
};
|
|
35022
|
+
varyings?: {
|
|
35023
|
+
[key: string]: VaryingType;
|
|
35024
|
+
};
|
|
35025
|
+
vertexShaderText?: string;
|
|
35026
|
+
fragmentShaderText?: string;
|
|
35027
|
+
});
|
|
35028
|
+
/**
|
|
35029
|
+
* Update the value of a uniform declared in the shader
|
|
35030
|
+
* @param uniformName - The GLSL name of the uniform. This must match one of the uniforms declared in the constructor
|
|
35031
|
+
* @param value - The new value of the uniform.
|
|
35032
|
+
*/
|
|
35033
|
+
setUniform(uniformName: string, value: boolean | number | Cartesian2 | Cartesian3 | Cartesian4 | Matrix2 | Matrix3 | Matrix4 | string | Resource): void;
|
|
35034
|
+
}
|
|
35035
|
+
|
|
35036
|
+
/**
|
|
35037
|
+
* A value determining how the custom shader interacts with the overall
|
|
35038
|
+
fragment shader. This is used by {@link CustomShaderPipelineStage}
|
|
35039
|
+
*/
|
|
35040
|
+
export const mode: CustomShaderMode;
|
|
35041
|
+
|
|
35042
|
+
/**
|
|
35043
|
+
* The lighting model to use when using the custom shader.
|
|
35044
|
+
This is used by {@link CustomShaderPipelineStage}
|
|
35045
|
+
*/
|
|
35046
|
+
export const lightingModel: LightingModel;
|
|
35047
|
+
|
|
35048
|
+
/**
|
|
35049
|
+
* Additional uniforms as declared by the user.
|
|
35050
|
+
*/
|
|
35051
|
+
export const uniforms: {
|
|
35052
|
+
[key: string]: UniformSpecifier;
|
|
35053
|
+
};
|
|
35054
|
+
|
|
35055
|
+
/**
|
|
35056
|
+
* Additional varyings as declared by the user.
|
|
35057
|
+
This is used by {@link CustomShaderPipelineStage}
|
|
35058
|
+
*/
|
|
35059
|
+
export const varyings: {
|
|
35060
|
+
[key: string]: VaryingType;
|
|
35061
|
+
};
|
|
35062
|
+
|
|
35063
|
+
/**
|
|
35064
|
+
* The user-defined GLSL code for the vertex shader
|
|
35065
|
+
*/
|
|
35066
|
+
export const vertexShaderText: string;
|
|
35067
|
+
|
|
35068
|
+
/**
|
|
35069
|
+
* The user-defined GLSL code for the fragment shader
|
|
35070
|
+
*/
|
|
35071
|
+
export const fragmentShaderText: string;
|
|
35072
|
+
|
|
35073
|
+
/**
|
|
35074
|
+
* Whether the shader should be rendered as translucent
|
|
35075
|
+
*/
|
|
35076
|
+
export const isTranslucent: boolean;
|
|
35077
|
+
|
|
35078
|
+
/**
|
|
35079
|
+
* An enum describing how the {@link CustomShader} will be added to the
|
|
35080
|
+
fragment shader. This determines how the shader interacts with the material.
|
|
35081
|
+
*/
|
|
35082
|
+
export enum CustomShaderMode {
|
|
35083
|
+
/**
|
|
35084
|
+
* The custom shader will be used to modify the results of the material stage
|
|
35085
|
+
before lighting is applied.
|
|
35086
|
+
*/
|
|
35087
|
+
MODIFY_MATERIAL = "MODIFY_MATERIAL",
|
|
35088
|
+
/**
|
|
35089
|
+
* The custom shader will be used instead of the material stage. This is a hint
|
|
35090
|
+
to optimize out the material processing code.
|
|
35091
|
+
*/
|
|
35092
|
+
REPLACE_MATERIAL = "REPLACE_MATERIAL"
|
|
35093
|
+
}
|
|
35094
|
+
|
|
35095
|
+
/**
|
|
35096
|
+
* The lighting model to use for lighting a {@link ModelExperimental}.
|
|
35097
|
+
*/
|
|
35098
|
+
export enum LightingModel {
|
|
35099
|
+
/**
|
|
35100
|
+
* Use unlit shading, i.e. skip lighting calculations. The model's
|
|
35101
|
+
diffuse color (assumed to be linear RGB, not sRGB) is used directly
|
|
35102
|
+
when computing <code>gl_FragColor</code>. The alpha mode is still
|
|
35103
|
+
applied.
|
|
35104
|
+
*/
|
|
35105
|
+
UNLIT = 0,
|
|
35106
|
+
/**
|
|
35107
|
+
* Use physically-based rendering lighting calculations. This includes
|
|
35108
|
+
both PBR metallic roughness and PBR specular glossiness. Image-based
|
|
35109
|
+
lighting is also applied when possible.
|
|
35110
|
+
*/
|
|
35111
|
+
PBR = 1
|
|
35112
|
+
}
|
|
35113
|
+
|
|
35114
|
+
/**
|
|
35115
|
+
* A 3D model. This is a new architecture that is more decoupled than the older {@link Model}. This class is still experimental.
|
|
35116
|
+
<p>
|
|
35117
|
+
Do not call this function directly, instead use the `from` functions to create
|
|
35118
|
+
the Model from your source data type.
|
|
35119
|
+
</p>
|
|
35120
|
+
* @param options - Object with the following properties:
|
|
35121
|
+
* @param options.resource - The Resource to the 3D model.
|
|
35122
|
+
* @param [options.modelMatrix = Matrix4.IDENTITY] - The 4x4 transformation matrix that transforms the model from model to world coordinates.
|
|
35123
|
+
* @param [options.debugShowBoundingVolume = false] - For debugging only. Draws the bounding sphere for each draw command in the model.
|
|
35124
|
+
* @param [options.cull = true] - Whether or not to cull the model using frustum/horizon culling. If the model is part of a 3D Tiles tileset, this property will always be false, since the 3D Tiles culling system is used.
|
|
35125
|
+
* @param [options.opaquePass = Pass.OPAQUE] - The pass to use in the {@link DrawCommand} for the opaque portions of the model.
|
|
35126
|
+
* @param [options.allowPicking = true] - When <code>true</code>, each primitive is pickable with {@link Scene#pick}.
|
|
35127
|
+
* @param [options.customShader] - A custom shader. This will add user-defined GLSL code to the vertex and fragment shaders. Using custom shaders with a {@link Cesium3DTileStyle} may lead to undefined behavior.
|
|
35128
|
+
* @param [options.content] - The tile content this model belongs to. This property will be undefined if model is not loaded as part of a tileset.
|
|
35129
|
+
* @param [options.show = true] - Whether or not to render the model.
|
|
35130
|
+
* @param [options.color] - A color that blends with the model's rendered color.
|
|
35131
|
+
* @param [options.colorBlendMode = ColorBlendMode.HIGHLIGHT] - Defines how the color blends with the model.
|
|
35132
|
+
* @param [options.colorBlendAmount = 0.5] - Value used to determine the color strength when the <code>colorBlendMode</code> is <code>MIX</code>. A value of 0.0 results in the model's rendered color while a value of 1.0 results in a solid color, with any value in-between resulting in a mix of the two.
|
|
35133
|
+
* @param [options.featureIdAttributeIndex = 0] - The index of the feature ID attribute to use for picking features per-instance or per-primitive.
|
|
35134
|
+
* @param [options.featureIdTextureIndex = 0] - The index of the feature ID texture to use for picking features per-primitive.
|
|
35135
|
+
*/
|
|
35136
|
+
export class ModelExperimental {
|
|
35137
|
+
constructor(options: {
|
|
35138
|
+
resource: Resource;
|
|
35139
|
+
modelMatrix?: Matrix4;
|
|
35140
|
+
debugShowBoundingVolume?: boolean;
|
|
35141
|
+
cull?: boolean;
|
|
35142
|
+
opaquePass?: boolean;
|
|
35143
|
+
allowPicking?: boolean;
|
|
35144
|
+
customShader?: CustomShader;
|
|
35145
|
+
content?: Cesium3DTileContent;
|
|
35146
|
+
show?: boolean;
|
|
35147
|
+
color?: Color;
|
|
35148
|
+
colorBlendMode?: ColorBlendMode;
|
|
35149
|
+
colorBlendAmount?: number;
|
|
35150
|
+
featureIdAttributeIndex?: number;
|
|
35151
|
+
featureIdTextureIndex?: number;
|
|
35152
|
+
});
|
|
35153
|
+
/**
|
|
35154
|
+
* When <code>true</code>, this model is ready to render, i.e., the external binary, image,
|
|
35155
|
+
and shader files were downloaded and the WebGL resources were created. This is set to
|
|
35156
|
+
<code>true</code> right before {@link ModelExperimental#readyPromise} is resolved.
|
|
35157
|
+
*/
|
|
35158
|
+
readonly ready: boolean;
|
|
35159
|
+
/**
|
|
35160
|
+
* Gets the promise that will be resolved when this model is ready to render, i.e. when the external resources
|
|
35161
|
+
have been downloaded and the WebGL resources are created.
|
|
35162
|
+
<p>
|
|
35163
|
+
This promise is resolved at the end of the frame before the first frame the model is rendered in.
|
|
35164
|
+
</p>
|
|
35165
|
+
*/
|
|
35166
|
+
readonly readyPromise: Promise<ModelExperimental>;
|
|
35167
|
+
/**
|
|
35168
|
+
* The model's custom shader, if it exists. Using custom shaders with a {@link Cesium3DTileStyle}
|
|
35169
|
+
may lead to undefined behavior.
|
|
35170
|
+
*/
|
|
35171
|
+
customShader: CustomShader;
|
|
35172
|
+
/**
|
|
35173
|
+
* The color to blend with the model's rendered color.
|
|
35174
|
+
*/
|
|
35175
|
+
color: Color;
|
|
35176
|
+
/**
|
|
35177
|
+
* Defines how the color blends with the model.
|
|
35178
|
+
*/
|
|
35179
|
+
colorBlendMode: Cesium3DTileColorBlendMode | ColorBlendMode;
|
|
35180
|
+
/**
|
|
35181
|
+
* Value used to determine the color strength when the <code>colorBlendMode</code> is <code>MIX</code>. A value of 0.0 results in the model's rendered color while a value of 1.0 results in a solid color, with any value in-between resulting in a mix of the two.
|
|
35182
|
+
*/
|
|
35183
|
+
colorBlendAmount: number;
|
|
35184
|
+
/**
|
|
35185
|
+
* Gets the model's bounding sphere.
|
|
35186
|
+
*/
|
|
35187
|
+
readonly boundingSphere: BoundingSphere;
|
|
35188
|
+
/**
|
|
35189
|
+
* This property is for debugging only; it is not for production use nor is it optimized.
|
|
35190
|
+
<p>
|
|
35191
|
+
Draws the bounding sphere for each draw command in the model.
|
|
35192
|
+
</p>
|
|
35193
|
+
*/
|
|
35194
|
+
debugShowBoundingVolume: boolean;
|
|
35195
|
+
/**
|
|
35196
|
+
* Whether or not to render the model.
|
|
35197
|
+
*/
|
|
35198
|
+
show: boolean;
|
|
35199
|
+
/**
|
|
35200
|
+
* The index of the feature ID attribute to use for picking features per-instance or per-primitive.
|
|
35201
|
+
*/
|
|
35202
|
+
featureIdAttributeIndex: number;
|
|
35203
|
+
/**
|
|
35204
|
+
* The index of the feature ID texture to use for picking features per-primitive.
|
|
35205
|
+
*/
|
|
35206
|
+
featureIdTextureIndex: number;
|
|
35207
|
+
/**
|
|
35208
|
+
* Called when {@link Viewer} or {@link CesiumWidget} render the scene to
|
|
35209
|
+
get the draw commands needed to render this primitive.
|
|
35210
|
+
<p>
|
|
35211
|
+
Do not call this function directly. This is documented just to
|
|
35212
|
+
list the exceptions that may be propagated when the scene is rendered:
|
|
35213
|
+
</p>
|
|
35214
|
+
*/
|
|
35215
|
+
update(): void;
|
|
35216
|
+
/**
|
|
35217
|
+
* Returns true if this object was destroyed; otherwise, false.
|
|
35218
|
+
<br /><br />
|
|
35219
|
+
If this object was destroyed, it should not be used; calling any function other than
|
|
35220
|
+
<code>isDestroyed</code> will result in a {@link DeveloperError} exception.
|
|
35221
|
+
* @returns <code>true</code> if this object was destroyed; otherwise, <code>false</code>.
|
|
35222
|
+
*/
|
|
35223
|
+
isDestroyed(): boolean;
|
|
35224
|
+
/**
|
|
35225
|
+
* Destroys the WebGL resources held by this object. Destroying an object allows for deterministic
|
|
35226
|
+
release of WebGL resources, instead of relying on the garbage collector to destroy this object.
|
|
35227
|
+
<br /><br />
|
|
35228
|
+
Once an object is destroyed, it should not be used; calling any function other than
|
|
35229
|
+
<code>isDestroyed</code> will result in a {@link DeveloperError} exception. Therefore,
|
|
35230
|
+
assign the return value (<code>undefined</code>) to the object as done in the example.
|
|
35231
|
+
* @example
|
|
35232
|
+
* model = model && model.destroy();
|
|
35233
|
+
*/
|
|
35234
|
+
destroy(): void;
|
|
35235
|
+
/**
|
|
35236
|
+
* <p>
|
|
35237
|
+
Creates a model from a glTF asset. When the model is ready to render, i.e., when the external binary, image,
|
|
35238
|
+
and shader files are downloaded and the WebGL resources are created, the {@link Model#readyPromise} is resolved.
|
|
35239
|
+
</p>
|
|
35240
|
+
<p>
|
|
35241
|
+
The model can be a traditional glTF asset with a .gltf extension or a Binary glTF using the .glb extension.
|
|
35242
|
+
* @param options - Object with the following properties:
|
|
35243
|
+
* @param options.gltf - A Resource/URL to a glTF/glb file, a binary glTF buffer, or a JSON object containing the glTF contents
|
|
35244
|
+
* @param [options.basePath = ''] - The base path that paths in the glTF JSON are relative to.
|
|
35245
|
+
* @param [options.modelMatrix = Matrix4.IDENTITY] - The 4x4 transformation matrix that transforms the model from model to world coordinates.
|
|
35246
|
+
* @param [options.incrementallyLoadTextures = true] - Determine if textures may continue to stream in after the model is loaded.
|
|
35247
|
+
* @param [options.releaseGltfJson = false] - When true, the glTF JSON is released once the glTF is loaded. This is is especially useful for cases like 3D Tiles, where each .gltf model is unique and caching the glTF JSON is not effective.
|
|
35248
|
+
* @param [options.debugShowBoundingVolume = false] - For debugging only. Draws the bounding sphere for each draw command in the model.
|
|
35249
|
+
* @param [options.cull = true] - Whether or not to cull the model using frustum/horizon culling. If the model is part of a 3D Tiles tileset, this property will always be false, since the 3D Tiles culling system is used.
|
|
35250
|
+
* @param [options.opaquePass = Pass.OPAQUE] - The pass to use in the {@link DrawCommand} for the opaque portions of the model.
|
|
35251
|
+
* @param [options.upAxis = Axis.Y] - The up-axis of the glTF model.
|
|
35252
|
+
* @param [options.forwardAxis = Axis.Z] - The forward-axis of the glTF model.
|
|
35253
|
+
* @param [options.allowPicking = true] - When <code>true</code>, each primitive is pickable with {@link Scene#pick}.
|
|
35254
|
+
* @param [options.customShader] - A custom shader. This will add user-defined GLSL code to the vertex and fragment shaders. Using custom shaders with a {@link Cesium3DTileStyle} may lead to undefined behavior.
|
|
35255
|
+
* @param [options.content] - The tile content this model belongs to. This property will be undefined if model is not loaded as part of a tileset.
|
|
35256
|
+
* @param [options.show = true] - Whether or not to render the model.
|
|
35257
|
+
* @param [options.color] - A color that blends with the model's rendered color.
|
|
35258
|
+
* @param [options.colorBlendMode = ColorBlendMode.HIGHLIGHT] - Defines how the color blends with the model.
|
|
35259
|
+
* @param [options.colorBlendAmount = 0.5] - Value used to determine the color strength when the <code>colorBlendMode</code> is <code>MIX</code>. A value of 0.0 results in the model's rendered color while a value of 1.0 results in a solid color, with any value in-between resulting in a mix of the two.
|
|
35260
|
+
* @param [options.featureIdAttributeIndex = 0] - The index of the feature ID attribute to use for picking features per-instance or per-primitive.
|
|
35261
|
+
* @param [options.featureIdTextureIndex = 0] - The index of the feature ID texture to use for picking features per-primitive.
|
|
35262
|
+
* @returns The newly created model.
|
|
35263
|
+
*/
|
|
35264
|
+
static fromGltf(options: {
|
|
35265
|
+
gltf: string | Resource | Uint8Array | any;
|
|
35266
|
+
basePath?: string | Resource;
|
|
35267
|
+
modelMatrix?: Matrix4;
|
|
35268
|
+
incrementallyLoadTextures?: boolean;
|
|
35269
|
+
releaseGltfJson?: boolean;
|
|
35270
|
+
debugShowBoundingVolume?: boolean;
|
|
35271
|
+
cull?: boolean;
|
|
35272
|
+
opaquePass?: boolean;
|
|
35273
|
+
upAxis?: Axis;
|
|
35274
|
+
forwardAxis?: Axis;
|
|
35275
|
+
allowPicking?: boolean;
|
|
35276
|
+
customShader?: CustomShader;
|
|
35277
|
+
content?: Cesium3DTileContent;
|
|
35278
|
+
show?: boolean;
|
|
35279
|
+
color?: Color;
|
|
35280
|
+
colorBlendMode?: ColorBlendMode;
|
|
35281
|
+
colorBlendAmount?: number;
|
|
35282
|
+
featureIdAttributeIndex?: number;
|
|
35283
|
+
featureIdTextureIndex?: number;
|
|
35284
|
+
}): ModelExperimental;
|
|
35285
|
+
}
|
|
35286
|
+
|
|
35287
|
+
/**
|
|
35288
|
+
* The style to apply the to the features in the model. Cannot be applied if a {@link CustomShader} is also applied.
|
|
35289
|
+
*/
|
|
35290
|
+
export var style: Cesium3DTileStyle;
|
|
35291
|
+
|
|
35292
|
+
/**
|
|
35293
|
+
* The 4x4 transformation matrix that transforms the model from model to world coordinates.
|
|
35294
|
+
When this is the identity matrix, the model is drawn in world coordinates, i.e., Earth's Cartesian WGS84 coordinates.
|
|
35295
|
+
Local reference frames can be used by providing a different transformation matrix, like that returned
|
|
35296
|
+
by {@link Transforms.eastNorthUpToFixedFrame}.
|
|
35297
|
+
* @example
|
|
35298
|
+
* var origin = Cesium.Cartesian3.fromDegrees(-95.0, 40.0, 200000.0);
|
|
35299
|
+
m.modelMatrix = Cesium.Transforms.eastNorthUpToFixedFrame(origin);
|
|
35300
|
+
*/
|
|
35301
|
+
export var modelMatrix: Matrix4;
|
|
35302
|
+
|
|
35303
|
+
/**
|
|
35304
|
+
* A feature of a {@link ModelExperimental}.
|
|
35305
|
+
<p>
|
|
35306
|
+
Provides access to a feature's properties stored in the model's feature table.
|
|
35307
|
+
</p>
|
|
35308
|
+
<p>
|
|
35309
|
+
Modifications to a <code>ModelFeature</code> object have the lifetime of the model.
|
|
35310
|
+
</p>
|
|
35311
|
+
<p>
|
|
35312
|
+
Do not construct this directly. Access it through picking using {@link Scene#pick}.
|
|
35313
|
+
</p>
|
|
35314
|
+
* @example
|
|
35315
|
+
* // On mouse over, display all the properties for a feature in the console log.
|
|
35316
|
+
handler.setInputAction(function(movement) {
|
|
35317
|
+
var feature = scene.pick(movement.endPosition);
|
|
35318
|
+
if (feature instanceof Cesium.ModelFeature) {
|
|
35319
|
+
console.log(feature);
|
|
35320
|
+
}
|
|
35321
|
+
}, Cesium.ScreenSpaceEventType.MOUSE_MOVE);
|
|
35322
|
+
* @param options - Object with the following properties:
|
|
35323
|
+
* @param options.model - The model the feature belongs to.
|
|
35324
|
+
* @param options.featureId - The unique integral identifier for this feature.
|
|
35325
|
+
*/
|
|
35326
|
+
export class ModelFeature {
|
|
35327
|
+
constructor(options: {
|
|
35328
|
+
model: ModelExperimental;
|
|
35329
|
+
featureId: number;
|
|
35330
|
+
});
|
|
35331
|
+
/**
|
|
35332
|
+
* Gets or sets if the feature will be shown. This is set for all features
|
|
35333
|
+
when a style's show is evaluated.
|
|
35334
|
+
*/
|
|
35335
|
+
show: boolean;
|
|
35336
|
+
/**
|
|
35337
|
+
* Gets or sets the highlight color multiplied with the feature's color. When
|
|
35338
|
+
this is white, the feature's color is not changed. This is set for all features
|
|
35339
|
+
when a style's color is evaluated.
|
|
35340
|
+
*/
|
|
35341
|
+
color: Color;
|
|
35342
|
+
/**
|
|
35343
|
+
* Returns whether the feature contains this property.
|
|
35344
|
+
* @param name - The case-sensitive name of the property.
|
|
35345
|
+
* @returns Whether the feature contains this property.
|
|
35346
|
+
*/
|
|
35347
|
+
hasProperty(name: string): boolean;
|
|
35348
|
+
/**
|
|
35349
|
+
* Returns a copy of the value of the feature's property with the given name.
|
|
35350
|
+
* @example
|
|
35351
|
+
* // Display all the properties for a feature in the console log.
|
|
35352
|
+
var propertyNames = feature.getPropertyNames();
|
|
35353
|
+
var length = propertyNames.length;
|
|
35354
|
+
for (var i = 0; i < length; ++i) {
|
|
35355
|
+
var propertyName = propertyNames[i];
|
|
35356
|
+
console.log(propertyName + ': ' + feature.getProperty(propertyName));
|
|
35357
|
+
}
|
|
35358
|
+
* @param name - The case-sensitive name of the property.
|
|
35359
|
+
* @returns The value of the property or <code>undefined</code> if the feature does not have this property.
|
|
35360
|
+
*/
|
|
35361
|
+
getProperty(name: string): any;
|
|
35362
|
+
/**
|
|
35363
|
+
* Returns a copy of the feature's property with the given name, examining all
|
|
35364
|
+
the metadata from the EXT_mesh_features and legacy EXT_feature_metadata glTF
|
|
35365
|
+
extensions. Metadata is checked against name from most specific to most
|
|
35366
|
+
general and the first match is returned. Metadata is checked in this order:
|
|
35367
|
+
<ol>
|
|
35368
|
+
<li>Feature metadata property by semantic</li>
|
|
35369
|
+
<li>Feature metadata property by property ID</li>
|
|
35370
|
+
</ol>
|
|
35371
|
+
<p>
|
|
35372
|
+
See the {@link https://github.com/CesiumGS/glTF/tree/3d-tiles-next/extensions/2.0/Vendor/EXT_mesh_features|EXT_mesh_features Extension} as well as the
|
|
35373
|
+
previous {@link https://github.com/CesiumGS/glTF/tree/3d-tiles-next/extensions/2.0/Vendor/EXT_feature_metadata|EXT_feature_metadata Extension} for glTF.
|
|
35374
|
+
</p>
|
|
35375
|
+
* @param name - The semantic or property ID of the feature. Semantics are checked before property IDs in each granularity of metadata.
|
|
35376
|
+
* @returns The value of the property or <code>undefined</code> if the feature does not have this property.
|
|
35377
|
+
*/
|
|
35378
|
+
getPropertyInherited(name: string): any;
|
|
35379
|
+
/**
|
|
35380
|
+
* Returns an array of property names for the feature.
|
|
35381
|
+
* @param [results] - An array into which to store the results.
|
|
35382
|
+
* @returns The names of the feature's properties.
|
|
35383
|
+
*/
|
|
35384
|
+
getPropertyNames(results?: string[]): string[];
|
|
35385
|
+
/**
|
|
35386
|
+
* Sets the value of the feature's property with the given name.
|
|
35387
|
+
* @example
|
|
35388
|
+
* var height = feature.getProperty('Height'); // e.g., the height of a building
|
|
35389
|
+
* @example
|
|
35390
|
+
* var name = 'clicked';
|
|
35391
|
+
if (feature.getProperty(name)) {
|
|
35392
|
+
console.log('already clicked');
|
|
35393
|
+
} else {
|
|
35394
|
+
feature.setProperty(name, true);
|
|
35395
|
+
console.log('first click');
|
|
35396
|
+
}
|
|
35397
|
+
* @param name - The case-sensitive name of the property.
|
|
35398
|
+
* @param value - The value of the property that will be copied.
|
|
35399
|
+
* @returns <code>true</code> if the property was set, <code>false</code> otherwise.
|
|
35400
|
+
*/
|
|
35401
|
+
setProperty(name: string, value: any): boolean;
|
|
35402
|
+
}
|
|
35403
|
+
|
|
35404
|
+
/**
|
|
35405
|
+
* The bounding sphere that contains all the vertices in this primitive.
|
|
35406
|
+
*/
|
|
35407
|
+
export var boundingSphere: BoundingSphere;
|
|
35408
|
+
|
|
35409
|
+
/**
|
|
35410
|
+
* A simple struct that serves as a value of a <code>sampler2D</code>-valued
|
|
35411
|
+
uniform. This is used with {@link CustomShader} and {@link TextureManager}
|
|
35412
|
+
* @param options - An object with the following properties:
|
|
35413
|
+
* @param [options.typedArray] - A typed array storing the contents of a texture. Values are stored in row-major order. Since WebGL uses a y-up convention for textures, rows are listed from bottom to top.
|
|
35414
|
+
* @param [options.width] - The width of the image. Required when options.typedArray is present
|
|
35415
|
+
* @param [options.height] - The height of the image. Required when options.typedArray is present.
|
|
35416
|
+
* @param [options.url] - A URL string or resource pointing to a texture image.
|
|
35417
|
+
* @param [options.repeat = true] - When defined, the texture sampler will be set to wrap in both directions
|
|
35418
|
+
* @param [options.pixelFormat = PixelFormat.RGBA] - When options.typedArray is defined, this is used to determine the pixel format of the texture
|
|
35419
|
+
* @param [options.pixelDatatype = PixelDatatype.UNSIGNED_BYTE] - When options.typedArray is defined, this is the data type of pixel values in the typed array.
|
|
35420
|
+
* @param [textureMinificationFilter = TextureMinificationFilter.LINEAR] - The minification filter of the texture sampler.
|
|
35421
|
+
* @param [textureMagnificationFilter = TextureMagnificationFilter.LINEAR] - The magnification filter of the texture sampler.
|
|
35422
|
+
* @param [options.maximumAnisotropy = 1.0] - The maximum anisotropy of the texture sampler
|
|
35423
|
+
*/
|
|
35424
|
+
export class TextureUniform {
|
|
35425
|
+
constructor(options: {
|
|
35426
|
+
typedArray?: Uint8Array;
|
|
35427
|
+
width?: number;
|
|
35428
|
+
height?: number;
|
|
35429
|
+
url?: string | Resource;
|
|
35430
|
+
repeat?: boolean;
|
|
35431
|
+
pixelFormat?: PixelFormat;
|
|
35432
|
+
pixelDatatype?: PixelDatatype;
|
|
35433
|
+
maximumAnisotropy?: number;
|
|
35434
|
+
}, textureMinificationFilter?: TextureMinificationFilter, textureMagnificationFilter?: TextureMagnificationFilter);
|
|
35435
|
+
}
|
|
35436
|
+
|
|
35437
|
+
/**
|
|
35438
|
+
* An enum of the basic GLSL uniform types. These can be used with
|
|
35439
|
+
{@link CustomShader} to declare user-defined uniforms.
|
|
35440
|
+
*/
|
|
35441
|
+
export enum UniformType {
|
|
35442
|
+
/**
|
|
35443
|
+
* A single floating point value.
|
|
35444
|
+
*/
|
|
35445
|
+
FLOAT = "float",
|
|
35446
|
+
/**
|
|
35447
|
+
* A vector of 2 floating point values.
|
|
35448
|
+
*/
|
|
35449
|
+
VEC2 = "vec2",
|
|
35450
|
+
/**
|
|
35451
|
+
* A vector of 3 floating point values.
|
|
35452
|
+
*/
|
|
35453
|
+
VEC3 = "vec3",
|
|
35454
|
+
/**
|
|
35455
|
+
* A vector of 4 floating point values.
|
|
35456
|
+
*/
|
|
35457
|
+
VEC4 = "vec4",
|
|
35458
|
+
/**
|
|
35459
|
+
* A single integer value
|
|
35460
|
+
*/
|
|
35461
|
+
INT = "int",
|
|
35462
|
+
/**
|
|
35463
|
+
* A vector of 2 integer values.
|
|
35464
|
+
*/
|
|
35465
|
+
INT_VEC2 = "ivec2",
|
|
35466
|
+
/**
|
|
35467
|
+
* A vector of 3 integer values.
|
|
35468
|
+
*/
|
|
35469
|
+
INT_VEC3 = "ivec3",
|
|
35470
|
+
/**
|
|
35471
|
+
* A vector of 4 integer values.
|
|
35472
|
+
*/
|
|
35473
|
+
INT_VEC4 = "ivec4",
|
|
35474
|
+
/**
|
|
35475
|
+
* A single boolean value.
|
|
35476
|
+
*/
|
|
35477
|
+
BOOL = "bool",
|
|
35478
|
+
/**
|
|
35479
|
+
* A vector of 2 boolean values.
|
|
35480
|
+
*/
|
|
35481
|
+
BOOL_VEC2 = "bvec2",
|
|
35482
|
+
/**
|
|
35483
|
+
* A vector of 3 boolean values.
|
|
35484
|
+
*/
|
|
35485
|
+
BOOL_VEC3 = "bvec3",
|
|
35486
|
+
/**
|
|
35487
|
+
* A vector of 4 boolean values.
|
|
35488
|
+
*/
|
|
35489
|
+
BOOL_VEC4 = "bvec4",
|
|
35490
|
+
/**
|
|
35491
|
+
* A 2x2 matrix of floating point values.
|
|
35492
|
+
*/
|
|
35493
|
+
MAT2 = "mat2",
|
|
35494
|
+
/**
|
|
35495
|
+
* A 3x3 matrix of floating point values.
|
|
35496
|
+
*/
|
|
35497
|
+
MAT3 = "mat2",
|
|
35498
|
+
/**
|
|
35499
|
+
* A 3x3 matrix of floating point values.
|
|
35500
|
+
*/
|
|
35501
|
+
MAT4 = "mat4",
|
|
35502
|
+
/**
|
|
35503
|
+
* A 2D sampled texture.
|
|
35504
|
+
*/
|
|
35505
|
+
SAMPLER_2D = "sampler2D",
|
|
35506
|
+
SAMPLER_CUBE = "samplerCube"
|
|
35507
|
+
}
|
|
35508
|
+
|
|
35509
|
+
/**
|
|
35510
|
+
* An enum for the GLSL varying types. These can be used for declaring varyings
|
|
35511
|
+
in {@link CustomShader}
|
|
35512
|
+
*/
|
|
35513
|
+
export enum VaryingType {
|
|
35514
|
+
/**
|
|
35515
|
+
* A single floating point value.
|
|
35516
|
+
*/
|
|
35517
|
+
FLOAT = "float",
|
|
35518
|
+
/**
|
|
35519
|
+
* A vector of 2 floating point values.
|
|
35520
|
+
*/
|
|
35521
|
+
VEC2 = "vec2",
|
|
35522
|
+
/**
|
|
35523
|
+
* A vector of 3 floating point values.
|
|
35524
|
+
*/
|
|
35525
|
+
VEC3 = "vec3",
|
|
35526
|
+
/**
|
|
35527
|
+
* A vector of 4 floating point values.
|
|
35528
|
+
*/
|
|
35529
|
+
VEC4 = "vec4",
|
|
35530
|
+
/**
|
|
35531
|
+
* A 2x2 matrix of floating point values.
|
|
35532
|
+
*/
|
|
35533
|
+
MAT2 = "mat2",
|
|
35534
|
+
/**
|
|
35535
|
+
* A 3x3 matrix of floating point values.
|
|
35536
|
+
*/
|
|
35537
|
+
MAT3 = "mat2",
|
|
35538
|
+
/**
|
|
35539
|
+
* A 3x3 matrix of floating point values.
|
|
35540
|
+
*/
|
|
35541
|
+
MAT4 = "mat4"
|
|
35542
|
+
}
|
|
35543
|
+
|
|
34535
35544
|
/**
|
|
34536
35545
|
* A model's material with modifiable parameters. A glTF material
|
|
34537
35546
|
contains parameters defined by the material's technique with values
|
|
@@ -37049,7 +38058,7 @@ var scene = new Cesium.Scene({
|
|
|
37049
38058
|
allowTextureFilterAnisotropic : false
|
|
37050
38059
|
}
|
|
37051
38060
|
});
|
|
37052
|
-
* @param
|
|
38061
|
+
* @param options - Object with the following properties:
|
|
37053
38062
|
* @param options.canvas - The HTML canvas element to create the scene for.
|
|
37054
38063
|
* @param [options.contextOptions] - Context and WebGL creation properties. See details above.
|
|
37055
38064
|
* @param [options.creditContainer] - The HTML element in which the credits will be displayed.
|
|
@@ -37063,7 +38072,7 @@ var scene = new Cesium.Scene({
|
|
|
37063
38072
|
* @param [options.maximumRenderTimeChange = 0.0] - If requestRenderMode is true, this value defines the maximum change in simulation time allowed before a render is requested. See {@link https://cesium.com/blog/2018/01/24/cesium-scene-rendering-performance/|Improving Performance with Explicit Rendering}.
|
|
37064
38073
|
*/
|
|
37065
38074
|
export class Scene {
|
|
37066
|
-
constructor(options
|
|
38075
|
+
constructor(options: {
|
|
37067
38076
|
canvas: HTMLCanvasElement;
|
|
37068
38077
|
contextOptions?: any;
|
|
37069
38078
|
creditContainer?: Element;
|
|
@@ -37446,10 +38455,6 @@ export class Scene {
|
|
|
37446
38455
|
* Gets or sets the current mode of the scene.
|
|
37447
38456
|
*/
|
|
37448
38457
|
mode: SceneMode;
|
|
37449
|
-
/**
|
|
37450
|
-
* Gets or sets the scalar used to exaggerate the terrain.
|
|
37451
|
-
*/
|
|
37452
|
-
terrainExaggeration: number;
|
|
37453
38458
|
/**
|
|
37454
38459
|
* When <code>true</code>, splits the scene into two viewports with steroscopic views for the left and right eyes.
|
|
37455
38460
|
Used for cardboard and WebVR.
|
|
@@ -42594,467 +43599,478 @@ export class VRButtonViewModel {
|
|
|
42594
43599
|
|
|
42595
43600
|
}
|
|
42596
43601
|
|
|
42597
|
-
declare module "cesium/Source/Core/ArcGISTiledElevationTerrainProvider" { import { ArcGISTiledElevationTerrainProvider } from 'cesium'; export default ArcGISTiledElevationTerrainProvider; }
|
|
42598
|
-
declare module "cesium/Source/Core/ArcType" { import { ArcType } from 'cesium'; export default ArcType; }
|
|
42599
|
-
declare module "cesium/Source/Core/AssociativeArray" { import { AssociativeArray } from 'cesium'; export default AssociativeArray; }
|
|
42600
|
-
declare module "cesium/Source/Core/AxisAlignedBoundingBox" { import { AxisAlignedBoundingBox } from 'cesium'; export default AxisAlignedBoundingBox; }
|
|
42601
|
-
declare module "cesium/Source/Core/barycentricCoordinates" { import { barycentricCoordinates } from 'cesium'; export default barycentricCoordinates; }
|
|
42602
|
-
declare module "cesium/Source/Core/binarySearch" { import { binarySearch } from 'cesium'; export default binarySearch; }
|
|
42603
|
-
declare module "cesium/Source/Core/BingMapsGeocoderService" { import { BingMapsGeocoderService } from 'cesium'; export default BingMapsGeocoderService; }
|
|
42604
|
-
declare module "cesium/Source/Core/BoundingRectangle" { import { BoundingRectangle } from 'cesium'; export default BoundingRectangle; }
|
|
42605
|
-
declare module "cesium/Source/Core/BoundingSphere" { import { BoundingSphere } from 'cesium'; export default BoundingSphere; }
|
|
42606
|
-
declare module "cesium/Source/Core/BoxGeometry" { import { BoxGeometry } from 'cesium'; export default BoxGeometry; }
|
|
42607
|
-
declare module "cesium/Source/Core/BoxOutlineGeometry" { import { BoxOutlineGeometry } from 'cesium'; export default BoxOutlineGeometry; }
|
|
42608
|
-
declare module "cesium/Source/Core/buildModuleUrl" { import { buildModuleUrl } from 'cesium'; export default buildModuleUrl; }
|
|
42609
|
-
declare module "cesium/Source/Core/cancelAnimationFrame" { import { cancelAnimationFrame } from 'cesium'; export default cancelAnimationFrame; }
|
|
42610
|
-
declare module "cesium/Source/Core/Cartesian2" { import { Cartesian2 } from 'cesium'; export default Cartesian2; }
|
|
42611
|
-
declare module "cesium/Source/Core/Cartesian3" { import { Cartesian3 } from 'cesium'; export default Cartesian3; }
|
|
42612
|
-
declare module "cesium/Source/Core/Cartesian4" { import { Cartesian4 } from 'cesium'; export default Cartesian4; }
|
|
42613
|
-
declare module "cesium/Source/Core/Cartographic" { import { Cartographic } from 'cesium'; export default Cartographic; }
|
|
42614
|
-
declare module "cesium/Source/Core/CartographicGeocoderService" { import { CartographicGeocoderService } from 'cesium'; export default CartographicGeocoderService; }
|
|
42615
|
-
declare module "cesium/Source/Core/CatmullRomSpline" { import { CatmullRomSpline } from 'cesium'; export default CatmullRomSpline; }
|
|
42616
|
-
declare module "cesium/Source/Core/CesiumTerrainProvider" { import { CesiumTerrainProvider } from 'cesium'; export default CesiumTerrainProvider; }
|
|
42617
|
-
declare module "cesium/Source/Core/CircleGeometry" { import { CircleGeometry } from 'cesium'; export default CircleGeometry; }
|
|
42618
|
-
declare module "cesium/Source/Core/CircleOutlineGeometry" { import { CircleOutlineGeometry } from 'cesium'; export default CircleOutlineGeometry; }
|
|
42619
|
-
declare module "cesium/Source/Core/Clock" { import { Clock } from 'cesium'; export default Clock; }
|
|
42620
|
-
declare module "cesium/Source/Core/ClockRange" { import { ClockRange } from 'cesium'; export default ClockRange; }
|
|
42621
|
-
declare module "cesium/Source/Core/ClockStep" { import { ClockStep } from 'cesium'; export default ClockStep; }
|
|
42622
|
-
declare module "cesium/Source/Core/clone" { import { clone } from 'cesium'; export default clone; }
|
|
42623
|
-
declare module "cesium/Source/Core/Color" { import { Color } from 'cesium'; export default Color; }
|
|
42624
|
-
declare module "cesium/Source/Core/ColorGeometryInstanceAttribute" { import { ColorGeometryInstanceAttribute } from 'cesium'; export default ColorGeometryInstanceAttribute; }
|
|
42625
|
-
declare module "cesium/Source/Core/combine" { import { combine } from 'cesium'; export default combine; }
|
|
42626
|
-
declare module "cesium/Source/Core/ComponentDatatype" { import { ComponentDatatype } from 'cesium'; export default ComponentDatatype; }
|
|
42627
|
-
declare module "cesium/Source/Core/CompressedTextureBuffer" { import { CompressedTextureBuffer } from 'cesium'; export default CompressedTextureBuffer; }
|
|
42628
|
-
declare module "cesium/Source/Core/CoplanarPolygonGeometry" { import { CoplanarPolygonGeometry } from 'cesium'; export default CoplanarPolygonGeometry; }
|
|
42629
|
-
declare module "cesium/Source/Core/CoplanarPolygonOutlineGeometry" { import { CoplanarPolygonOutlineGeometry } from 'cesium'; export default CoplanarPolygonOutlineGeometry; }
|
|
42630
|
-
declare module "cesium/Source/Core/CornerType" { import { CornerType } from 'cesium'; export default CornerType; }
|
|
42631
|
-
declare module "cesium/Source/Core/CorridorGeometry" { import { CorridorGeometry } from 'cesium'; export default CorridorGeometry; }
|
|
42632
|
-
declare module "cesium/Source/Core/CorridorOutlineGeometry" { import { CorridorOutlineGeometry } from 'cesium'; export default CorridorOutlineGeometry; }
|
|
42633
|
-
declare module "cesium/Source/Core/createGuid" { import { createGuid } from 'cesium'; export default createGuid; }
|
|
42634
|
-
declare module "cesium/Source/Core/createWorldTerrain" { import { createWorldTerrain } from 'cesium'; export default createWorldTerrain; }
|
|
42635
|
-
declare module "cesium/Source/Core/Credit" { import { Credit } from 'cesium'; export default Credit; }
|
|
42636
|
-
declare module "cesium/Source/Core/CubicRealPolynomial" { import { CubicRealPolynomial } from 'cesium'; export default CubicRealPolynomial; }
|
|
42637
|
-
declare module "cesium/Source/Core/CullingVolume" { import { CullingVolume } from 'cesium'; export default CullingVolume; }
|
|
42638
|
-
declare module "cesium/Source/Core/CustomHeightmapTerrainProvider" { import { CustomHeightmapTerrainProvider } from 'cesium'; export default CustomHeightmapTerrainProvider; }
|
|
42639
|
-
declare module "cesium/Source/Core/CylinderGeometry" { import { CylinderGeometry } from 'cesium'; export default CylinderGeometry; }
|
|
42640
|
-
declare module "cesium/Source/Core/CylinderOutlineGeometry" { import { CylinderOutlineGeometry } from 'cesium'; export default CylinderOutlineGeometry; }
|
|
42641
|
-
declare module "cesium/Source/Core/DefaultProxy" { import { DefaultProxy } from 'cesium'; export default DefaultProxy; }
|
|
42642
|
-
declare module "cesium/Source/Core/defaultValue" { import { defaultValue } from 'cesium'; export default defaultValue; }
|
|
42643
|
-
declare module "cesium/Source/Core/defined" { import { defined } from 'cesium'; export default defined; }
|
|
42644
|
-
declare module "cesium/Source/Core/destroyObject" { import { destroyObject } from 'cesium'; export default destroyObject; }
|
|
42645
|
-
declare module "cesium/Source/Core/DeveloperError" { import { DeveloperError } from 'cesium'; export default DeveloperError; }
|
|
42646
|
-
declare module "cesium/Source/Core/DistanceDisplayCondition" { import { DistanceDisplayCondition } from 'cesium'; export default DistanceDisplayCondition; }
|
|
42647
|
-
declare module "cesium/Source/Core/DistanceDisplayConditionGeometryInstanceAttribute" { import { DistanceDisplayConditionGeometryInstanceAttribute } from 'cesium'; export default DistanceDisplayConditionGeometryInstanceAttribute; }
|
|
42648
|
-
declare module "cesium/Source/Core/EasingFunction" { import { EasingFunction } from 'cesium'; export default EasingFunction; }
|
|
42649
|
-
declare module "cesium/Source/Core/EllipseGeometry" { import { EllipseGeometry } from 'cesium'; export default EllipseGeometry; }
|
|
42650
|
-
declare module "cesium/Source/Core/EllipseOutlineGeometry" { import { EllipseOutlineGeometry } from 'cesium'; export default EllipseOutlineGeometry; }
|
|
42651
|
-
declare module "cesium/Source/Core/Ellipsoid" { import { Ellipsoid } from 'cesium'; export default Ellipsoid; }
|
|
42652
|
-
declare module "cesium/Source/Core/EllipsoidGeodesic" { import { EllipsoidGeodesic } from 'cesium'; export default EllipsoidGeodesic; }
|
|
42653
|
-
declare module "cesium/Source/Core/EllipsoidGeometry" { import { EllipsoidGeometry } from 'cesium'; export default EllipsoidGeometry; }
|
|
42654
|
-
declare module "cesium/Source/Core/EllipsoidOutlineGeometry" { import { EllipsoidOutlineGeometry } from 'cesium'; export default EllipsoidOutlineGeometry; }
|
|
42655
|
-
declare module "cesium/Source/Core/EllipsoidRhumbLine" { import { EllipsoidRhumbLine } from 'cesium'; export default EllipsoidRhumbLine; }
|
|
42656
|
-
declare module "cesium/Source/Core/EllipsoidTangentPlane" { import { EllipsoidTangentPlane } from 'cesium'; export default EllipsoidTangentPlane; }
|
|
42657
|
-
declare module "cesium/Source/Core/EllipsoidTerrainProvider" { import { EllipsoidTerrainProvider } from 'cesium'; export default EllipsoidTerrainProvider; }
|
|
42658
|
-
declare module "cesium/Source/Core/Event" { import { Event } from 'cesium'; export default Event; }
|
|
42659
|
-
declare module "cesium/Source/Core/EventHelper" { import { EventHelper } from 'cesium'; export default EventHelper; }
|
|
42660
|
-
declare module "cesium/Source/Core/ExtrapolationType" { import { ExtrapolationType } from 'cesium'; export default ExtrapolationType; }
|
|
42661
|
-
declare module "cesium/Source/Core/FeatureDetection" { import { FeatureDetection } from 'cesium'; export default FeatureDetection; }
|
|
42662
|
-
declare module "cesium/Source/Core/formatError" { import { formatError } from 'cesium'; export default formatError; }
|
|
42663
|
-
declare module "cesium/Source/Core/FrustumGeometry" { import { FrustumGeometry } from 'cesium'; export default FrustumGeometry; }
|
|
42664
|
-
declare module "cesium/Source/Core/FrustumOutlineGeometry" { import { FrustumOutlineGeometry } from 'cesium'; export default FrustumOutlineGeometry; }
|
|
42665
|
-
declare module "cesium/Source/Core/Fullscreen" { import { Fullscreen } from 'cesium'; export default Fullscreen; }
|
|
42666
|
-
declare module "cesium/Source/Core/GeocoderService" { import { GeocoderService } from 'cesium'; export default GeocoderService; }
|
|
42667
|
-
declare module "cesium/Source/Core/GeocodeType" { import { GeocodeType } from 'cesium'; export default GeocodeType; }
|
|
42668
|
-
declare module "cesium/Source/Core/GeographicProjection" { import { GeographicProjection } from 'cesium'; export default GeographicProjection; }
|
|
42669
|
-
declare module "cesium/Source/Core/GeographicTilingScheme" { import { GeographicTilingScheme } from 'cesium'; export default GeographicTilingScheme; }
|
|
42670
|
-
declare module "cesium/Source/Core/Geometry" { import { Geometry } from 'cesium'; export default Geometry; }
|
|
42671
|
-
declare module "cesium/Source/Core/GeometryAttribute" { import { GeometryAttribute } from 'cesium'; export default GeometryAttribute; }
|
|
42672
|
-
declare module "cesium/Source/Core/GeometryAttributes" { import { GeometryAttributes } from 'cesium'; export default GeometryAttributes; }
|
|
42673
|
-
declare module "cesium/Source/Core/GeometryFactory" { import { GeometryFactory } from 'cesium'; export default GeometryFactory; }
|
|
42674
|
-
declare module "cesium/Source/Core/GeometryInstance" { import { GeometryInstance } from 'cesium'; export default GeometryInstance; }
|
|
42675
|
-
declare module "cesium/Source/Core/GeometryInstanceAttribute" { import { GeometryInstanceAttribute } from 'cesium'; export default GeometryInstanceAttribute; }
|
|
42676
|
-
declare module "cesium/Source/Core/GeometryPipeline" { import { GeometryPipeline } from 'cesium'; export default GeometryPipeline; }
|
|
42677
|
-
declare module "cesium/Source/Core/getAbsoluteUri" { import { getAbsoluteUri } from 'cesium'; export default getAbsoluteUri; }
|
|
42678
|
-
declare module "cesium/Source/Core/getBaseUri" { import { getBaseUri } from 'cesium'; export default getBaseUri; }
|
|
42679
|
-
declare module "cesium/Source/Core/getExtensionFromUri" { import { getExtensionFromUri } from 'cesium'; export default getExtensionFromUri; }
|
|
42680
|
-
declare module "cesium/Source/Core/getFilenameFromUri" { import { getFilenameFromUri } from 'cesium'; export default getFilenameFromUri; }
|
|
42681
|
-
declare module "cesium/Source/Core/getImagePixels" { import { getImagePixels } from 'cesium'; export default getImagePixels; }
|
|
42682
|
-
declare module "cesium/Source/Core/getTimestamp" { import { getTimestamp } from 'cesium'; export default getTimestamp; }
|
|
42683
|
-
declare module "cesium/Source/Core/GoogleEarthEnterpriseMetadata" { import { GoogleEarthEnterpriseMetadata } from 'cesium'; export default GoogleEarthEnterpriseMetadata; }
|
|
42684
|
-
declare module "cesium/Source/Core/GoogleEarthEnterpriseTerrainData" { import { GoogleEarthEnterpriseTerrainData } from 'cesium'; export default GoogleEarthEnterpriseTerrainData; }
|
|
42685
|
-
declare module "cesium/Source/Core/GoogleEarthEnterpriseTerrainProvider" { import { GoogleEarthEnterpriseTerrainProvider } from 'cesium'; export default GoogleEarthEnterpriseTerrainProvider; }
|
|
42686
|
-
declare module "cesium/Source/Core/GregorianDate" { import { GregorianDate } from 'cesium'; export default GregorianDate; }
|
|
42687
|
-
declare module "cesium/Source/Core/GroundPolylineGeometry" { import { GroundPolylineGeometry } from 'cesium'; export default GroundPolylineGeometry; }
|
|
42688
|
-
declare module "cesium/Source/Core/HeadingPitchRange" { import { HeadingPitchRange } from 'cesium'; export default HeadingPitchRange; }
|
|
42689
|
-
declare module "cesium/Source/Core/HeadingPitchRoll" { import { HeadingPitchRoll } from 'cesium'; export default HeadingPitchRoll; }
|
|
42690
|
-
declare module "cesium/Source/Core/HeightmapEncoding" { import { HeightmapEncoding } from 'cesium'; export default HeightmapEncoding; }
|
|
42691
|
-
declare module "cesium/Source/Core/HeightmapTerrainData" { import { HeightmapTerrainData } from 'cesium'; export default HeightmapTerrainData; }
|
|
42692
|
-
declare module "cesium/Source/Core/HermitePolynomialApproximation" { import { HermitePolynomialApproximation } from 'cesium'; export default HermitePolynomialApproximation; }
|
|
42693
|
-
declare module "cesium/Source/Core/HermiteSpline" { import { HermiteSpline } from 'cesium'; export default HermiteSpline; }
|
|
42694
|
-
declare module "cesium/Source/Core/HilbertOrder" { import { HilbertOrder } from 'cesium'; export default HilbertOrder; }
|
|
42695
|
-
declare module "cesium/Source/Core/IndexDatatype" { import { IndexDatatype } from 'cesium'; export default IndexDatatype; }
|
|
42696
|
-
declare module "cesium/Source/Core/InterpolationAlgorithm" { import { InterpolationAlgorithm } from 'cesium'; export default InterpolationAlgorithm; }
|
|
42697
|
-
declare module "cesium/Source/Core/Intersect" { import { Intersect } from 'cesium'; export default Intersect; }
|
|
42698
|
-
declare module "cesium/Source/Core/Intersections2D" { import { Intersections2D } from 'cesium'; export default Intersections2D; }
|
|
42699
|
-
declare module "cesium/Source/Core/IntersectionTests" { import { IntersectionTests } from 'cesium'; export default IntersectionTests; }
|
|
42700
|
-
declare module "cesium/Source/Core/Interval" { import { Interval } from 'cesium'; export default Interval; }
|
|
42701
|
-
declare module "cesium/Source/Core/Ion" { import { Ion } from 'cesium'; export default Ion; }
|
|
42702
|
-
declare module "cesium/Source/Core/IonGeocoderService" { import { IonGeocoderService } from 'cesium'; export default IonGeocoderService; }
|
|
42703
|
-
declare module "cesium/Source/Core/IonResource" { import { IonResource } from 'cesium'; export default IonResource; }
|
|
42704
|
-
declare module "cesium/Source/Core/isLeapYear" { import { isLeapYear } from 'cesium'; export default isLeapYear; }
|
|
42705
|
-
declare module "cesium/Source/Core/Iso8601" { import { Iso8601 } from 'cesium'; export default Iso8601; }
|
|
42706
|
-
declare module "cesium/Source/Core/JulianDate" { import { JulianDate } from 'cesium'; export default JulianDate; }
|
|
42707
|
-
declare module "cesium/Source/Core/KeyboardEventModifier" { import { KeyboardEventModifier } from 'cesium'; export default KeyboardEventModifier; }
|
|
42708
|
-
declare module "cesium/Source/Core/LagrangePolynomialApproximation" { import { LagrangePolynomialApproximation } from 'cesium'; export default LagrangePolynomialApproximation; }
|
|
42709
|
-
declare module "cesium/Source/Core/LeapSecond" { import { LeapSecond } from 'cesium'; export default LeapSecond; }
|
|
42710
|
-
declare module "cesium/Source/Core/LinearApproximation" { import { LinearApproximation } from 'cesium'; export default LinearApproximation; }
|
|
42711
|
-
declare module "cesium/Source/Core/LinearSpline" { import { LinearSpline } from 'cesium'; export default LinearSpline; }
|
|
42712
|
-
declare module "cesium/Source/Core/MapProjection" { import { MapProjection } from 'cesium'; export default MapProjection; }
|
|
42713
|
-
declare module "cesium/Source/Core/Math" { import { Math } from 'cesium'; export default Math; }
|
|
42714
|
-
declare module "cesium/Source/Core/Matrix2" { import { Matrix2 } from 'cesium'; export default Matrix2; }
|
|
42715
|
-
declare module "cesium/Source/Core/Matrix3" { import { Matrix3 } from 'cesium'; export default Matrix3; }
|
|
42716
|
-
declare module "cesium/Source/Core/Matrix4" { import { Matrix4 } from 'cesium'; export default Matrix4; }
|
|
42717
|
-
declare module "cesium/Source/Core/mergeSort" { import { mergeSort } from 'cesium'; export default mergeSort; }
|
|
42718
|
-
declare module "cesium/Source/Core/NearFarScalar" { import { NearFarScalar } from 'cesium'; export default NearFarScalar; }
|
|
42719
|
-
declare module "cesium/Source/Core/objectToQuery" { import { objectToQuery } from 'cesium'; export default objectToQuery; }
|
|
42720
|
-
declare module "cesium/Source/Core/Occluder" { import { Occluder } from 'cesium'; export default Occluder; }
|
|
42721
|
-
declare module "cesium/Source/Core/OpenCageGeocoderService" { import { OpenCageGeocoderService } from 'cesium'; export default OpenCageGeocoderService; }
|
|
42722
|
-
declare module "cesium/Source/Core/OrientedBoundingBox" { import { OrientedBoundingBox } from 'cesium'; export default OrientedBoundingBox; }
|
|
42723
|
-
declare module "cesium/Source/Core/OrthographicFrustum" { import { OrthographicFrustum } from 'cesium'; export default OrthographicFrustum; }
|
|
42724
|
-
declare module "cesium/Source/Core/OrthographicOffCenterFrustum" { import { OrthographicOffCenterFrustum } from 'cesium'; export default OrthographicOffCenterFrustum; }
|
|
42725
|
-
declare module "cesium/Source/Core/Packable" { import { Packable } from 'cesium'; export default Packable; }
|
|
42726
|
-
declare module "cesium/Source/Core/PackableForInterpolation" { import { PackableForInterpolation } from 'cesium'; export default PackableForInterpolation; }
|
|
42727
|
-
declare module "cesium/Source/Core/PeliasGeocoderService" { import { PeliasGeocoderService } from 'cesium'; export default PeliasGeocoderService; }
|
|
42728
|
-
declare module "cesium/Source/Core/PerspectiveFrustum" { import { PerspectiveFrustum } from 'cesium'; export default PerspectiveFrustum; }
|
|
42729
|
-
declare module "cesium/Source/Core/PerspectiveOffCenterFrustum" { import { PerspectiveOffCenterFrustum } from 'cesium'; export default PerspectiveOffCenterFrustum; }
|
|
42730
|
-
declare module "cesium/Source/Core/PinBuilder" { import { PinBuilder } from 'cesium'; export default PinBuilder; }
|
|
42731
|
-
declare module "cesium/Source/Core/PixelFormat" { import { PixelFormat } from 'cesium'; export default PixelFormat; }
|
|
42732
|
-
declare module "cesium/Source/Core/Plane" { import { Plane } from 'cesium'; export default Plane; }
|
|
42733
|
-
declare module "cesium/Source/Core/PlaneGeometry" { import { PlaneGeometry } from 'cesium'; export default PlaneGeometry; }
|
|
42734
|
-
declare module "cesium/Source/Core/PlaneOutlineGeometry" { import { PlaneOutlineGeometry } from 'cesium'; export default PlaneOutlineGeometry; }
|
|
42735
|
-
declare module "cesium/Source/Core/pointInsideTriangle" { import { pointInsideTriangle } from 'cesium'; export default pointInsideTriangle; }
|
|
42736
|
-
declare module "cesium/Source/Core/PolygonGeometry" { import { PolygonGeometry } from 'cesium'; export default PolygonGeometry; }
|
|
42737
|
-
declare module "cesium/Source/Core/PolygonHierarchy" { import { PolygonHierarchy } from 'cesium'; export default PolygonHierarchy; }
|
|
42738
|
-
declare module "cesium/Source/Core/PolygonOutlineGeometry" { import { PolygonOutlineGeometry } from 'cesium'; export default PolygonOutlineGeometry; }
|
|
42739
|
-
declare module "cesium/Source/Core/PolylineGeometry" { import { PolylineGeometry } from 'cesium'; export default PolylineGeometry; }
|
|
42740
|
-
declare module "cesium/Source/Core/PolylineVolumeGeometry" { import { PolylineVolumeGeometry } from 'cesium'; export default PolylineVolumeGeometry; }
|
|
42741
|
-
declare module "cesium/Source/Core/PolylineVolumeOutlineGeometry" { import { PolylineVolumeOutlineGeometry } from 'cesium'; export default PolylineVolumeOutlineGeometry; }
|
|
42742
|
-
declare module "cesium/Source/Core/PrimitiveType" { import { PrimitiveType } from 'cesium'; export default PrimitiveType; }
|
|
42743
|
-
declare module "cesium/Source/Core/Proxy" { import { Proxy } from 'cesium'; export default Proxy; }
|
|
42744
|
-
declare module "cesium/Source/Core/QuadraticRealPolynomial" { import { QuadraticRealPolynomial } from 'cesium'; export default QuadraticRealPolynomial; }
|
|
42745
|
-
declare module "cesium/Source/Core/QuantizedMeshTerrainData" { import { QuantizedMeshTerrainData } from 'cesium'; export default QuantizedMeshTerrainData; }
|
|
42746
|
-
declare module "cesium/Source/Core/QuarticRealPolynomial" { import { QuarticRealPolynomial } from 'cesium'; export default QuarticRealPolynomial; }
|
|
42747
|
-
declare module "cesium/Source/Core/Quaternion" { import { Quaternion } from 'cesium'; export default Quaternion; }
|
|
42748
|
-
declare module "cesium/Source/Core/QuaternionSpline" { import { QuaternionSpline } from 'cesium'; export default QuaternionSpline; }
|
|
42749
|
-
declare module "cesium/Source/Core/queryToObject" { import { queryToObject } from 'cesium'; export default queryToObject; }
|
|
42750
|
-
declare module "cesium/Source/Core/Queue" { import { Queue } from 'cesium'; export default Queue; }
|
|
42751
|
-
declare module "cesium/Source/Core/Ray" { import { Ray } from 'cesium'; export default Ray; }
|
|
42752
|
-
declare module "cesium/Source/Core/Rectangle" { import { Rectangle } from 'cesium'; export default Rectangle; }
|
|
42753
|
-
declare module "cesium/Source/Core/RectangleGeometry" { import { RectangleGeometry } from 'cesium'; export default RectangleGeometry; }
|
|
42754
|
-
declare module "cesium/Source/Core/RectangleOutlineGeometry" { import { RectangleOutlineGeometry } from 'cesium'; export default RectangleOutlineGeometry; }
|
|
42755
|
-
declare module "cesium/Source/Core/ReferenceFrame" { import { ReferenceFrame } from 'cesium'; export default ReferenceFrame; }
|
|
42756
|
-
declare module "cesium/Source/Core/Request" { import { Request } from 'cesium'; export default Request; }
|
|
42757
|
-
declare module "cesium/Source/Core/requestAnimationFrame" { import { requestAnimationFrame } from 'cesium'; export default requestAnimationFrame; }
|
|
42758
|
-
declare module "cesium/Source/Core/RequestErrorEvent" { import { RequestErrorEvent } from 'cesium'; export default RequestErrorEvent; }
|
|
42759
|
-
declare module "cesium/Source/Core/RequestScheduler" { import { RequestScheduler } from 'cesium'; export default RequestScheduler; }
|
|
42760
|
-
declare module "cesium/Source/Core/RequestState" { import { RequestState } from 'cesium'; export default RequestState; }
|
|
42761
|
-
declare module "cesium/Source/Core/RequestType" { import { RequestType } from 'cesium'; export default RequestType; }
|
|
42762
|
-
declare module "cesium/Source/Core/Resource" { import { Resource } from 'cesium'; export default Resource; }
|
|
42763
|
-
declare module "cesium/Source/Core/RuntimeError" { import { RuntimeError } from 'cesium'; export default RuntimeError; }
|
|
42764
|
-
declare module "cesium/Source/Core/sampleTerrain" { import { sampleTerrain } from 'cesium'; export default sampleTerrain; }
|
|
42765
|
-
declare module "cesium/Source/Core/sampleTerrainMostDetailed" { import { sampleTerrainMostDetailed } from 'cesium'; export default sampleTerrainMostDetailed; }
|
|
42766
|
-
declare module "cesium/Source/Core/ScreenSpaceEventHandler" { import { ScreenSpaceEventHandler } from 'cesium'; export default ScreenSpaceEventHandler; }
|
|
42767
|
-
declare module "cesium/Source/Core/ScreenSpaceEventType" { import { ScreenSpaceEventType } from 'cesium'; export default ScreenSpaceEventType; }
|
|
42768
|
-
declare module "cesium/Source/Core/ShowGeometryInstanceAttribute" { import { ShowGeometryInstanceAttribute } from 'cesium'; export default ShowGeometryInstanceAttribute; }
|
|
42769
|
-
declare module "cesium/Source/Core/Simon1994PlanetaryPositions" { import { Simon1994PlanetaryPositions } from 'cesium'; export default Simon1994PlanetaryPositions; }
|
|
42770
|
-
declare module "cesium/Source/Core/SimplePolylineGeometry" { import { SimplePolylineGeometry } from 'cesium'; export default SimplePolylineGeometry; }
|
|
42771
|
-
declare module "cesium/Source/Core/SphereGeometry" { import { SphereGeometry } from 'cesium'; export default SphereGeometry; }
|
|
42772
|
-
declare module "cesium/Source/Core/SphereOutlineGeometry" { import { SphereOutlineGeometry } from 'cesium'; export default SphereOutlineGeometry; }
|
|
42773
|
-
declare module "cesium/Source/Core/Spherical" { import { Spherical } from 'cesium'; export default Spherical; }
|
|
42774
|
-
declare module "cesium/Source/Core/Spline" { import { Spline } from 'cesium'; export default Spline; }
|
|
42775
|
-
declare module "cesium/Source/Core/subdivideArray" { import { subdivideArray } from 'cesium'; export default subdivideArray; }
|
|
42776
|
-
declare module "cesium/Source/Core/TaskProcessor" { import { TaskProcessor } from 'cesium'; export default TaskProcessor; }
|
|
42777
|
-
declare module "cesium/Source/Core/TerrainData" { import { TerrainData } from 'cesium'; export default TerrainData; }
|
|
42778
|
-
declare module "cesium/Source/Core/TerrainProvider" { import { TerrainProvider } from 'cesium'; export default TerrainProvider; }
|
|
42779
|
-
declare module "cesium/Source/Core/TileAvailability" { import { TileAvailability } from 'cesium'; export default TileAvailability; }
|
|
42780
|
-
declare module "cesium/Source/Core/TileProviderError" { import { TileProviderError } from 'cesium'; export default TileProviderError; }
|
|
42781
|
-
declare module "cesium/Source/Core/TilingScheme" { import { TilingScheme } from 'cesium'; export default TilingScheme; }
|
|
42782
|
-
declare module "cesium/Source/Core/TimeInterval" { import { TimeInterval } from 'cesium'; export default TimeInterval; }
|
|
42783
|
-
declare module "cesium/Source/Core/TimeIntervalCollection" { import { TimeIntervalCollection } from 'cesium'; export default TimeIntervalCollection; }
|
|
42784
|
-
declare module "cesium/Source/Core/TimeStandard" { import { TimeStandard } from 'cesium'; export default TimeStandard; }
|
|
42785
|
-
declare module "cesium/Source/Core/Transforms" { import { Transforms } from 'cesium'; export default Transforms; }
|
|
42786
|
-
declare module "cesium/Source/Core/TranslationRotationScale" { import { TranslationRotationScale } from 'cesium'; export default TranslationRotationScale; }
|
|
42787
|
-
declare module "cesium/Source/Core/TridiagonalSystemSolver" { import { TridiagonalSystemSolver } from 'cesium'; export default TridiagonalSystemSolver; }
|
|
42788
|
-
declare module "cesium/Source/Core/TrustedServers" { import { TrustedServers } from 'cesium'; export default TrustedServers; }
|
|
42789
|
-
declare module "cesium/Source/Core/VertexFormat" { import { VertexFormat } from 'cesium'; export default VertexFormat; }
|
|
42790
|
-
declare module "cesium/Source/Core/VideoSynchronizer" { import { VideoSynchronizer } from 'cesium'; export default VideoSynchronizer; }
|
|
42791
|
-
declare module "cesium/Source/Core/Visibility" { import { Visibility } from 'cesium'; export default Visibility; }
|
|
42792
|
-
declare module "cesium/Source/Core/VRTheWorldTerrainProvider" { import { VRTheWorldTerrainProvider } from 'cesium'; export default VRTheWorldTerrainProvider; }
|
|
42793
|
-
declare module "cesium/Source/Core/WallGeometry" { import { WallGeometry } from 'cesium'; export default WallGeometry; }
|
|
42794
|
-
declare module "cesium/Source/Core/WallOutlineGeometry" { import { WallOutlineGeometry } from 'cesium'; export default WallOutlineGeometry; }
|
|
42795
|
-
declare module "cesium/Source/Core/WebGLConstants" { import { WebGLConstants } from 'cesium'; export default WebGLConstants; }
|
|
42796
|
-
declare module "cesium/Source/Core/WebMercatorProjection" { import { WebMercatorProjection } from 'cesium'; export default WebMercatorProjection; }
|
|
42797
|
-
declare module "cesium/Source/Core/WebMercatorTilingScheme" { import { WebMercatorTilingScheme } from 'cesium'; export default WebMercatorTilingScheme; }
|
|
42798
|
-
declare module "cesium/Source/Core/WeightSpline" { import { WeightSpline } from 'cesium'; export default WeightSpline; }
|
|
42799
|
-
declare module "cesium/Source/Core/WindingOrder" { import { WindingOrder } from 'cesium'; export default WindingOrder; }
|
|
42800
|
-
declare module "cesium/Source/Core/writeTextToCanvas" { import { writeTextToCanvas } from 'cesium'; export default writeTextToCanvas; }
|
|
42801
|
-
declare module "cesium/Source/DataSources/BillboardGraphics" { import { BillboardGraphics } from 'cesium'; export default BillboardGraphics; }
|
|
42802
|
-
declare module "cesium/Source/DataSources/BillboardVisualizer" { import { BillboardVisualizer } from 'cesium'; export default BillboardVisualizer; }
|
|
42803
|
-
declare module "cesium/Source/DataSources/BoxGeometryUpdater" { import { BoxGeometryUpdater } from 'cesium'; export default BoxGeometryUpdater; }
|
|
42804
|
-
declare module "cesium/Source/DataSources/BoxGraphics" { import { BoxGraphics } from 'cesium'; export default BoxGraphics; }
|
|
42805
|
-
declare module "cesium/Source/DataSources/CallbackProperty" { import { CallbackProperty } from 'cesium'; export default CallbackProperty; }
|
|
42806
|
-
declare module "cesium/Source/DataSources/Cesium3DTilesetGraphics" { import { Cesium3DTilesetGraphics } from 'cesium'; export default Cesium3DTilesetGraphics; }
|
|
42807
|
-
declare module "cesium/Source/DataSources/Cesium3DTilesetVisualizer" { import { Cesium3DTilesetVisualizer } from 'cesium'; export default Cesium3DTilesetVisualizer; }
|
|
42808
|
-
declare module "cesium/Source/DataSources/CheckerboardMaterialProperty" { import { CheckerboardMaterialProperty } from 'cesium'; export default CheckerboardMaterialProperty; }
|
|
42809
|
-
declare module "cesium/Source/DataSources/ColorMaterialProperty" { import { ColorMaterialProperty } from 'cesium'; export default ColorMaterialProperty; }
|
|
42810
|
-
declare module "cesium/Source/DataSources/CompositeEntityCollection" { import { CompositeEntityCollection } from 'cesium'; export default CompositeEntityCollection; }
|
|
42811
|
-
declare module "cesium/Source/DataSources/CompositeMaterialProperty" { import { CompositeMaterialProperty } from 'cesium'; export default CompositeMaterialProperty; }
|
|
42812
|
-
declare module "cesium/Source/DataSources/CompositePositionProperty" { import { CompositePositionProperty } from 'cesium'; export default CompositePositionProperty; }
|
|
42813
|
-
declare module "cesium/Source/DataSources/CompositeProperty" { import { CompositeProperty } from 'cesium'; export default CompositeProperty; }
|
|
42814
|
-
declare module "cesium/Source/DataSources/ConstantPositionProperty" { import { ConstantPositionProperty } from 'cesium'; export default ConstantPositionProperty; }
|
|
42815
|
-
declare module "cesium/Source/DataSources/ConstantProperty" { import { ConstantProperty } from 'cesium'; export default ConstantProperty; }
|
|
42816
|
-
declare module "cesium/Source/DataSources/CorridorGeometryUpdater" { import { CorridorGeometryUpdater } from 'cesium'; export default CorridorGeometryUpdater; }
|
|
42817
|
-
declare module "cesium/Source/DataSources/CorridorGraphics" { import { CorridorGraphics } from 'cesium'; export default CorridorGraphics; }
|
|
42818
|
-
declare module "cesium/Source/DataSources/CustomDataSource" { import { CustomDataSource } from 'cesium'; export default CustomDataSource; }
|
|
42819
|
-
declare module "cesium/Source/DataSources/CylinderGeometryUpdater" { import { CylinderGeometryUpdater } from 'cesium'; export default CylinderGeometryUpdater; }
|
|
42820
|
-
declare module "cesium/Source/DataSources/CylinderGraphics" { import { CylinderGraphics } from 'cesium'; export default CylinderGraphics; }
|
|
42821
|
-
declare module "cesium/Source/DataSources/CzmlDataSource" { import { CzmlDataSource } from 'cesium'; export default CzmlDataSource; }
|
|
42822
|
-
declare module "cesium/Source/DataSources/DataSource" { import { DataSource } from 'cesium'; export default DataSource; }
|
|
42823
|
-
declare module "cesium/Source/DataSources/DataSourceClock" { import { DataSourceClock } from 'cesium'; export default DataSourceClock; }
|
|
42824
|
-
declare module "cesium/Source/DataSources/DataSourceCollection" { import { DataSourceCollection } from 'cesium'; export default DataSourceCollection; }
|
|
42825
|
-
declare module "cesium/Source/DataSources/DataSourceDisplay" { import { DataSourceDisplay } from 'cesium'; export default DataSourceDisplay; }
|
|
42826
|
-
declare module "cesium/Source/DataSources/EllipseGeometryUpdater" { import { EllipseGeometryUpdater } from 'cesium'; export default EllipseGeometryUpdater; }
|
|
42827
|
-
declare module "cesium/Source/DataSources/EllipseGraphics" { import { EllipseGraphics } from 'cesium'; export default EllipseGraphics; }
|
|
42828
|
-
declare module "cesium/Source/DataSources/EllipsoidGeometryUpdater" { import { EllipsoidGeometryUpdater } from 'cesium'; export default EllipsoidGeometryUpdater; }
|
|
42829
|
-
declare module "cesium/Source/DataSources/EllipsoidGraphics" { import { EllipsoidGraphics } from 'cesium'; export default EllipsoidGraphics; }
|
|
42830
|
-
declare module "cesium/Source/DataSources/Entity" { import { Entity } from 'cesium'; export default Entity; }
|
|
42831
|
-
declare module "cesium/Source/DataSources/EntityCluster" { import { EntityCluster } from 'cesium'; export default EntityCluster; }
|
|
42832
|
-
declare module "cesium/Source/DataSources/EntityCollection" { import { EntityCollection } from 'cesium'; export default EntityCollection; }
|
|
42833
|
-
declare module "cesium/Source/DataSources/EntityView" { import { EntityView } from 'cesium'; export default EntityView; }
|
|
42834
|
-
declare module "cesium/Source/DataSources/exportKml" { import { exportKml } from 'cesium'; export default exportKml; }
|
|
42835
|
-
declare module "cesium/Source/DataSources/GeoJsonDataSource" { import { GeoJsonDataSource } from 'cesium'; export default GeoJsonDataSource; }
|
|
42836
|
-
declare module "cesium/Source/DataSources/GeometryUpdater" { import { GeometryUpdater } from 'cesium'; export default GeometryUpdater; }
|
|
42837
|
-
declare module "cesium/Source/DataSources/GeometryVisualizer" { import { GeometryVisualizer } from 'cesium'; export default GeometryVisualizer; }
|
|
42838
|
-
declare module "cesium/Source/DataSources/GridMaterialProperty" { import { GridMaterialProperty } from 'cesium'; export default GridMaterialProperty; }
|
|
42839
|
-
declare module "cesium/Source/DataSources/GroundGeometryUpdater" { import { GroundGeometryUpdater } from 'cesium'; export default GroundGeometryUpdater; }
|
|
42840
|
-
declare module "cesium/Source/DataSources/ImageMaterialProperty" { import { ImageMaterialProperty } from 'cesium'; export default ImageMaterialProperty; }
|
|
42841
|
-
declare module "cesium/Source/DataSources/KmlCamera" { import { KmlCamera } from 'cesium'; export default KmlCamera; }
|
|
42842
|
-
declare module "cesium/Source/DataSources/KmlDataSource" { import { KmlDataSource } from 'cesium'; export default KmlDataSource; }
|
|
42843
|
-
declare module "cesium/Source/DataSources/KmlLookAt" { import { KmlLookAt } from 'cesium'; export default KmlLookAt; }
|
|
42844
|
-
declare module "cesium/Source/DataSources/KmlTour" { import { KmlTour } from 'cesium'; export default KmlTour; }
|
|
42845
|
-
declare module "cesium/Source/DataSources/KmlTourFlyTo" { import { KmlTourFlyTo } from 'cesium'; export default KmlTourFlyTo; }
|
|
42846
|
-
declare module "cesium/Source/DataSources/KmlTourWait" { import { KmlTourWait } from 'cesium'; export default KmlTourWait; }
|
|
42847
|
-
declare module "cesium/Source/DataSources/LabelGraphics" { import { LabelGraphics } from 'cesium'; export default LabelGraphics; }
|
|
42848
|
-
declare module "cesium/Source/DataSources/LabelVisualizer" { import { LabelVisualizer } from 'cesium'; export default LabelVisualizer; }
|
|
42849
|
-
declare module "cesium/Source/DataSources/MaterialProperty" { import { MaterialProperty } from 'cesium'; export default MaterialProperty; }
|
|
42850
|
-
declare module "cesium/Source/DataSources/ModelGraphics" { import { ModelGraphics } from 'cesium'; export default ModelGraphics; }
|
|
42851
|
-
declare module "cesium/Source/DataSources/ModelVisualizer" { import { ModelVisualizer } from 'cesium'; export default ModelVisualizer; }
|
|
42852
|
-
declare module "cesium/Source/DataSources/NodeTransformationProperty" { import { NodeTransformationProperty } from 'cesium'; export default NodeTransformationProperty; }
|
|
42853
|
-
declare module "cesium/Source/DataSources/PathGraphics" { import { PathGraphics } from 'cesium'; export default PathGraphics; }
|
|
42854
|
-
declare module "cesium/Source/DataSources/PathVisualizer" { import { PathVisualizer } from 'cesium'; export default PathVisualizer; }
|
|
42855
|
-
declare module "cesium/Source/DataSources/PlaneGeometryUpdater" { import { PlaneGeometryUpdater } from 'cesium'; export default PlaneGeometryUpdater; }
|
|
42856
|
-
declare module "cesium/Source/DataSources/PlaneGraphics" { import { PlaneGraphics } from 'cesium'; export default PlaneGraphics; }
|
|
42857
|
-
declare module "cesium/Source/DataSources/PointGraphics" { import { PointGraphics } from 'cesium'; export default PointGraphics; }
|
|
42858
|
-
declare module "cesium/Source/DataSources/PointVisualizer" { import { PointVisualizer } from 'cesium'; export default PointVisualizer; }
|
|
42859
|
-
declare module "cesium/Source/DataSources/PolygonGeometryUpdater" { import { PolygonGeometryUpdater } from 'cesium'; export default PolygonGeometryUpdater; }
|
|
42860
|
-
declare module "cesium/Source/DataSources/PolygonGraphics" { import { PolygonGraphics } from 'cesium'; export default PolygonGraphics; }
|
|
42861
|
-
declare module "cesium/Source/DataSources/PolylineArrowMaterialProperty" { import { PolylineArrowMaterialProperty } from 'cesium'; export default PolylineArrowMaterialProperty; }
|
|
42862
|
-
declare module "cesium/Source/DataSources/PolylineDashMaterialProperty" { import { PolylineDashMaterialProperty } from 'cesium'; export default PolylineDashMaterialProperty; }
|
|
42863
|
-
declare module "cesium/Source/DataSources/PolylineGeometryUpdater" { import { PolylineGeometryUpdater } from 'cesium'; export default PolylineGeometryUpdater; }
|
|
42864
|
-
declare module "cesium/Source/DataSources/PolylineGlowMaterialProperty" { import { PolylineGlowMaterialProperty } from 'cesium'; export default PolylineGlowMaterialProperty; }
|
|
42865
|
-
declare module "cesium/Source/DataSources/PolylineGraphics" { import { PolylineGraphics } from 'cesium'; export default PolylineGraphics; }
|
|
42866
|
-
declare module "cesium/Source/DataSources/PolylineOutlineMaterialProperty" { import { PolylineOutlineMaterialProperty } from 'cesium'; export default PolylineOutlineMaterialProperty; }
|
|
42867
|
-
declare module "cesium/Source/DataSources/PolylineVisualizer" { import { PolylineVisualizer } from 'cesium'; export default PolylineVisualizer; }
|
|
42868
|
-
declare module "cesium/Source/DataSources/PolylineVolumeGeometryUpdater" { import { PolylineVolumeGeometryUpdater } from 'cesium'; export default PolylineVolumeGeometryUpdater; }
|
|
42869
|
-
declare module "cesium/Source/DataSources/PolylineVolumeGraphics" { import { PolylineVolumeGraphics } from 'cesium'; export default PolylineVolumeGraphics; }
|
|
42870
|
-
declare module "cesium/Source/DataSources/PositionProperty" { import { PositionProperty } from 'cesium'; export default PositionProperty; }
|
|
42871
|
-
declare module "cesium/Source/DataSources/PositionPropertyArray" { import { PositionPropertyArray } from 'cesium'; export default PositionPropertyArray; }
|
|
42872
|
-
declare module "cesium/Source/DataSources/Property" { import { Property } from 'cesium'; export default Property; }
|
|
42873
|
-
declare module "cesium/Source/DataSources/PropertyArray" { import { PropertyArray } from 'cesium'; export default PropertyArray; }
|
|
42874
|
-
declare module "cesium/Source/DataSources/PropertyBag" { import { PropertyBag } from 'cesium'; export default PropertyBag; }
|
|
42875
|
-
declare module "cesium/Source/DataSources/RectangleGeometryUpdater" { import { RectangleGeometryUpdater } from 'cesium'; export default RectangleGeometryUpdater; }
|
|
42876
|
-
declare module "cesium/Source/DataSources/RectangleGraphics" { import { RectangleGraphics } from 'cesium'; export default RectangleGraphics; }
|
|
42877
|
-
declare module "cesium/Source/DataSources/ReferenceProperty" { import { ReferenceProperty } from 'cesium'; export default ReferenceProperty; }
|
|
42878
|
-
declare module "cesium/Source/DataSources/Rotation" { import { Rotation } from 'cesium'; export default Rotation; }
|
|
42879
|
-
declare module "cesium/Source/DataSources/SampledPositionProperty" { import { SampledPositionProperty } from 'cesium'; export default SampledPositionProperty; }
|
|
42880
|
-
declare module "cesium/Source/DataSources/SampledProperty" { import { SampledProperty } from 'cesium'; export default SampledProperty; }
|
|
42881
|
-
declare module "cesium/Source/DataSources/StripeMaterialProperty" { import { StripeMaterialProperty } from 'cesium'; export default StripeMaterialProperty; }
|
|
42882
|
-
declare module "cesium/Source/DataSources/StripeOrientation" { import { StripeOrientation } from 'cesium'; export default StripeOrientation; }
|
|
42883
|
-
declare module "cesium/Source/DataSources/TimeIntervalCollectionPositionProperty" { import { TimeIntervalCollectionPositionProperty } from 'cesium'; export default TimeIntervalCollectionPositionProperty; }
|
|
42884
|
-
declare module "cesium/Source/DataSources/TimeIntervalCollectionProperty" { import { TimeIntervalCollectionProperty } from 'cesium'; export default TimeIntervalCollectionProperty; }
|
|
42885
|
-
declare module "cesium/Source/DataSources/VelocityOrientationProperty" { import { VelocityOrientationProperty } from 'cesium'; export default VelocityOrientationProperty; }
|
|
42886
|
-
declare module "cesium/Source/DataSources/VelocityVectorProperty" { import { VelocityVectorProperty } from 'cesium'; export default VelocityVectorProperty; }
|
|
42887
|
-
declare module "cesium/Source/DataSources/Visualizer" { import { Visualizer } from 'cesium'; export default Visualizer; }
|
|
42888
|
-
declare module "cesium/Source/DataSources/WallGeometryUpdater" { import { WallGeometryUpdater } from 'cesium'; export default WallGeometryUpdater; }
|
|
42889
|
-
declare module "cesium/Source/DataSources/WallGraphics" { import { WallGraphics } from 'cesium'; export default WallGraphics; }
|
|
42890
|
-
declare module "cesium/Source/Renderer/PixelDatatype" { import { PixelDatatype } from 'cesium'; export default PixelDatatype; }
|
|
42891
|
-
declare module "cesium/Source/Renderer/TextureMagnificationFilter" { import { TextureMagnificationFilter } from 'cesium'; export default TextureMagnificationFilter; }
|
|
42892
|
-
declare module "cesium/Source/Renderer/TextureMinificationFilter" { import { TextureMinificationFilter } from 'cesium'; export default TextureMinificationFilter; }
|
|
42893
|
-
declare module "cesium/Source/Scene/Appearance" { import { Appearance } from 'cesium'; export default Appearance; }
|
|
42894
|
-
declare module "cesium/Source/Scene/ArcGisMapServerImageryProvider" { import { ArcGisMapServerImageryProvider } from 'cesium'; export default ArcGisMapServerImageryProvider; }
|
|
42895
|
-
declare module "cesium/Source/Scene/Axis" { import { Axis } from 'cesium'; export default Axis; }
|
|
42896
|
-
declare module "cesium/Source/Scene/Billboard" { import { Billboard } from 'cesium'; export default Billboard; }
|
|
42897
|
-
declare module "cesium/Source/Scene/BillboardCollection" { import { BillboardCollection } from 'cesium'; export default BillboardCollection; }
|
|
42898
|
-
declare module "cesium/Source/Scene/BingMapsImageryProvider" { import { BingMapsImageryProvider } from 'cesium'; export default BingMapsImageryProvider; }
|
|
42899
|
-
declare module "cesium/Source/Scene/BingMapsStyle" { import { BingMapsStyle } from 'cesium'; export default BingMapsStyle; }
|
|
42900
|
-
declare module "cesium/Source/Scene/BlendEquation" { import { BlendEquation } from 'cesium'; export default BlendEquation; }
|
|
42901
|
-
declare module "cesium/Source/Scene/BlendFunction" { import { BlendFunction } from 'cesium'; export default BlendFunction; }
|
|
42902
|
-
declare module "cesium/Source/Scene/BlendingState" { import { BlendingState } from 'cesium'; export default BlendingState; }
|
|
42903
|
-
declare module "cesium/Source/Scene/BlendOption" { import { BlendOption } from 'cesium'; export default BlendOption; }
|
|
42904
|
-
declare module "cesium/Source/Scene/BoxEmitter" { import { BoxEmitter } from 'cesium'; export default BoxEmitter; }
|
|
42905
|
-
declare module "cesium/Source/Scene/Camera" { import { Camera } from 'cesium'; export default Camera; }
|
|
42906
|
-
declare module "cesium/Source/Scene/CameraEventAggregator" { import { CameraEventAggregator } from 'cesium'; export default CameraEventAggregator; }
|
|
42907
|
-
declare module "cesium/Source/Scene/CameraEventType" { import { CameraEventType } from 'cesium'; export default CameraEventType; }
|
|
42908
|
-
declare module "cesium/Source/Scene/Cesium3DTile" { import { Cesium3DTile } from 'cesium'; export default Cesium3DTile; }
|
|
42909
|
-
declare module "cesium/Source/Scene/Cesium3DTileColorBlendMode" { import { Cesium3DTileColorBlendMode } from 'cesium'; export default Cesium3DTileColorBlendMode; }
|
|
42910
|
-
declare module "cesium/Source/Scene/Cesium3DTileContent" { import { Cesium3DTileContent } from 'cesium'; export default Cesium3DTileContent; }
|
|
42911
|
-
declare module "cesium/Source/Scene/Cesium3DTileFeature" { import { Cesium3DTileFeature } from 'cesium'; export default Cesium3DTileFeature; }
|
|
42912
|
-
declare module "cesium/Source/Scene/Cesium3DTilePointFeature" { import { Cesium3DTilePointFeature } from 'cesium'; export default Cesium3DTilePointFeature; }
|
|
42913
|
-
declare module "cesium/Source/Scene/Cesium3DTileset" { import { Cesium3DTileset } from 'cesium'; export default Cesium3DTileset; }
|
|
42914
|
-
declare module "cesium/Source/Scene/Cesium3DTileStyle" { import { Cesium3DTileStyle } from 'cesium'; export default Cesium3DTileStyle; }
|
|
42915
|
-
declare module "cesium/Source/Scene/CircleEmitter" { import { CircleEmitter } from 'cesium'; export default CircleEmitter; }
|
|
42916
|
-
declare module "cesium/Source/Scene/ClassificationPrimitive" { import { ClassificationPrimitive } from 'cesium'; export default ClassificationPrimitive; }
|
|
42917
|
-
declare module "cesium/Source/Scene/ClassificationType" { import { ClassificationType } from 'cesium'; export default ClassificationType; }
|
|
42918
|
-
declare module "cesium/Source/Scene/ClippingPlane" { import { ClippingPlane } from 'cesium'; export default ClippingPlane; }
|
|
42919
|
-
declare module "cesium/Source/Scene/ClippingPlaneCollection" { import { ClippingPlaneCollection } from 'cesium'; export default ClippingPlaneCollection; }
|
|
42920
|
-
declare module "cesium/Source/Scene/
|
|
42921
|
-
declare module "cesium/Source/Scene/
|
|
42922
|
-
declare module "cesium/Source/Scene/
|
|
42923
|
-
declare module "cesium/Source/Scene/
|
|
42924
|
-
declare module "cesium/Source/Scene/
|
|
42925
|
-
declare module "cesium/Source/Scene/
|
|
42926
|
-
declare module "cesium/Source/Scene/
|
|
42927
|
-
declare module "cesium/Source/Scene/
|
|
42928
|
-
declare module "cesium/Source/Scene/
|
|
42929
|
-
declare module "cesium/Source/Scene/
|
|
42930
|
-
declare module "cesium/Source/Scene/
|
|
42931
|
-
declare module "cesium/Source/Scene/
|
|
42932
|
-
declare module "cesium/Source/Scene/
|
|
42933
|
-
declare module "cesium/Source/Scene/
|
|
42934
|
-
declare module "cesium/Source/Scene/
|
|
42935
|
-
declare module "cesium/Source/Scene/
|
|
42936
|
-
declare module "cesium/Source/Scene/
|
|
42937
|
-
declare module "cesium/Source/Scene/
|
|
42938
|
-
declare module "cesium/Source/Scene/
|
|
42939
|
-
declare module "cesium/Source/Scene/
|
|
42940
|
-
declare module "cesium/Source/Scene/
|
|
42941
|
-
declare module "cesium/Source/Scene/
|
|
42942
|
-
declare module "cesium/Source/Scene/
|
|
42943
|
-
declare module "cesium/Source/Scene/
|
|
42944
|
-
declare module "cesium/Source/Scene/
|
|
42945
|
-
declare module "cesium/Source/Scene/
|
|
42946
|
-
declare module "cesium/Source/Scene/
|
|
42947
|
-
declare module "cesium/Source/Scene/
|
|
42948
|
-
declare module "cesium/Source/Scene/
|
|
42949
|
-
declare module "cesium/Source/Scene/
|
|
42950
|
-
declare module "cesium/Source/Scene/
|
|
42951
|
-
declare module "cesium/Source/Scene/
|
|
42952
|
-
declare module "cesium/Source/Scene/
|
|
42953
|
-
declare module "cesium/Source/Scene/
|
|
42954
|
-
declare module "cesium/Source/Scene/
|
|
42955
|
-
declare module "cesium/Source/Scene/
|
|
42956
|
-
declare module "cesium/Source/Scene/
|
|
42957
|
-
declare module "cesium/Source/Scene/
|
|
42958
|
-
declare module "cesium/Source/Scene/
|
|
42959
|
-
declare module "cesium/Source/Scene/
|
|
42960
|
-
declare module "cesium/Source/Scene/
|
|
42961
|
-
declare module "cesium/Source/Scene/
|
|
42962
|
-
declare module "cesium/Source/Scene/
|
|
42963
|
-
declare module "cesium/Source/Scene/
|
|
42964
|
-
declare module "cesium/Source/Scene/
|
|
42965
|
-
declare module "cesium/Source/Scene/
|
|
42966
|
-
declare module "cesium/Source/Scene/
|
|
42967
|
-
declare module "cesium/Source/Scene/
|
|
42968
|
-
declare module "cesium/Source/Scene/
|
|
42969
|
-
declare module "cesium/Source/Scene/
|
|
42970
|
-
declare module "cesium/Source/Scene/
|
|
42971
|
-
declare module "cesium/Source/Scene/
|
|
42972
|
-
declare module "cesium/Source/Scene/
|
|
42973
|
-
declare module "cesium/Source/Scene/
|
|
42974
|
-
declare module "cesium/Source/Scene/
|
|
42975
|
-
declare module "cesium/Source/Scene/
|
|
42976
|
-
declare module "cesium/Source/Scene/
|
|
42977
|
-
declare module "cesium/Source/Scene/
|
|
42978
|
-
declare module "cesium/Source/Scene/
|
|
42979
|
-
declare module "cesium/Source/Scene/
|
|
42980
|
-
declare module "cesium/Source/Scene/
|
|
42981
|
-
declare module "cesium/Source/Scene/
|
|
42982
|
-
declare module "cesium/Source/Scene/
|
|
42983
|
-
declare module "cesium/Source/Scene/
|
|
42984
|
-
declare module "cesium/Source/Scene/
|
|
42985
|
-
declare module "cesium/Source/Scene/
|
|
42986
|
-
declare module "cesium/Source/Scene/
|
|
42987
|
-
declare module "cesium/Source/Scene/
|
|
42988
|
-
declare module "cesium/Source/Scene/
|
|
42989
|
-
declare module "cesium/Source/Scene/
|
|
42990
|
-
declare module "cesium/Source/Scene/
|
|
42991
|
-
declare module "cesium/Source/Scene/
|
|
42992
|
-
declare module "cesium/Source/Scene/
|
|
42993
|
-
declare module "cesium/Source/Scene/
|
|
42994
|
-
declare module "cesium/Source/Scene/
|
|
42995
|
-
declare module "cesium/Source/Scene/
|
|
42996
|
-
declare module "cesium/Source/Scene/
|
|
42997
|
-
declare module "cesium/Source/Scene/
|
|
42998
|
-
declare module "cesium/Source/Scene/
|
|
42999
|
-
declare module "cesium/Source/Scene/
|
|
43000
|
-
declare module "cesium/Source/Scene/
|
|
43001
|
-
declare module "cesium/Source/Scene/
|
|
43002
|
-
declare module "cesium/Source/Scene/
|
|
43003
|
-
declare module "cesium/Source/Scene/
|
|
43004
|
-
declare module "cesium/Source/Scene/
|
|
43005
|
-
declare module "cesium/Source/Scene/
|
|
43006
|
-
declare module "cesium/Source/Scene/
|
|
43007
|
-
declare module "cesium/Source/Scene/
|
|
43008
|
-
declare module "cesium/Source/Scene/
|
|
43009
|
-
declare module "cesium/Source/Scene/
|
|
43010
|
-
declare module "cesium/Source/Scene/
|
|
43011
|
-
declare module "cesium/Source/Scene/
|
|
43012
|
-
declare module "cesium/Source/Scene/
|
|
43013
|
-
declare module "cesium/Source/Scene/
|
|
43014
|
-
declare module "cesium/Source/Scene/
|
|
43015
|
-
declare module "cesium/Source/Scene/
|
|
43016
|
-
declare module "cesium/Source/Scene/
|
|
43017
|
-
declare module "cesium/Source/Scene/
|
|
43018
|
-
declare module "cesium/Source/Scene/
|
|
43019
|
-
declare module "cesium/Source/Scene/
|
|
43020
|
-
declare module "cesium/Source/
|
|
43021
|
-
declare module "cesium/Source/
|
|
43022
|
-
declare module "cesium/Source/
|
|
43023
|
-
declare module "cesium/Source/Widgets/
|
|
43024
|
-
declare module "cesium/Source/Widgets/
|
|
43025
|
-
declare module "cesium/Source/Widgets/
|
|
43026
|
-
declare module "cesium/Source/Widgets/
|
|
43027
|
-
declare module "cesium/Source/Widgets/
|
|
43028
|
-
declare module "cesium/Source/
|
|
43029
|
-
declare module "cesium/Source/
|
|
43030
|
-
declare module "cesium/Source/
|
|
43031
|
-
declare module "cesium/Source/
|
|
43032
|
-
declare module "cesium/Source/
|
|
43033
|
-
declare module "cesium/Source/
|
|
43034
|
-
declare module "cesium/Source/
|
|
43035
|
-
declare module "cesium/Source/
|
|
43036
|
-
declare module "cesium/Source/Widgets/
|
|
43037
|
-
declare module "cesium/Source/Widgets/
|
|
43038
|
-
declare module "cesium/Source/Widgets/
|
|
43039
|
-
declare module "cesium/Source/Widgets/
|
|
43040
|
-
declare module "cesium/Source/Widgets/
|
|
43041
|
-
declare module "cesium/Source/Widgets/
|
|
43042
|
-
declare module "cesium/Source/Widgets/
|
|
43043
|
-
declare module "cesium/Source/Widgets/
|
|
43044
|
-
declare module "cesium/Source/Widgets/
|
|
43045
|
-
declare module "cesium/Source/Widgets/
|
|
43046
|
-
declare module "cesium/Source/Widgets/
|
|
43047
|
-
declare module "cesium/Source/Widgets/
|
|
43048
|
-
declare module "cesium/Source/Widgets/
|
|
43049
|
-
declare module "cesium/Source/Widgets/
|
|
43050
|
-
declare module "cesium/Source/Widgets/
|
|
43051
|
-
declare module "cesium/Source/Widgets/
|
|
43052
|
-
declare module "cesium/Source/Widgets/
|
|
43053
|
-
declare module "cesium/Source/Widgets/
|
|
43054
|
-
declare module "cesium/Source/Widgets/
|
|
43055
|
-
declare module "cesium/Source/Widgets/
|
|
43056
|
-
declare module "cesium/Source/Widgets/
|
|
43057
|
-
declare module "cesium/Source/Widgets/
|
|
43058
|
-
declare module "cesium/Source/Widgets/
|
|
43059
|
-
declare module "cesium/Source/Widgets/
|
|
43060
|
-
declare module "cesium/Source/Widgets/
|
|
43602
|
+
declare module "cesium/Source/Core/ArcGISTiledElevationTerrainProvider" { import { ArcGISTiledElevationTerrainProvider } from 'mars3d-cesium'; export default ArcGISTiledElevationTerrainProvider; }
|
|
43603
|
+
declare module "cesium/Source/Core/ArcType" { import { ArcType } from 'mars3d-cesium'; export default ArcType; }
|
|
43604
|
+
declare module "cesium/Source/Core/AssociativeArray" { import { AssociativeArray } from 'mars3d-cesium'; export default AssociativeArray; }
|
|
43605
|
+
declare module "cesium/Source/Core/AxisAlignedBoundingBox" { import { AxisAlignedBoundingBox } from 'mars3d-cesium'; export default AxisAlignedBoundingBox; }
|
|
43606
|
+
declare module "cesium/Source/Core/barycentricCoordinates" { import { barycentricCoordinates } from 'mars3d-cesium'; export default barycentricCoordinates; }
|
|
43607
|
+
declare module "cesium/Source/Core/binarySearch" { import { binarySearch } from 'mars3d-cesium'; export default binarySearch; }
|
|
43608
|
+
declare module "cesium/Source/Core/BingMapsGeocoderService" { import { BingMapsGeocoderService } from 'mars3d-cesium'; export default BingMapsGeocoderService; }
|
|
43609
|
+
declare module "cesium/Source/Core/BoundingRectangle" { import { BoundingRectangle } from 'mars3d-cesium'; export default BoundingRectangle; }
|
|
43610
|
+
declare module "cesium/Source/Core/BoundingSphere" { import { BoundingSphere } from 'mars3d-cesium'; export default BoundingSphere; }
|
|
43611
|
+
declare module "cesium/Source/Core/BoxGeometry" { import { BoxGeometry } from 'mars3d-cesium'; export default BoxGeometry; }
|
|
43612
|
+
declare module "cesium/Source/Core/BoxOutlineGeometry" { import { BoxOutlineGeometry } from 'mars3d-cesium'; export default BoxOutlineGeometry; }
|
|
43613
|
+
declare module "cesium/Source/Core/buildModuleUrl" { import { buildModuleUrl } from 'mars3d-cesium'; export default buildModuleUrl; }
|
|
43614
|
+
declare module "cesium/Source/Core/cancelAnimationFrame" { import { cancelAnimationFrame } from 'mars3d-cesium'; export default cancelAnimationFrame; }
|
|
43615
|
+
declare module "cesium/Source/Core/Cartesian2" { import { Cartesian2 } from 'mars3d-cesium'; export default Cartesian2; }
|
|
43616
|
+
declare module "cesium/Source/Core/Cartesian3" { import { Cartesian3 } from 'mars3d-cesium'; export default Cartesian3; }
|
|
43617
|
+
declare module "cesium/Source/Core/Cartesian4" { import { Cartesian4 } from 'mars3d-cesium'; export default Cartesian4; }
|
|
43618
|
+
declare module "cesium/Source/Core/Cartographic" { import { Cartographic } from 'mars3d-cesium'; export default Cartographic; }
|
|
43619
|
+
declare module "cesium/Source/Core/CartographicGeocoderService" { import { CartographicGeocoderService } from 'mars3d-cesium'; export default CartographicGeocoderService; }
|
|
43620
|
+
declare module "cesium/Source/Core/CatmullRomSpline" { import { CatmullRomSpline } from 'mars3d-cesium'; export default CatmullRomSpline; }
|
|
43621
|
+
declare module "cesium/Source/Core/CesiumTerrainProvider" { import { CesiumTerrainProvider } from 'mars3d-cesium'; export default CesiumTerrainProvider; }
|
|
43622
|
+
declare module "cesium/Source/Core/CircleGeometry" { import { CircleGeometry } from 'mars3d-cesium'; export default CircleGeometry; }
|
|
43623
|
+
declare module "cesium/Source/Core/CircleOutlineGeometry" { import { CircleOutlineGeometry } from 'mars3d-cesium'; export default CircleOutlineGeometry; }
|
|
43624
|
+
declare module "cesium/Source/Core/Clock" { import { Clock } from 'mars3d-cesium'; export default Clock; }
|
|
43625
|
+
declare module "cesium/Source/Core/ClockRange" { import { ClockRange } from 'mars3d-cesium'; export default ClockRange; }
|
|
43626
|
+
declare module "cesium/Source/Core/ClockStep" { import { ClockStep } from 'mars3d-cesium'; export default ClockStep; }
|
|
43627
|
+
declare module "cesium/Source/Core/clone" { import { clone } from 'mars3d-cesium'; export default clone; }
|
|
43628
|
+
declare module "cesium/Source/Core/Color" { import { Color } from 'mars3d-cesium'; export default Color; }
|
|
43629
|
+
declare module "cesium/Source/Core/ColorGeometryInstanceAttribute" { import { ColorGeometryInstanceAttribute } from 'mars3d-cesium'; export default ColorGeometryInstanceAttribute; }
|
|
43630
|
+
declare module "cesium/Source/Core/combine" { import { combine } from 'mars3d-cesium'; export default combine; }
|
|
43631
|
+
declare module "cesium/Source/Core/ComponentDatatype" { import { ComponentDatatype } from 'mars3d-cesium'; export default ComponentDatatype; }
|
|
43632
|
+
declare module "cesium/Source/Core/CompressedTextureBuffer" { import { CompressedTextureBuffer } from 'mars3d-cesium'; export default CompressedTextureBuffer; }
|
|
43633
|
+
declare module "cesium/Source/Core/CoplanarPolygonGeometry" { import { CoplanarPolygonGeometry } from 'mars3d-cesium'; export default CoplanarPolygonGeometry; }
|
|
43634
|
+
declare module "cesium/Source/Core/CoplanarPolygonOutlineGeometry" { import { CoplanarPolygonOutlineGeometry } from 'mars3d-cesium'; export default CoplanarPolygonOutlineGeometry; }
|
|
43635
|
+
declare module "cesium/Source/Core/CornerType" { import { CornerType } from 'mars3d-cesium'; export default CornerType; }
|
|
43636
|
+
declare module "cesium/Source/Core/CorridorGeometry" { import { CorridorGeometry } from 'mars3d-cesium'; export default CorridorGeometry; }
|
|
43637
|
+
declare module "cesium/Source/Core/CorridorOutlineGeometry" { import { CorridorOutlineGeometry } from 'mars3d-cesium'; export default CorridorOutlineGeometry; }
|
|
43638
|
+
declare module "cesium/Source/Core/createGuid" { import { createGuid } from 'mars3d-cesium'; export default createGuid; }
|
|
43639
|
+
declare module "cesium/Source/Core/createWorldTerrain" { import { createWorldTerrain } from 'mars3d-cesium'; export default createWorldTerrain; }
|
|
43640
|
+
declare module "cesium/Source/Core/Credit" { import { Credit } from 'mars3d-cesium'; export default Credit; }
|
|
43641
|
+
declare module "cesium/Source/Core/CubicRealPolynomial" { import { CubicRealPolynomial } from 'mars3d-cesium'; export default CubicRealPolynomial; }
|
|
43642
|
+
declare module "cesium/Source/Core/CullingVolume" { import { CullingVolume } from 'mars3d-cesium'; export default CullingVolume; }
|
|
43643
|
+
declare module "cesium/Source/Core/CustomHeightmapTerrainProvider" { import { CustomHeightmapTerrainProvider } from 'mars3d-cesium'; export default CustomHeightmapTerrainProvider; }
|
|
43644
|
+
declare module "cesium/Source/Core/CylinderGeometry" { import { CylinderGeometry } from 'mars3d-cesium'; export default CylinderGeometry; }
|
|
43645
|
+
declare module "cesium/Source/Core/CylinderOutlineGeometry" { import { CylinderOutlineGeometry } from 'mars3d-cesium'; export default CylinderOutlineGeometry; }
|
|
43646
|
+
declare module "cesium/Source/Core/DefaultProxy" { import { DefaultProxy } from 'mars3d-cesium'; export default DefaultProxy; }
|
|
43647
|
+
declare module "cesium/Source/Core/defaultValue" { import { defaultValue } from 'mars3d-cesium'; export default defaultValue; }
|
|
43648
|
+
declare module "cesium/Source/Core/defined" { import { defined } from 'mars3d-cesium'; export default defined; }
|
|
43649
|
+
declare module "cesium/Source/Core/destroyObject" { import { destroyObject } from 'mars3d-cesium'; export default destroyObject; }
|
|
43650
|
+
declare module "cesium/Source/Core/DeveloperError" { import { DeveloperError } from 'mars3d-cesium'; export default DeveloperError; }
|
|
43651
|
+
declare module "cesium/Source/Core/DistanceDisplayCondition" { import { DistanceDisplayCondition } from 'mars3d-cesium'; export default DistanceDisplayCondition; }
|
|
43652
|
+
declare module "cesium/Source/Core/DistanceDisplayConditionGeometryInstanceAttribute" { import { DistanceDisplayConditionGeometryInstanceAttribute } from 'mars3d-cesium'; export default DistanceDisplayConditionGeometryInstanceAttribute; }
|
|
43653
|
+
declare module "cesium/Source/Core/EasingFunction" { import { EasingFunction } from 'mars3d-cesium'; export default EasingFunction; }
|
|
43654
|
+
declare module "cesium/Source/Core/EllipseGeometry" { import { EllipseGeometry } from 'mars3d-cesium'; export default EllipseGeometry; }
|
|
43655
|
+
declare module "cesium/Source/Core/EllipseOutlineGeometry" { import { EllipseOutlineGeometry } from 'mars3d-cesium'; export default EllipseOutlineGeometry; }
|
|
43656
|
+
declare module "cesium/Source/Core/Ellipsoid" { import { Ellipsoid } from 'mars3d-cesium'; export default Ellipsoid; }
|
|
43657
|
+
declare module "cesium/Source/Core/EllipsoidGeodesic" { import { EllipsoidGeodesic } from 'mars3d-cesium'; export default EllipsoidGeodesic; }
|
|
43658
|
+
declare module "cesium/Source/Core/EllipsoidGeometry" { import { EllipsoidGeometry } from 'mars3d-cesium'; export default EllipsoidGeometry; }
|
|
43659
|
+
declare module "cesium/Source/Core/EllipsoidOutlineGeometry" { import { EllipsoidOutlineGeometry } from 'mars3d-cesium'; export default EllipsoidOutlineGeometry; }
|
|
43660
|
+
declare module "cesium/Source/Core/EllipsoidRhumbLine" { import { EllipsoidRhumbLine } from 'mars3d-cesium'; export default EllipsoidRhumbLine; }
|
|
43661
|
+
declare module "cesium/Source/Core/EllipsoidTangentPlane" { import { EllipsoidTangentPlane } from 'mars3d-cesium'; export default EllipsoidTangentPlane; }
|
|
43662
|
+
declare module "cesium/Source/Core/EllipsoidTerrainProvider" { import { EllipsoidTerrainProvider } from 'mars3d-cesium'; export default EllipsoidTerrainProvider; }
|
|
43663
|
+
declare module "cesium/Source/Core/Event" { import { Event } from 'mars3d-cesium'; export default Event; }
|
|
43664
|
+
declare module "cesium/Source/Core/EventHelper" { import { EventHelper } from 'mars3d-cesium'; export default EventHelper; }
|
|
43665
|
+
declare module "cesium/Source/Core/ExtrapolationType" { import { ExtrapolationType } from 'mars3d-cesium'; export default ExtrapolationType; }
|
|
43666
|
+
declare module "cesium/Source/Core/FeatureDetection" { import { FeatureDetection } from 'mars3d-cesium'; export default FeatureDetection; }
|
|
43667
|
+
declare module "cesium/Source/Core/formatError" { import { formatError } from 'mars3d-cesium'; export default formatError; }
|
|
43668
|
+
declare module "cesium/Source/Core/FrustumGeometry" { import { FrustumGeometry } from 'mars3d-cesium'; export default FrustumGeometry; }
|
|
43669
|
+
declare module "cesium/Source/Core/FrustumOutlineGeometry" { import { FrustumOutlineGeometry } from 'mars3d-cesium'; export default FrustumOutlineGeometry; }
|
|
43670
|
+
declare module "cesium/Source/Core/Fullscreen" { import { Fullscreen } from 'mars3d-cesium'; export default Fullscreen; }
|
|
43671
|
+
declare module "cesium/Source/Core/GeocoderService" { import { GeocoderService } from 'mars3d-cesium'; export default GeocoderService; }
|
|
43672
|
+
declare module "cesium/Source/Core/GeocodeType" { import { GeocodeType } from 'mars3d-cesium'; export default GeocodeType; }
|
|
43673
|
+
declare module "cesium/Source/Core/GeographicProjection" { import { GeographicProjection } from 'mars3d-cesium'; export default GeographicProjection; }
|
|
43674
|
+
declare module "cesium/Source/Core/GeographicTilingScheme" { import { GeographicTilingScheme } from 'mars3d-cesium'; export default GeographicTilingScheme; }
|
|
43675
|
+
declare module "cesium/Source/Core/Geometry" { import { Geometry } from 'mars3d-cesium'; export default Geometry; }
|
|
43676
|
+
declare module "cesium/Source/Core/GeometryAttribute" { import { GeometryAttribute } from 'mars3d-cesium'; export default GeometryAttribute; }
|
|
43677
|
+
declare module "cesium/Source/Core/GeometryAttributes" { import { GeometryAttributes } from 'mars3d-cesium'; export default GeometryAttributes; }
|
|
43678
|
+
declare module "cesium/Source/Core/GeometryFactory" { import { GeometryFactory } from 'mars3d-cesium'; export default GeometryFactory; }
|
|
43679
|
+
declare module "cesium/Source/Core/GeometryInstance" { import { GeometryInstance } from 'mars3d-cesium'; export default GeometryInstance; }
|
|
43680
|
+
declare module "cesium/Source/Core/GeometryInstanceAttribute" { import { GeometryInstanceAttribute } from 'mars3d-cesium'; export default GeometryInstanceAttribute; }
|
|
43681
|
+
declare module "cesium/Source/Core/GeometryPipeline" { import { GeometryPipeline } from 'mars3d-cesium'; export default GeometryPipeline; }
|
|
43682
|
+
declare module "cesium/Source/Core/getAbsoluteUri" { import { getAbsoluteUri } from 'mars3d-cesium'; export default getAbsoluteUri; }
|
|
43683
|
+
declare module "cesium/Source/Core/getBaseUri" { import { getBaseUri } from 'mars3d-cesium'; export default getBaseUri; }
|
|
43684
|
+
declare module "cesium/Source/Core/getExtensionFromUri" { import { getExtensionFromUri } from 'mars3d-cesium'; export default getExtensionFromUri; }
|
|
43685
|
+
declare module "cesium/Source/Core/getFilenameFromUri" { import { getFilenameFromUri } from 'mars3d-cesium'; export default getFilenameFromUri; }
|
|
43686
|
+
declare module "cesium/Source/Core/getImagePixels" { import { getImagePixels } from 'mars3d-cesium'; export default getImagePixels; }
|
|
43687
|
+
declare module "cesium/Source/Core/getTimestamp" { import { getTimestamp } from 'mars3d-cesium'; export default getTimestamp; }
|
|
43688
|
+
declare module "cesium/Source/Core/GoogleEarthEnterpriseMetadata" { import { GoogleEarthEnterpriseMetadata } from 'mars3d-cesium'; export default GoogleEarthEnterpriseMetadata; }
|
|
43689
|
+
declare module "cesium/Source/Core/GoogleEarthEnterpriseTerrainData" { import { GoogleEarthEnterpriseTerrainData } from 'mars3d-cesium'; export default GoogleEarthEnterpriseTerrainData; }
|
|
43690
|
+
declare module "cesium/Source/Core/GoogleEarthEnterpriseTerrainProvider" { import { GoogleEarthEnterpriseTerrainProvider } from 'mars3d-cesium'; export default GoogleEarthEnterpriseTerrainProvider; }
|
|
43691
|
+
declare module "cesium/Source/Core/GregorianDate" { import { GregorianDate } from 'mars3d-cesium'; export default GregorianDate; }
|
|
43692
|
+
declare module "cesium/Source/Core/GroundPolylineGeometry" { import { GroundPolylineGeometry } from 'mars3d-cesium'; export default GroundPolylineGeometry; }
|
|
43693
|
+
declare module "cesium/Source/Core/HeadingPitchRange" { import { HeadingPitchRange } from 'mars3d-cesium'; export default HeadingPitchRange; }
|
|
43694
|
+
declare module "cesium/Source/Core/HeadingPitchRoll" { import { HeadingPitchRoll } from 'mars3d-cesium'; export default HeadingPitchRoll; }
|
|
43695
|
+
declare module "cesium/Source/Core/HeightmapEncoding" { import { HeightmapEncoding } from 'mars3d-cesium'; export default HeightmapEncoding; }
|
|
43696
|
+
declare module "cesium/Source/Core/HeightmapTerrainData" { import { HeightmapTerrainData } from 'mars3d-cesium'; export default HeightmapTerrainData; }
|
|
43697
|
+
declare module "cesium/Source/Core/HermitePolynomialApproximation" { import { HermitePolynomialApproximation } from 'mars3d-cesium'; export default HermitePolynomialApproximation; }
|
|
43698
|
+
declare module "cesium/Source/Core/HermiteSpline" { import { HermiteSpline } from 'mars3d-cesium'; export default HermiteSpline; }
|
|
43699
|
+
declare module "cesium/Source/Core/HilbertOrder" { import { HilbertOrder } from 'mars3d-cesium'; export default HilbertOrder; }
|
|
43700
|
+
declare module "cesium/Source/Core/IndexDatatype" { import { IndexDatatype } from 'mars3d-cesium'; export default IndexDatatype; }
|
|
43701
|
+
declare module "cesium/Source/Core/InterpolationAlgorithm" { import { InterpolationAlgorithm } from 'mars3d-cesium'; export default InterpolationAlgorithm; }
|
|
43702
|
+
declare module "cesium/Source/Core/Intersect" { import { Intersect } from 'mars3d-cesium'; export default Intersect; }
|
|
43703
|
+
declare module "cesium/Source/Core/Intersections2D" { import { Intersections2D } from 'mars3d-cesium'; export default Intersections2D; }
|
|
43704
|
+
declare module "cesium/Source/Core/IntersectionTests" { import { IntersectionTests } from 'mars3d-cesium'; export default IntersectionTests; }
|
|
43705
|
+
declare module "cesium/Source/Core/Interval" { import { Interval } from 'mars3d-cesium'; export default Interval; }
|
|
43706
|
+
declare module "cesium/Source/Core/Ion" { import { Ion } from 'mars3d-cesium'; export default Ion; }
|
|
43707
|
+
declare module "cesium/Source/Core/IonGeocoderService" { import { IonGeocoderService } from 'mars3d-cesium'; export default IonGeocoderService; }
|
|
43708
|
+
declare module "cesium/Source/Core/IonResource" { import { IonResource } from 'mars3d-cesium'; export default IonResource; }
|
|
43709
|
+
declare module "cesium/Source/Core/isLeapYear" { import { isLeapYear } from 'mars3d-cesium'; export default isLeapYear; }
|
|
43710
|
+
declare module "cesium/Source/Core/Iso8601" { import { Iso8601 } from 'mars3d-cesium'; export default Iso8601; }
|
|
43711
|
+
declare module "cesium/Source/Core/JulianDate" { import { JulianDate } from 'mars3d-cesium'; export default JulianDate; }
|
|
43712
|
+
declare module "cesium/Source/Core/KeyboardEventModifier" { import { KeyboardEventModifier } from 'mars3d-cesium'; export default KeyboardEventModifier; }
|
|
43713
|
+
declare module "cesium/Source/Core/LagrangePolynomialApproximation" { import { LagrangePolynomialApproximation } from 'mars3d-cesium'; export default LagrangePolynomialApproximation; }
|
|
43714
|
+
declare module "cesium/Source/Core/LeapSecond" { import { LeapSecond } from 'mars3d-cesium'; export default LeapSecond; }
|
|
43715
|
+
declare module "cesium/Source/Core/LinearApproximation" { import { LinearApproximation } from 'mars3d-cesium'; export default LinearApproximation; }
|
|
43716
|
+
declare module "cesium/Source/Core/LinearSpline" { import { LinearSpline } from 'mars3d-cesium'; export default LinearSpline; }
|
|
43717
|
+
declare module "cesium/Source/Core/MapProjection" { import { MapProjection } from 'mars3d-cesium'; export default MapProjection; }
|
|
43718
|
+
declare module "cesium/Source/Core/Math" { import { Math } from 'mars3d-cesium'; export default Math; }
|
|
43719
|
+
declare module "cesium/Source/Core/Matrix2" { import { Matrix2 } from 'mars3d-cesium'; export default Matrix2; }
|
|
43720
|
+
declare module "cesium/Source/Core/Matrix3" { import { Matrix3 } from 'mars3d-cesium'; export default Matrix3; }
|
|
43721
|
+
declare module "cesium/Source/Core/Matrix4" { import { Matrix4 } from 'mars3d-cesium'; export default Matrix4; }
|
|
43722
|
+
declare module "cesium/Source/Core/mergeSort" { import { mergeSort } from 'mars3d-cesium'; export default mergeSort; }
|
|
43723
|
+
declare module "cesium/Source/Core/NearFarScalar" { import { NearFarScalar } from 'mars3d-cesium'; export default NearFarScalar; }
|
|
43724
|
+
declare module "cesium/Source/Core/objectToQuery" { import { objectToQuery } from 'mars3d-cesium'; export default objectToQuery; }
|
|
43725
|
+
declare module "cesium/Source/Core/Occluder" { import { Occluder } from 'mars3d-cesium'; export default Occluder; }
|
|
43726
|
+
declare module "cesium/Source/Core/OpenCageGeocoderService" { import { OpenCageGeocoderService } from 'mars3d-cesium'; export default OpenCageGeocoderService; }
|
|
43727
|
+
declare module "cesium/Source/Core/OrientedBoundingBox" { import { OrientedBoundingBox } from 'mars3d-cesium'; export default OrientedBoundingBox; }
|
|
43728
|
+
declare module "cesium/Source/Core/OrthographicFrustum" { import { OrthographicFrustum } from 'mars3d-cesium'; export default OrthographicFrustum; }
|
|
43729
|
+
declare module "cesium/Source/Core/OrthographicOffCenterFrustum" { import { OrthographicOffCenterFrustum } from 'mars3d-cesium'; export default OrthographicOffCenterFrustum; }
|
|
43730
|
+
declare module "cesium/Source/Core/Packable" { import { Packable } from 'mars3d-cesium'; export default Packable; }
|
|
43731
|
+
declare module "cesium/Source/Core/PackableForInterpolation" { import { PackableForInterpolation } from 'mars3d-cesium'; export default PackableForInterpolation; }
|
|
43732
|
+
declare module "cesium/Source/Core/PeliasGeocoderService" { import { PeliasGeocoderService } from 'mars3d-cesium'; export default PeliasGeocoderService; }
|
|
43733
|
+
declare module "cesium/Source/Core/PerspectiveFrustum" { import { PerspectiveFrustum } from 'mars3d-cesium'; export default PerspectiveFrustum; }
|
|
43734
|
+
declare module "cesium/Source/Core/PerspectiveOffCenterFrustum" { import { PerspectiveOffCenterFrustum } from 'mars3d-cesium'; export default PerspectiveOffCenterFrustum; }
|
|
43735
|
+
declare module "cesium/Source/Core/PinBuilder" { import { PinBuilder } from 'mars3d-cesium'; export default PinBuilder; }
|
|
43736
|
+
declare module "cesium/Source/Core/PixelFormat" { import { PixelFormat } from 'mars3d-cesium'; export default PixelFormat; }
|
|
43737
|
+
declare module "cesium/Source/Core/Plane" { import { Plane } from 'mars3d-cesium'; export default Plane; }
|
|
43738
|
+
declare module "cesium/Source/Core/PlaneGeometry" { import { PlaneGeometry } from 'mars3d-cesium'; export default PlaneGeometry; }
|
|
43739
|
+
declare module "cesium/Source/Core/PlaneOutlineGeometry" { import { PlaneOutlineGeometry } from 'mars3d-cesium'; export default PlaneOutlineGeometry; }
|
|
43740
|
+
declare module "cesium/Source/Core/pointInsideTriangle" { import { pointInsideTriangle } from 'mars3d-cesium'; export default pointInsideTriangle; }
|
|
43741
|
+
declare module "cesium/Source/Core/PolygonGeometry" { import { PolygonGeometry } from 'mars3d-cesium'; export default PolygonGeometry; }
|
|
43742
|
+
declare module "cesium/Source/Core/PolygonHierarchy" { import { PolygonHierarchy } from 'mars3d-cesium'; export default PolygonHierarchy; }
|
|
43743
|
+
declare module "cesium/Source/Core/PolygonOutlineGeometry" { import { PolygonOutlineGeometry } from 'mars3d-cesium'; export default PolygonOutlineGeometry; }
|
|
43744
|
+
declare module "cesium/Source/Core/PolylineGeometry" { import { PolylineGeometry } from 'mars3d-cesium'; export default PolylineGeometry; }
|
|
43745
|
+
declare module "cesium/Source/Core/PolylineVolumeGeometry" { import { PolylineVolumeGeometry } from 'mars3d-cesium'; export default PolylineVolumeGeometry; }
|
|
43746
|
+
declare module "cesium/Source/Core/PolylineVolumeOutlineGeometry" { import { PolylineVolumeOutlineGeometry } from 'mars3d-cesium'; export default PolylineVolumeOutlineGeometry; }
|
|
43747
|
+
declare module "cesium/Source/Core/PrimitiveType" { import { PrimitiveType } from 'mars3d-cesium'; export default PrimitiveType; }
|
|
43748
|
+
declare module "cesium/Source/Core/Proxy" { import { Proxy } from 'mars3d-cesium'; export default Proxy; }
|
|
43749
|
+
declare module "cesium/Source/Core/QuadraticRealPolynomial" { import { QuadraticRealPolynomial } from 'mars3d-cesium'; export default QuadraticRealPolynomial; }
|
|
43750
|
+
declare module "cesium/Source/Core/QuantizedMeshTerrainData" { import { QuantizedMeshTerrainData } from 'mars3d-cesium'; export default QuantizedMeshTerrainData; }
|
|
43751
|
+
declare module "cesium/Source/Core/QuarticRealPolynomial" { import { QuarticRealPolynomial } from 'mars3d-cesium'; export default QuarticRealPolynomial; }
|
|
43752
|
+
declare module "cesium/Source/Core/Quaternion" { import { Quaternion } from 'mars3d-cesium'; export default Quaternion; }
|
|
43753
|
+
declare module "cesium/Source/Core/QuaternionSpline" { import { QuaternionSpline } from 'mars3d-cesium'; export default QuaternionSpline; }
|
|
43754
|
+
declare module "cesium/Source/Core/queryToObject" { import { queryToObject } from 'mars3d-cesium'; export default queryToObject; }
|
|
43755
|
+
declare module "cesium/Source/Core/Queue" { import { Queue } from 'mars3d-cesium'; export default Queue; }
|
|
43756
|
+
declare module "cesium/Source/Core/Ray" { import { Ray } from 'mars3d-cesium'; export default Ray; }
|
|
43757
|
+
declare module "cesium/Source/Core/Rectangle" { import { Rectangle } from 'mars3d-cesium'; export default Rectangle; }
|
|
43758
|
+
declare module "cesium/Source/Core/RectangleGeometry" { import { RectangleGeometry } from 'mars3d-cesium'; export default RectangleGeometry; }
|
|
43759
|
+
declare module "cesium/Source/Core/RectangleOutlineGeometry" { import { RectangleOutlineGeometry } from 'mars3d-cesium'; export default RectangleOutlineGeometry; }
|
|
43760
|
+
declare module "cesium/Source/Core/ReferenceFrame" { import { ReferenceFrame } from 'mars3d-cesium'; export default ReferenceFrame; }
|
|
43761
|
+
declare module "cesium/Source/Core/Request" { import { Request } from 'mars3d-cesium'; export default Request; }
|
|
43762
|
+
declare module "cesium/Source/Core/requestAnimationFrame" { import { requestAnimationFrame } from 'mars3d-cesium'; export default requestAnimationFrame; }
|
|
43763
|
+
declare module "cesium/Source/Core/RequestErrorEvent" { import { RequestErrorEvent } from 'mars3d-cesium'; export default RequestErrorEvent; }
|
|
43764
|
+
declare module "cesium/Source/Core/RequestScheduler" { import { RequestScheduler } from 'mars3d-cesium'; export default RequestScheduler; }
|
|
43765
|
+
declare module "cesium/Source/Core/RequestState" { import { RequestState } from 'mars3d-cesium'; export default RequestState; }
|
|
43766
|
+
declare module "cesium/Source/Core/RequestType" { import { RequestType } from 'mars3d-cesium'; export default RequestType; }
|
|
43767
|
+
declare module "cesium/Source/Core/Resource" { import { Resource } from 'mars3d-cesium'; export default Resource; }
|
|
43768
|
+
declare module "cesium/Source/Core/RuntimeError" { import { RuntimeError } from 'mars3d-cesium'; export default RuntimeError; }
|
|
43769
|
+
declare module "cesium/Source/Core/sampleTerrain" { import { sampleTerrain } from 'mars3d-cesium'; export default sampleTerrain; }
|
|
43770
|
+
declare module "cesium/Source/Core/sampleTerrainMostDetailed" { import { sampleTerrainMostDetailed } from 'mars3d-cesium'; export default sampleTerrainMostDetailed; }
|
|
43771
|
+
declare module "cesium/Source/Core/ScreenSpaceEventHandler" { import { ScreenSpaceEventHandler } from 'mars3d-cesium'; export default ScreenSpaceEventHandler; }
|
|
43772
|
+
declare module "cesium/Source/Core/ScreenSpaceEventType" { import { ScreenSpaceEventType } from 'mars3d-cesium'; export default ScreenSpaceEventType; }
|
|
43773
|
+
declare module "cesium/Source/Core/ShowGeometryInstanceAttribute" { import { ShowGeometryInstanceAttribute } from 'mars3d-cesium'; export default ShowGeometryInstanceAttribute; }
|
|
43774
|
+
declare module "cesium/Source/Core/Simon1994PlanetaryPositions" { import { Simon1994PlanetaryPositions } from 'mars3d-cesium'; export default Simon1994PlanetaryPositions; }
|
|
43775
|
+
declare module "cesium/Source/Core/SimplePolylineGeometry" { import { SimplePolylineGeometry } from 'mars3d-cesium'; export default SimplePolylineGeometry; }
|
|
43776
|
+
declare module "cesium/Source/Core/SphereGeometry" { import { SphereGeometry } from 'mars3d-cesium'; export default SphereGeometry; }
|
|
43777
|
+
declare module "cesium/Source/Core/SphereOutlineGeometry" { import { SphereOutlineGeometry } from 'mars3d-cesium'; export default SphereOutlineGeometry; }
|
|
43778
|
+
declare module "cesium/Source/Core/Spherical" { import { Spherical } from 'mars3d-cesium'; export default Spherical; }
|
|
43779
|
+
declare module "cesium/Source/Core/Spline" { import { Spline } from 'mars3d-cesium'; export default Spline; }
|
|
43780
|
+
declare module "cesium/Source/Core/subdivideArray" { import { subdivideArray } from 'mars3d-cesium'; export default subdivideArray; }
|
|
43781
|
+
declare module "cesium/Source/Core/TaskProcessor" { import { TaskProcessor } from 'mars3d-cesium'; export default TaskProcessor; }
|
|
43782
|
+
declare module "cesium/Source/Core/TerrainData" { import { TerrainData } from 'mars3d-cesium'; export default TerrainData; }
|
|
43783
|
+
declare module "cesium/Source/Core/TerrainProvider" { import { TerrainProvider } from 'mars3d-cesium'; export default TerrainProvider; }
|
|
43784
|
+
declare module "cesium/Source/Core/TileAvailability" { import { TileAvailability } from 'mars3d-cesium'; export default TileAvailability; }
|
|
43785
|
+
declare module "cesium/Source/Core/TileProviderError" { import { TileProviderError } from 'mars3d-cesium'; export default TileProviderError; }
|
|
43786
|
+
declare module "cesium/Source/Core/TilingScheme" { import { TilingScheme } from 'mars3d-cesium'; export default TilingScheme; }
|
|
43787
|
+
declare module "cesium/Source/Core/TimeInterval" { import { TimeInterval } from 'mars3d-cesium'; export default TimeInterval; }
|
|
43788
|
+
declare module "cesium/Source/Core/TimeIntervalCollection" { import { TimeIntervalCollection } from 'mars3d-cesium'; export default TimeIntervalCollection; }
|
|
43789
|
+
declare module "cesium/Source/Core/TimeStandard" { import { TimeStandard } from 'mars3d-cesium'; export default TimeStandard; }
|
|
43790
|
+
declare module "cesium/Source/Core/Transforms" { import { Transforms } from 'mars3d-cesium'; export default Transforms; }
|
|
43791
|
+
declare module "cesium/Source/Core/TranslationRotationScale" { import { TranslationRotationScale } from 'mars3d-cesium'; export default TranslationRotationScale; }
|
|
43792
|
+
declare module "cesium/Source/Core/TridiagonalSystemSolver" { import { TridiagonalSystemSolver } from 'mars3d-cesium'; export default TridiagonalSystemSolver; }
|
|
43793
|
+
declare module "cesium/Source/Core/TrustedServers" { import { TrustedServers } from 'mars3d-cesium'; export default TrustedServers; }
|
|
43794
|
+
declare module "cesium/Source/Core/VertexFormat" { import { VertexFormat } from 'mars3d-cesium'; export default VertexFormat; }
|
|
43795
|
+
declare module "cesium/Source/Core/VideoSynchronizer" { import { VideoSynchronizer } from 'mars3d-cesium'; export default VideoSynchronizer; }
|
|
43796
|
+
declare module "cesium/Source/Core/Visibility" { import { Visibility } from 'mars3d-cesium'; export default Visibility; }
|
|
43797
|
+
declare module "cesium/Source/Core/VRTheWorldTerrainProvider" { import { VRTheWorldTerrainProvider } from 'mars3d-cesium'; export default VRTheWorldTerrainProvider; }
|
|
43798
|
+
declare module "cesium/Source/Core/WallGeometry" { import { WallGeometry } from 'mars3d-cesium'; export default WallGeometry; }
|
|
43799
|
+
declare module "cesium/Source/Core/WallOutlineGeometry" { import { WallOutlineGeometry } from 'mars3d-cesium'; export default WallOutlineGeometry; }
|
|
43800
|
+
declare module "cesium/Source/Core/WebGLConstants" { import { WebGLConstants } from 'mars3d-cesium'; export default WebGLConstants; }
|
|
43801
|
+
declare module "cesium/Source/Core/WebMercatorProjection" { import { WebMercatorProjection } from 'mars3d-cesium'; export default WebMercatorProjection; }
|
|
43802
|
+
declare module "cesium/Source/Core/WebMercatorTilingScheme" { import { WebMercatorTilingScheme } from 'mars3d-cesium'; export default WebMercatorTilingScheme; }
|
|
43803
|
+
declare module "cesium/Source/Core/WeightSpline" { import { WeightSpline } from 'mars3d-cesium'; export default WeightSpline; }
|
|
43804
|
+
declare module "cesium/Source/Core/WindingOrder" { import { WindingOrder } from 'mars3d-cesium'; export default WindingOrder; }
|
|
43805
|
+
declare module "cesium/Source/Core/writeTextToCanvas" { import { writeTextToCanvas } from 'mars3d-cesium'; export default writeTextToCanvas; }
|
|
43806
|
+
declare module "cesium/Source/DataSources/BillboardGraphics" { import { BillboardGraphics } from 'mars3d-cesium'; export default BillboardGraphics; }
|
|
43807
|
+
declare module "cesium/Source/DataSources/BillboardVisualizer" { import { BillboardVisualizer } from 'mars3d-cesium'; export default BillboardVisualizer; }
|
|
43808
|
+
declare module "cesium/Source/DataSources/BoxGeometryUpdater" { import { BoxGeometryUpdater } from 'mars3d-cesium'; export default BoxGeometryUpdater; }
|
|
43809
|
+
declare module "cesium/Source/DataSources/BoxGraphics" { import { BoxGraphics } from 'mars3d-cesium'; export default BoxGraphics; }
|
|
43810
|
+
declare module "cesium/Source/DataSources/CallbackProperty" { import { CallbackProperty } from 'mars3d-cesium'; export default CallbackProperty; }
|
|
43811
|
+
declare module "cesium/Source/DataSources/Cesium3DTilesetGraphics" { import { Cesium3DTilesetGraphics } from 'mars3d-cesium'; export default Cesium3DTilesetGraphics; }
|
|
43812
|
+
declare module "cesium/Source/DataSources/Cesium3DTilesetVisualizer" { import { Cesium3DTilesetVisualizer } from 'mars3d-cesium'; export default Cesium3DTilesetVisualizer; }
|
|
43813
|
+
declare module "cesium/Source/DataSources/CheckerboardMaterialProperty" { import { CheckerboardMaterialProperty } from 'mars3d-cesium'; export default CheckerboardMaterialProperty; }
|
|
43814
|
+
declare module "cesium/Source/DataSources/ColorMaterialProperty" { import { ColorMaterialProperty } from 'mars3d-cesium'; export default ColorMaterialProperty; }
|
|
43815
|
+
declare module "cesium/Source/DataSources/CompositeEntityCollection" { import { CompositeEntityCollection } from 'mars3d-cesium'; export default CompositeEntityCollection; }
|
|
43816
|
+
declare module "cesium/Source/DataSources/CompositeMaterialProperty" { import { CompositeMaterialProperty } from 'mars3d-cesium'; export default CompositeMaterialProperty; }
|
|
43817
|
+
declare module "cesium/Source/DataSources/CompositePositionProperty" { import { CompositePositionProperty } from 'mars3d-cesium'; export default CompositePositionProperty; }
|
|
43818
|
+
declare module "cesium/Source/DataSources/CompositeProperty" { import { CompositeProperty } from 'mars3d-cesium'; export default CompositeProperty; }
|
|
43819
|
+
declare module "cesium/Source/DataSources/ConstantPositionProperty" { import { ConstantPositionProperty } from 'mars3d-cesium'; export default ConstantPositionProperty; }
|
|
43820
|
+
declare module "cesium/Source/DataSources/ConstantProperty" { import { ConstantProperty } from 'mars3d-cesium'; export default ConstantProperty; }
|
|
43821
|
+
declare module "cesium/Source/DataSources/CorridorGeometryUpdater" { import { CorridorGeometryUpdater } from 'mars3d-cesium'; export default CorridorGeometryUpdater; }
|
|
43822
|
+
declare module "cesium/Source/DataSources/CorridorGraphics" { import { CorridorGraphics } from 'mars3d-cesium'; export default CorridorGraphics; }
|
|
43823
|
+
declare module "cesium/Source/DataSources/CustomDataSource" { import { CustomDataSource } from 'mars3d-cesium'; export default CustomDataSource; }
|
|
43824
|
+
declare module "cesium/Source/DataSources/CylinderGeometryUpdater" { import { CylinderGeometryUpdater } from 'mars3d-cesium'; export default CylinderGeometryUpdater; }
|
|
43825
|
+
declare module "cesium/Source/DataSources/CylinderGraphics" { import { CylinderGraphics } from 'mars3d-cesium'; export default CylinderGraphics; }
|
|
43826
|
+
declare module "cesium/Source/DataSources/CzmlDataSource" { import { CzmlDataSource } from 'mars3d-cesium'; export default CzmlDataSource; }
|
|
43827
|
+
declare module "cesium/Source/DataSources/DataSource" { import { DataSource } from 'mars3d-cesium'; export default DataSource; }
|
|
43828
|
+
declare module "cesium/Source/DataSources/DataSourceClock" { import { DataSourceClock } from 'mars3d-cesium'; export default DataSourceClock; }
|
|
43829
|
+
declare module "cesium/Source/DataSources/DataSourceCollection" { import { DataSourceCollection } from 'mars3d-cesium'; export default DataSourceCollection; }
|
|
43830
|
+
declare module "cesium/Source/DataSources/DataSourceDisplay" { import { DataSourceDisplay } from 'mars3d-cesium'; export default DataSourceDisplay; }
|
|
43831
|
+
declare module "cesium/Source/DataSources/EllipseGeometryUpdater" { import { EllipseGeometryUpdater } from 'mars3d-cesium'; export default EllipseGeometryUpdater; }
|
|
43832
|
+
declare module "cesium/Source/DataSources/EllipseGraphics" { import { EllipseGraphics } from 'mars3d-cesium'; export default EllipseGraphics; }
|
|
43833
|
+
declare module "cesium/Source/DataSources/EllipsoidGeometryUpdater" { import { EllipsoidGeometryUpdater } from 'mars3d-cesium'; export default EllipsoidGeometryUpdater; }
|
|
43834
|
+
declare module "cesium/Source/DataSources/EllipsoidGraphics" { import { EllipsoidGraphics } from 'mars3d-cesium'; export default EllipsoidGraphics; }
|
|
43835
|
+
declare module "cesium/Source/DataSources/Entity" { import { Entity } from 'mars3d-cesium'; export default Entity; }
|
|
43836
|
+
declare module "cesium/Source/DataSources/EntityCluster" { import { EntityCluster } from 'mars3d-cesium'; export default EntityCluster; }
|
|
43837
|
+
declare module "cesium/Source/DataSources/EntityCollection" { import { EntityCollection } from 'mars3d-cesium'; export default EntityCollection; }
|
|
43838
|
+
declare module "cesium/Source/DataSources/EntityView" { import { EntityView } from 'mars3d-cesium'; export default EntityView; }
|
|
43839
|
+
declare module "cesium/Source/DataSources/exportKml" { import { exportKml } from 'mars3d-cesium'; export default exportKml; }
|
|
43840
|
+
declare module "cesium/Source/DataSources/GeoJsonDataSource" { import { GeoJsonDataSource } from 'mars3d-cesium'; export default GeoJsonDataSource; }
|
|
43841
|
+
declare module "cesium/Source/DataSources/GeometryUpdater" { import { GeometryUpdater } from 'mars3d-cesium'; export default GeometryUpdater; }
|
|
43842
|
+
declare module "cesium/Source/DataSources/GeometryVisualizer" { import { GeometryVisualizer } from 'mars3d-cesium'; export default GeometryVisualizer; }
|
|
43843
|
+
declare module "cesium/Source/DataSources/GridMaterialProperty" { import { GridMaterialProperty } from 'mars3d-cesium'; export default GridMaterialProperty; }
|
|
43844
|
+
declare module "cesium/Source/DataSources/GroundGeometryUpdater" { import { GroundGeometryUpdater } from 'mars3d-cesium'; export default GroundGeometryUpdater; }
|
|
43845
|
+
declare module "cesium/Source/DataSources/ImageMaterialProperty" { import { ImageMaterialProperty } from 'mars3d-cesium'; export default ImageMaterialProperty; }
|
|
43846
|
+
declare module "cesium/Source/DataSources/KmlCamera" { import { KmlCamera } from 'mars3d-cesium'; export default KmlCamera; }
|
|
43847
|
+
declare module "cesium/Source/DataSources/KmlDataSource" { import { KmlDataSource } from 'mars3d-cesium'; export default KmlDataSource; }
|
|
43848
|
+
declare module "cesium/Source/DataSources/KmlLookAt" { import { KmlLookAt } from 'mars3d-cesium'; export default KmlLookAt; }
|
|
43849
|
+
declare module "cesium/Source/DataSources/KmlTour" { import { KmlTour } from 'mars3d-cesium'; export default KmlTour; }
|
|
43850
|
+
declare module "cesium/Source/DataSources/KmlTourFlyTo" { import { KmlTourFlyTo } from 'mars3d-cesium'; export default KmlTourFlyTo; }
|
|
43851
|
+
declare module "cesium/Source/DataSources/KmlTourWait" { import { KmlTourWait } from 'mars3d-cesium'; export default KmlTourWait; }
|
|
43852
|
+
declare module "cesium/Source/DataSources/LabelGraphics" { import { LabelGraphics } from 'mars3d-cesium'; export default LabelGraphics; }
|
|
43853
|
+
declare module "cesium/Source/DataSources/LabelVisualizer" { import { LabelVisualizer } from 'mars3d-cesium'; export default LabelVisualizer; }
|
|
43854
|
+
declare module "cesium/Source/DataSources/MaterialProperty" { import { MaterialProperty } from 'mars3d-cesium'; export default MaterialProperty; }
|
|
43855
|
+
declare module "cesium/Source/DataSources/ModelGraphics" { import { ModelGraphics } from 'mars3d-cesium'; export default ModelGraphics; }
|
|
43856
|
+
declare module "cesium/Source/DataSources/ModelVisualizer" { import { ModelVisualizer } from 'mars3d-cesium'; export default ModelVisualizer; }
|
|
43857
|
+
declare module "cesium/Source/DataSources/NodeTransformationProperty" { import { NodeTransformationProperty } from 'mars3d-cesium'; export default NodeTransformationProperty; }
|
|
43858
|
+
declare module "cesium/Source/DataSources/PathGraphics" { import { PathGraphics } from 'mars3d-cesium'; export default PathGraphics; }
|
|
43859
|
+
declare module "cesium/Source/DataSources/PathVisualizer" { import { PathVisualizer } from 'mars3d-cesium'; export default PathVisualizer; }
|
|
43860
|
+
declare module "cesium/Source/DataSources/PlaneGeometryUpdater" { import { PlaneGeometryUpdater } from 'mars3d-cesium'; export default PlaneGeometryUpdater; }
|
|
43861
|
+
declare module "cesium/Source/DataSources/PlaneGraphics" { import { PlaneGraphics } from 'mars3d-cesium'; export default PlaneGraphics; }
|
|
43862
|
+
declare module "cesium/Source/DataSources/PointGraphics" { import { PointGraphics } from 'mars3d-cesium'; export default PointGraphics; }
|
|
43863
|
+
declare module "cesium/Source/DataSources/PointVisualizer" { import { PointVisualizer } from 'mars3d-cesium'; export default PointVisualizer; }
|
|
43864
|
+
declare module "cesium/Source/DataSources/PolygonGeometryUpdater" { import { PolygonGeometryUpdater } from 'mars3d-cesium'; export default PolygonGeometryUpdater; }
|
|
43865
|
+
declare module "cesium/Source/DataSources/PolygonGraphics" { import { PolygonGraphics } from 'mars3d-cesium'; export default PolygonGraphics; }
|
|
43866
|
+
declare module "cesium/Source/DataSources/PolylineArrowMaterialProperty" { import { PolylineArrowMaterialProperty } from 'mars3d-cesium'; export default PolylineArrowMaterialProperty; }
|
|
43867
|
+
declare module "cesium/Source/DataSources/PolylineDashMaterialProperty" { import { PolylineDashMaterialProperty } from 'mars3d-cesium'; export default PolylineDashMaterialProperty; }
|
|
43868
|
+
declare module "cesium/Source/DataSources/PolylineGeometryUpdater" { import { PolylineGeometryUpdater } from 'mars3d-cesium'; export default PolylineGeometryUpdater; }
|
|
43869
|
+
declare module "cesium/Source/DataSources/PolylineGlowMaterialProperty" { import { PolylineGlowMaterialProperty } from 'mars3d-cesium'; export default PolylineGlowMaterialProperty; }
|
|
43870
|
+
declare module "cesium/Source/DataSources/PolylineGraphics" { import { PolylineGraphics } from 'mars3d-cesium'; export default PolylineGraphics; }
|
|
43871
|
+
declare module "cesium/Source/DataSources/PolylineOutlineMaterialProperty" { import { PolylineOutlineMaterialProperty } from 'mars3d-cesium'; export default PolylineOutlineMaterialProperty; }
|
|
43872
|
+
declare module "cesium/Source/DataSources/PolylineVisualizer" { import { PolylineVisualizer } from 'mars3d-cesium'; export default PolylineVisualizer; }
|
|
43873
|
+
declare module "cesium/Source/DataSources/PolylineVolumeGeometryUpdater" { import { PolylineVolumeGeometryUpdater } from 'mars3d-cesium'; export default PolylineVolumeGeometryUpdater; }
|
|
43874
|
+
declare module "cesium/Source/DataSources/PolylineVolumeGraphics" { import { PolylineVolumeGraphics } from 'mars3d-cesium'; export default PolylineVolumeGraphics; }
|
|
43875
|
+
declare module "cesium/Source/DataSources/PositionProperty" { import { PositionProperty } from 'mars3d-cesium'; export default PositionProperty; }
|
|
43876
|
+
declare module "cesium/Source/DataSources/PositionPropertyArray" { import { PositionPropertyArray } from 'mars3d-cesium'; export default PositionPropertyArray; }
|
|
43877
|
+
declare module "cesium/Source/DataSources/Property" { import { Property } from 'mars3d-cesium'; export default Property; }
|
|
43878
|
+
declare module "cesium/Source/DataSources/PropertyArray" { import { PropertyArray } from 'mars3d-cesium'; export default PropertyArray; }
|
|
43879
|
+
declare module "cesium/Source/DataSources/PropertyBag" { import { PropertyBag } from 'mars3d-cesium'; export default PropertyBag; }
|
|
43880
|
+
declare module "cesium/Source/DataSources/RectangleGeometryUpdater" { import { RectangleGeometryUpdater } from 'mars3d-cesium'; export default RectangleGeometryUpdater; }
|
|
43881
|
+
declare module "cesium/Source/DataSources/RectangleGraphics" { import { RectangleGraphics } from 'mars3d-cesium'; export default RectangleGraphics; }
|
|
43882
|
+
declare module "cesium/Source/DataSources/ReferenceProperty" { import { ReferenceProperty } from 'mars3d-cesium'; export default ReferenceProperty; }
|
|
43883
|
+
declare module "cesium/Source/DataSources/Rotation" { import { Rotation } from 'mars3d-cesium'; export default Rotation; }
|
|
43884
|
+
declare module "cesium/Source/DataSources/SampledPositionProperty" { import { SampledPositionProperty } from 'mars3d-cesium'; export default SampledPositionProperty; }
|
|
43885
|
+
declare module "cesium/Source/DataSources/SampledProperty" { import { SampledProperty } from 'mars3d-cesium'; export default SampledProperty; }
|
|
43886
|
+
declare module "cesium/Source/DataSources/StripeMaterialProperty" { import { StripeMaterialProperty } from 'mars3d-cesium'; export default StripeMaterialProperty; }
|
|
43887
|
+
declare module "cesium/Source/DataSources/StripeOrientation" { import { StripeOrientation } from 'mars3d-cesium'; export default StripeOrientation; }
|
|
43888
|
+
declare module "cesium/Source/DataSources/TimeIntervalCollectionPositionProperty" { import { TimeIntervalCollectionPositionProperty } from 'mars3d-cesium'; export default TimeIntervalCollectionPositionProperty; }
|
|
43889
|
+
declare module "cesium/Source/DataSources/TimeIntervalCollectionProperty" { import { TimeIntervalCollectionProperty } from 'mars3d-cesium'; export default TimeIntervalCollectionProperty; }
|
|
43890
|
+
declare module "cesium/Source/DataSources/VelocityOrientationProperty" { import { VelocityOrientationProperty } from 'mars3d-cesium'; export default VelocityOrientationProperty; }
|
|
43891
|
+
declare module "cesium/Source/DataSources/VelocityVectorProperty" { import { VelocityVectorProperty } from 'mars3d-cesium'; export default VelocityVectorProperty; }
|
|
43892
|
+
declare module "cesium/Source/DataSources/Visualizer" { import { Visualizer } from 'mars3d-cesium'; export default Visualizer; }
|
|
43893
|
+
declare module "cesium/Source/DataSources/WallGeometryUpdater" { import { WallGeometryUpdater } from 'mars3d-cesium'; export default WallGeometryUpdater; }
|
|
43894
|
+
declare module "cesium/Source/DataSources/WallGraphics" { import { WallGraphics } from 'mars3d-cesium'; export default WallGraphics; }
|
|
43895
|
+
declare module "cesium/Source/Renderer/PixelDatatype" { import { PixelDatatype } from 'mars3d-cesium'; export default PixelDatatype; }
|
|
43896
|
+
declare module "cesium/Source/Renderer/TextureMagnificationFilter" { import { TextureMagnificationFilter } from 'mars3d-cesium'; export default TextureMagnificationFilter; }
|
|
43897
|
+
declare module "cesium/Source/Renderer/TextureMinificationFilter" { import { TextureMinificationFilter } from 'mars3d-cesium'; export default TextureMinificationFilter; }
|
|
43898
|
+
declare module "cesium/Source/Scene/Appearance" { import { Appearance } from 'mars3d-cesium'; export default Appearance; }
|
|
43899
|
+
declare module "cesium/Source/Scene/ArcGisMapServerImageryProvider" { import { ArcGisMapServerImageryProvider } from 'mars3d-cesium'; export default ArcGisMapServerImageryProvider; }
|
|
43900
|
+
declare module "cesium/Source/Scene/Axis" { import { Axis } from 'mars3d-cesium'; export default Axis; }
|
|
43901
|
+
declare module "cesium/Source/Scene/Billboard" { import { Billboard } from 'mars3d-cesium'; export default Billboard; }
|
|
43902
|
+
declare module "cesium/Source/Scene/BillboardCollection" { import { BillboardCollection } from 'mars3d-cesium'; export default BillboardCollection; }
|
|
43903
|
+
declare module "cesium/Source/Scene/BingMapsImageryProvider" { import { BingMapsImageryProvider } from 'mars3d-cesium'; export default BingMapsImageryProvider; }
|
|
43904
|
+
declare module "cesium/Source/Scene/BingMapsStyle" { import { BingMapsStyle } from 'mars3d-cesium'; export default BingMapsStyle; }
|
|
43905
|
+
declare module "cesium/Source/Scene/BlendEquation" { import { BlendEquation } from 'mars3d-cesium'; export default BlendEquation; }
|
|
43906
|
+
declare module "cesium/Source/Scene/BlendFunction" { import { BlendFunction } from 'mars3d-cesium'; export default BlendFunction; }
|
|
43907
|
+
declare module "cesium/Source/Scene/BlendingState" { import { BlendingState } from 'mars3d-cesium'; export default BlendingState; }
|
|
43908
|
+
declare module "cesium/Source/Scene/BlendOption" { import { BlendOption } from 'mars3d-cesium'; export default BlendOption; }
|
|
43909
|
+
declare module "cesium/Source/Scene/BoxEmitter" { import { BoxEmitter } from 'mars3d-cesium'; export default BoxEmitter; }
|
|
43910
|
+
declare module "cesium/Source/Scene/Camera" { import { Camera } from 'mars3d-cesium'; export default Camera; }
|
|
43911
|
+
declare module "cesium/Source/Scene/CameraEventAggregator" { import { CameraEventAggregator } from 'mars3d-cesium'; export default CameraEventAggregator; }
|
|
43912
|
+
declare module "cesium/Source/Scene/CameraEventType" { import { CameraEventType } from 'mars3d-cesium'; export default CameraEventType; }
|
|
43913
|
+
declare module "cesium/Source/Scene/Cesium3DTile" { import { Cesium3DTile } from 'mars3d-cesium'; export default Cesium3DTile; }
|
|
43914
|
+
declare module "cesium/Source/Scene/Cesium3DTileColorBlendMode" { import { Cesium3DTileColorBlendMode } from 'mars3d-cesium'; export default Cesium3DTileColorBlendMode; }
|
|
43915
|
+
declare module "cesium/Source/Scene/Cesium3DTileContent" { import { Cesium3DTileContent } from 'mars3d-cesium'; export default Cesium3DTileContent; }
|
|
43916
|
+
declare module "cesium/Source/Scene/Cesium3DTileFeature" { import { Cesium3DTileFeature } from 'mars3d-cesium'; export default Cesium3DTileFeature; }
|
|
43917
|
+
declare module "cesium/Source/Scene/Cesium3DTilePointFeature" { import { Cesium3DTilePointFeature } from 'mars3d-cesium'; export default Cesium3DTilePointFeature; }
|
|
43918
|
+
declare module "cesium/Source/Scene/Cesium3DTileset" { import { Cesium3DTileset } from 'mars3d-cesium'; export default Cesium3DTileset; }
|
|
43919
|
+
declare module "cesium/Source/Scene/Cesium3DTileStyle" { import { Cesium3DTileStyle } from 'mars3d-cesium'; export default Cesium3DTileStyle; }
|
|
43920
|
+
declare module "cesium/Source/Scene/CircleEmitter" { import { CircleEmitter } from 'mars3d-cesium'; export default CircleEmitter; }
|
|
43921
|
+
declare module "cesium/Source/Scene/ClassificationPrimitive" { import { ClassificationPrimitive } from 'mars3d-cesium'; export default ClassificationPrimitive; }
|
|
43922
|
+
declare module "cesium/Source/Scene/ClassificationType" { import { ClassificationType } from 'mars3d-cesium'; export default ClassificationType; }
|
|
43923
|
+
declare module "cesium/Source/Scene/ClippingPlane" { import { ClippingPlane } from 'mars3d-cesium'; export default ClippingPlane; }
|
|
43924
|
+
declare module "cesium/Source/Scene/ClippingPlaneCollection" { import { ClippingPlaneCollection } from 'mars3d-cesium'; export default ClippingPlaneCollection; }
|
|
43925
|
+
declare module "cesium/Source/Scene/CloudCollection" { import { CloudCollection } from 'mars3d-cesium'; export default CloudCollection; }
|
|
43926
|
+
declare module "cesium/Source/Scene/CloudType" { import { CloudType } from 'mars3d-cesium'; export default CloudType; }
|
|
43927
|
+
declare module "cesium/Source/Scene/ColorBlendMode" { import { ColorBlendMode } from 'mars3d-cesium'; export default ColorBlendMode; }
|
|
43928
|
+
declare module "cesium/Source/Scene/ConditionsExpression" { import { ConditionsExpression } from 'mars3d-cesium'; export default ConditionsExpression; }
|
|
43929
|
+
declare module "cesium/Source/Scene/ConeEmitter" { import { ConeEmitter } from 'mars3d-cesium'; export default ConeEmitter; }
|
|
43930
|
+
declare module "cesium/Source/Scene/createElevationBandMaterial" { import { createElevationBandMaterial } from 'mars3d-cesium'; export default createElevationBandMaterial; }
|
|
43931
|
+
declare module "cesium/Source/Scene/createOsmBuildings" { import { createOsmBuildings } from 'mars3d-cesium'; export default createOsmBuildings; }
|
|
43932
|
+
declare module "cesium/Source/Scene/createTangentSpaceDebugPrimitive" { import { createTangentSpaceDebugPrimitive } from 'mars3d-cesium'; export default createTangentSpaceDebugPrimitive; }
|
|
43933
|
+
declare module "cesium/Source/Scene/createWorldImagery" { import { createWorldImagery } from 'mars3d-cesium'; export default createWorldImagery; }
|
|
43934
|
+
declare module "cesium/Source/Scene/CreditDisplay" { import { CreditDisplay } from 'mars3d-cesium'; export default CreditDisplay; }
|
|
43935
|
+
declare module "cesium/Source/Scene/CullFace" { import { CullFace } from 'mars3d-cesium'; export default CullFace; }
|
|
43936
|
+
declare module "cesium/Source/Scene/CumulusCloud" { import { CumulusCloud } from 'mars3d-cesium'; export default CumulusCloud; }
|
|
43937
|
+
declare module "cesium/Source/Scene/DebugAppearance" { import { DebugAppearance } from 'mars3d-cesium'; export default DebugAppearance; }
|
|
43938
|
+
declare module "cesium/Source/Scene/DebugCameraPrimitive" { import { DebugCameraPrimitive } from 'mars3d-cesium'; export default DebugCameraPrimitive; }
|
|
43939
|
+
declare module "cesium/Source/Scene/DebugModelMatrixPrimitive" { import { DebugModelMatrixPrimitive } from 'mars3d-cesium'; export default DebugModelMatrixPrimitive; }
|
|
43940
|
+
declare module "cesium/Source/Scene/DepthFunction" { import { DepthFunction } from 'mars3d-cesium'; export default DepthFunction; }
|
|
43941
|
+
declare module "cesium/Source/Scene/DirectionalLight" { import { DirectionalLight } from 'mars3d-cesium'; export default DirectionalLight; }
|
|
43942
|
+
declare module "cesium/Source/Scene/DiscardEmptyTileImagePolicy" { import { DiscardEmptyTileImagePolicy } from 'mars3d-cesium'; export default DiscardEmptyTileImagePolicy; }
|
|
43943
|
+
declare module "cesium/Source/Scene/DiscardMissingTileImagePolicy" { import { DiscardMissingTileImagePolicy } from 'mars3d-cesium'; export default DiscardMissingTileImagePolicy; }
|
|
43944
|
+
declare module "cesium/Source/Scene/EllipsoidSurfaceAppearance" { import { EllipsoidSurfaceAppearance } from 'mars3d-cesium'; export default EllipsoidSurfaceAppearance; }
|
|
43945
|
+
declare module "cesium/Source/Scene/Expression" { import { Expression } from 'mars3d-cesium'; export default Expression; }
|
|
43946
|
+
declare module "cesium/Source/Scene/Fog" { import { Fog } from 'mars3d-cesium'; export default Fog; }
|
|
43947
|
+
declare module "cesium/Source/Scene/FrameRateMonitor" { import { FrameRateMonitor } from 'mars3d-cesium'; export default FrameRateMonitor; }
|
|
43948
|
+
declare module "cesium/Source/Scene/GetFeatureInfoFormat" { import { GetFeatureInfoFormat } from 'mars3d-cesium'; export default GetFeatureInfoFormat; }
|
|
43949
|
+
declare module "cesium/Source/Scene/Globe" { import { Globe } from 'mars3d-cesium'; export default Globe; }
|
|
43950
|
+
declare module "cesium/Source/Scene/GlobeTranslucency" { import { GlobeTranslucency } from 'mars3d-cesium'; export default GlobeTranslucency; }
|
|
43951
|
+
declare module "cesium/Source/Scene/GoogleEarthEnterpriseImageryProvider" { import { GoogleEarthEnterpriseImageryProvider } from 'mars3d-cesium'; export default GoogleEarthEnterpriseImageryProvider; }
|
|
43952
|
+
declare module "cesium/Source/Scene/GoogleEarthEnterpriseMapsProvider" { import { GoogleEarthEnterpriseMapsProvider } from 'mars3d-cesium'; export default GoogleEarthEnterpriseMapsProvider; }
|
|
43953
|
+
declare module "cesium/Source/Scene/GridImageryProvider" { import { GridImageryProvider } from 'mars3d-cesium'; export default GridImageryProvider; }
|
|
43954
|
+
declare module "cesium/Source/Scene/GroundPolylinePrimitive" { import { GroundPolylinePrimitive } from 'mars3d-cesium'; export default GroundPolylinePrimitive; }
|
|
43955
|
+
declare module "cesium/Source/Scene/GroundPrimitive" { import { GroundPrimitive } from 'mars3d-cesium'; export default GroundPrimitive; }
|
|
43956
|
+
declare module "cesium/Source/Scene/HeightReference" { import { HeightReference } from 'mars3d-cesium'; export default HeightReference; }
|
|
43957
|
+
declare module "cesium/Source/Scene/HorizontalOrigin" { import { HorizontalOrigin } from 'mars3d-cesium'; export default HorizontalOrigin; }
|
|
43958
|
+
declare module "cesium/Source/Scene/ImageryLayer" { import { ImageryLayer } from 'mars3d-cesium'; export default ImageryLayer; }
|
|
43959
|
+
declare module "cesium/Source/Scene/ImageryLayerCollection" { import { ImageryLayerCollection } from 'mars3d-cesium'; export default ImageryLayerCollection; }
|
|
43960
|
+
declare module "cesium/Source/Scene/ImageryLayerFeatureInfo" { import { ImageryLayerFeatureInfo } from 'mars3d-cesium'; export default ImageryLayerFeatureInfo; }
|
|
43961
|
+
declare module "cesium/Source/Scene/ImageryProvider" { import { ImageryProvider } from 'mars3d-cesium'; export default ImageryProvider; }
|
|
43962
|
+
declare module "cesium/Source/Scene/ImagerySplitDirection" { import { ImagerySplitDirection } from 'mars3d-cesium'; export default ImagerySplitDirection; }
|
|
43963
|
+
declare module "cesium/Source/Scene/IonImageryProvider" { import { IonImageryProvider } from 'mars3d-cesium'; export default IonImageryProvider; }
|
|
43964
|
+
declare module "cesium/Source/Scene/IonWorldImageryStyle" { import { IonWorldImageryStyle } from 'mars3d-cesium'; export default IonWorldImageryStyle; }
|
|
43965
|
+
declare module "cesium/Source/Scene/Label" { import { Label } from 'mars3d-cesium'; export default Label; }
|
|
43966
|
+
declare module "cesium/Source/Scene/LabelCollection" { import { LabelCollection } from 'mars3d-cesium'; export default LabelCollection; }
|
|
43967
|
+
declare module "cesium/Source/Scene/LabelStyle" { import { LabelStyle } from 'mars3d-cesium'; export default LabelStyle; }
|
|
43968
|
+
declare module "cesium/Source/Scene/Light" { import { Light } from 'mars3d-cesium'; export default Light; }
|
|
43969
|
+
declare module "cesium/Source/Scene/MapboxImageryProvider" { import { MapboxImageryProvider } from 'mars3d-cesium'; export default MapboxImageryProvider; }
|
|
43970
|
+
declare module "cesium/Source/Scene/MapboxStyleImageryProvider" { import { MapboxStyleImageryProvider } from 'mars3d-cesium'; export default MapboxStyleImageryProvider; }
|
|
43971
|
+
declare module "cesium/Source/Scene/MapMode2D" { import { MapMode2D } from 'mars3d-cesium'; export default MapMode2D; }
|
|
43972
|
+
declare module "cesium/Source/Scene/Material" { import { Material } from 'mars3d-cesium'; export default Material; }
|
|
43973
|
+
declare module "cesium/Source/Scene/MaterialAppearance" { import { MaterialAppearance } from 'mars3d-cesium'; export default MaterialAppearance; }
|
|
43974
|
+
declare module "cesium/Source/Scene/Model" { import { Model } from 'mars3d-cesium'; export default Model; }
|
|
43975
|
+
declare module "cesium/Source/Scene/ModelAnimation" { import { ModelAnimation } from 'mars3d-cesium'; export default ModelAnimation; }
|
|
43976
|
+
declare module "cesium/Source/Scene/ModelAnimationCollection" { import { ModelAnimationCollection } from 'mars3d-cesium'; export default ModelAnimationCollection; }
|
|
43977
|
+
declare module "cesium/Source/Scene/ModelAnimationLoop" { import { ModelAnimationLoop } from 'mars3d-cesium'; export default ModelAnimationLoop; }
|
|
43978
|
+
declare module "cesium/Source/Scene/ModelMaterial" { import { ModelMaterial } from 'mars3d-cesium'; export default ModelMaterial; }
|
|
43979
|
+
declare module "cesium/Source/Scene/ModelMesh" { import { ModelMesh } from 'mars3d-cesium'; export default ModelMesh; }
|
|
43980
|
+
declare module "cesium/Source/Scene/ModelNode" { import { ModelNode } from 'mars3d-cesium'; export default ModelNode; }
|
|
43981
|
+
declare module "cesium/Source/Scene/Moon" { import { Moon } from 'mars3d-cesium'; export default Moon; }
|
|
43982
|
+
declare module "cesium/Source/Scene/NeverTileDiscardPolicy" { import { NeverTileDiscardPolicy } from 'mars3d-cesium'; export default NeverTileDiscardPolicy; }
|
|
43983
|
+
declare module "cesium/Source/Scene/OpenStreetMapImageryProvider" { import { OpenStreetMapImageryProvider } from 'mars3d-cesium'; export default OpenStreetMapImageryProvider; }
|
|
43984
|
+
declare module "cesium/Source/Scene/Particle" { import { Particle } from 'mars3d-cesium'; export default Particle; }
|
|
43985
|
+
declare module "cesium/Source/Scene/ParticleBurst" { import { ParticleBurst } from 'mars3d-cesium'; export default ParticleBurst; }
|
|
43986
|
+
declare module "cesium/Source/Scene/ParticleEmitter" { import { ParticleEmitter } from 'mars3d-cesium'; export default ParticleEmitter; }
|
|
43987
|
+
declare module "cesium/Source/Scene/ParticleSystem" { import { ParticleSystem } from 'mars3d-cesium'; export default ParticleSystem; }
|
|
43988
|
+
declare module "cesium/Source/Scene/PerInstanceColorAppearance" { import { PerInstanceColorAppearance } from 'mars3d-cesium'; export default PerInstanceColorAppearance; }
|
|
43989
|
+
declare module "cesium/Source/Scene/PointCloudShading" { import { PointCloudShading } from 'mars3d-cesium'; export default PointCloudShading; }
|
|
43990
|
+
declare module "cesium/Source/Scene/PointPrimitive" { import { PointPrimitive } from 'mars3d-cesium'; export default PointPrimitive; }
|
|
43991
|
+
declare module "cesium/Source/Scene/PointPrimitiveCollection" { import { PointPrimitiveCollection } from 'mars3d-cesium'; export default PointPrimitiveCollection; }
|
|
43992
|
+
declare module "cesium/Source/Scene/Polyline" { import { Polyline } from 'mars3d-cesium'; export default Polyline; }
|
|
43993
|
+
declare module "cesium/Source/Scene/PolylineCollection" { import { PolylineCollection } from 'mars3d-cesium'; export default PolylineCollection; }
|
|
43994
|
+
declare module "cesium/Source/Scene/PolylineColorAppearance" { import { PolylineColorAppearance } from 'mars3d-cesium'; export default PolylineColorAppearance; }
|
|
43995
|
+
declare module "cesium/Source/Scene/PolylineMaterialAppearance" { import { PolylineMaterialAppearance } from 'mars3d-cesium'; export default PolylineMaterialAppearance; }
|
|
43996
|
+
declare module "cesium/Source/Scene/PostProcessStage" { import { PostProcessStage } from 'mars3d-cesium'; export default PostProcessStage; }
|
|
43997
|
+
declare module "cesium/Source/Scene/PostProcessStageCollection" { import { PostProcessStageCollection } from 'mars3d-cesium'; export default PostProcessStageCollection; }
|
|
43998
|
+
declare module "cesium/Source/Scene/PostProcessStageComposite" { import { PostProcessStageComposite } from 'mars3d-cesium'; export default PostProcessStageComposite; }
|
|
43999
|
+
declare module "cesium/Source/Scene/PostProcessStageLibrary" { import { PostProcessStageLibrary } from 'mars3d-cesium'; export default PostProcessStageLibrary; }
|
|
44000
|
+
declare module "cesium/Source/Scene/PostProcessStageSampleMode" { import { PostProcessStageSampleMode } from 'mars3d-cesium'; export default PostProcessStageSampleMode; }
|
|
44001
|
+
declare module "cesium/Source/Scene/Primitive" { import { Primitive } from 'mars3d-cesium'; export default Primitive; }
|
|
44002
|
+
declare module "cesium/Source/Scene/PrimitiveCollection" { import { PrimitiveCollection } from 'mars3d-cesium'; export default PrimitiveCollection; }
|
|
44003
|
+
declare module "cesium/Source/Scene/Scene" { import { Scene } from 'mars3d-cesium'; export default Scene; }
|
|
44004
|
+
declare module "cesium/Source/Scene/SceneMode" { import { SceneMode } from 'mars3d-cesium'; export default SceneMode; }
|
|
44005
|
+
declare module "cesium/Source/Scene/SceneTransforms" { import { SceneTransforms } from 'mars3d-cesium'; export default SceneTransforms; }
|
|
44006
|
+
declare module "cesium/Source/Scene/ScreenSpaceCameraController" { import { ScreenSpaceCameraController } from 'mars3d-cesium'; export default ScreenSpaceCameraController; }
|
|
44007
|
+
declare module "cesium/Source/Scene/ShadowMap" { import { ShadowMap } from 'mars3d-cesium'; export default ShadowMap; }
|
|
44008
|
+
declare module "cesium/Source/Scene/ShadowMode" { import { ShadowMode } from 'mars3d-cesium'; export default ShadowMode; }
|
|
44009
|
+
declare module "cesium/Source/Scene/SingleTileImageryProvider" { import { SingleTileImageryProvider } from 'mars3d-cesium'; export default SingleTileImageryProvider; }
|
|
44010
|
+
declare module "cesium/Source/Scene/SkyAtmosphere" { import { SkyAtmosphere } from 'mars3d-cesium'; export default SkyAtmosphere; }
|
|
44011
|
+
declare module "cesium/Source/Scene/SkyBox" { import { SkyBox } from 'mars3d-cesium'; export default SkyBox; }
|
|
44012
|
+
declare module "cesium/Source/Scene/SphereEmitter" { import { SphereEmitter } from 'mars3d-cesium'; export default SphereEmitter; }
|
|
44013
|
+
declare module "cesium/Source/Scene/StencilFunction" { import { StencilFunction } from 'mars3d-cesium'; export default StencilFunction; }
|
|
44014
|
+
declare module "cesium/Source/Scene/StencilOperation" { import { StencilOperation } from 'mars3d-cesium'; export default StencilOperation; }
|
|
44015
|
+
declare module "cesium/Source/Scene/StyleExpression" { import { StyleExpression } from 'mars3d-cesium'; export default StyleExpression; }
|
|
44016
|
+
declare module "cesium/Source/Scene/Sun" { import { Sun } from 'mars3d-cesium'; export default Sun; }
|
|
44017
|
+
declare module "cesium/Source/Scene/SunLight" { import { SunLight } from 'mars3d-cesium'; export default SunLight; }
|
|
44018
|
+
declare module "cesium/Source/Scene/TileCoordinatesImageryProvider" { import { TileCoordinatesImageryProvider } from 'mars3d-cesium'; export default TileCoordinatesImageryProvider; }
|
|
44019
|
+
declare module "cesium/Source/Scene/TileDiscardPolicy" { import { TileDiscardPolicy } from 'mars3d-cesium'; export default TileDiscardPolicy; }
|
|
44020
|
+
declare module "cesium/Source/Scene/TileMapServiceImageryProvider" { import { TileMapServiceImageryProvider } from 'mars3d-cesium'; export default TileMapServiceImageryProvider; }
|
|
44021
|
+
declare module "cesium/Source/Scene/TimeDynamicImagery" { import { TimeDynamicImagery } from 'mars3d-cesium'; export default TimeDynamicImagery; }
|
|
44022
|
+
declare module "cesium/Source/Scene/TimeDynamicPointCloud" { import { TimeDynamicPointCloud } from 'mars3d-cesium'; export default TimeDynamicPointCloud; }
|
|
44023
|
+
declare module "cesium/Source/Scene/UrlTemplateImageryProvider" { import { UrlTemplateImageryProvider } from 'mars3d-cesium'; export default UrlTemplateImageryProvider; }
|
|
44024
|
+
declare module "cesium/Source/Scene/VerticalOrigin" { import { VerticalOrigin } from 'mars3d-cesium'; export default VerticalOrigin; }
|
|
44025
|
+
declare module "cesium/Source/Scene/ViewportQuad" { import { ViewportQuad } from 'mars3d-cesium'; export default ViewportQuad; }
|
|
44026
|
+
declare module "cesium/Source/Scene/WebMapServiceImageryProvider" { import { WebMapServiceImageryProvider } from 'mars3d-cesium'; export default WebMapServiceImageryProvider; }
|
|
44027
|
+
declare module "cesium/Source/Scene/WebMapTileServiceImageryProvider" { import { WebMapTileServiceImageryProvider } from 'mars3d-cesium'; export default WebMapTileServiceImageryProvider; }
|
|
44028
|
+
declare module "cesium/Source/Widgets/ClockViewModel" { import { ClockViewModel } from 'mars3d-cesium'; export default ClockViewModel; }
|
|
44029
|
+
declare module "cesium/Source/Widgets/Command" { import { Command } from 'mars3d-cesium'; export default Command; }
|
|
44030
|
+
declare module "cesium/Source/Widgets/createCommand" { import { createCommand } from 'mars3d-cesium'; export default createCommand; }
|
|
44031
|
+
declare module "cesium/Source/Widgets/SvgPathBindingHandler" { import { SvgPathBindingHandler } from 'mars3d-cesium'; export default SvgPathBindingHandler; }
|
|
44032
|
+
declare module "cesium/Source/Widgets/ToggleButtonViewModel" { import { ToggleButtonViewModel } from 'mars3d-cesium'; export default ToggleButtonViewModel; }
|
|
44033
|
+
declare module "cesium/Source/Scene/ModelExperimental/CustomShader" { import { CustomShader } from 'mars3d-cesium'; export default CustomShader; }
|
|
44034
|
+
declare module "cesium/Source/Scene/ModelExperimental/CustomShaderMode" { import { CustomShaderMode } from 'mars3d-cesium'; export default CustomShaderMode; }
|
|
44035
|
+
declare module "cesium/Source/Scene/ModelExperimental/LightingModel" { import { LightingModel } from 'mars3d-cesium'; export default LightingModel; }
|
|
44036
|
+
declare module "cesium/Source/Scene/ModelExperimental/ModelExperimental" { import { ModelExperimental } from 'mars3d-cesium'; export default ModelExperimental; }
|
|
44037
|
+
declare module "cesium/Source/Scene/ModelExperimental/ModelFeature" { import { ModelFeature } from 'mars3d-cesium'; export default ModelFeature; }
|
|
44038
|
+
declare module "cesium/Source/Scene/ModelExperimental/TextureUniform" { import { TextureUniform } from 'mars3d-cesium'; export default TextureUniform; }
|
|
44039
|
+
declare module "cesium/Source/Scene/ModelExperimental/UniformType" { import { UniformType } from 'mars3d-cesium'; export default UniformType; }
|
|
44040
|
+
declare module "cesium/Source/Scene/ModelExperimental/VaryingType" { import { VaryingType } from 'mars3d-cesium'; export default VaryingType; }
|
|
44041
|
+
declare module "cesium/Source/Widgets/Animation/Animation" { import { Animation } from 'mars3d-cesium'; export default Animation; }
|
|
44042
|
+
declare module "cesium/Source/Widgets/Animation/AnimationViewModel" { import { AnimationViewModel } from 'mars3d-cesium'; export default AnimationViewModel; }
|
|
44043
|
+
declare module "cesium/Source/Widgets/BaseLayerPicker/BaseLayerPicker" { import { BaseLayerPicker } from 'mars3d-cesium'; export default BaseLayerPicker; }
|
|
44044
|
+
declare module "cesium/Source/Widgets/BaseLayerPicker/BaseLayerPickerViewModel" { import { BaseLayerPickerViewModel } from 'mars3d-cesium'; export default BaseLayerPickerViewModel; }
|
|
44045
|
+
declare module "cesium/Source/Widgets/BaseLayerPicker/ProviderViewModel" { import { ProviderViewModel } from 'mars3d-cesium'; export default ProviderViewModel; }
|
|
44046
|
+
declare module "cesium/Source/Widgets/Cesium3DTilesInspector/Cesium3DTilesInspector" { import { Cesium3DTilesInspector } from 'mars3d-cesium'; export default Cesium3DTilesInspector; }
|
|
44047
|
+
declare module "cesium/Source/Widgets/Cesium3DTilesInspector/Cesium3DTilesInspectorViewModel" { import { Cesium3DTilesInspectorViewModel } from 'mars3d-cesium'; export default Cesium3DTilesInspectorViewModel; }
|
|
44048
|
+
declare module "cesium/Source/Widgets/CesiumInspector/CesiumInspector" { import { CesiumInspector } from 'mars3d-cesium'; export default CesiumInspector; }
|
|
44049
|
+
declare module "cesium/Source/Widgets/CesiumInspector/CesiumInspectorViewModel" { import { CesiumInspectorViewModel } from 'mars3d-cesium'; export default CesiumInspectorViewModel; }
|
|
44050
|
+
declare module "cesium/Source/Widgets/CesiumWidget/CesiumWidget" { import { CesiumWidget } from 'mars3d-cesium'; export default CesiumWidget; }
|
|
44051
|
+
declare module "cesium/Source/Widgets/FullscreenButton/FullscreenButton" { import { FullscreenButton } from 'mars3d-cesium'; export default FullscreenButton; }
|
|
44052
|
+
declare module "cesium/Source/Widgets/FullscreenButton/FullscreenButtonViewModel" { import { FullscreenButtonViewModel } from 'mars3d-cesium'; export default FullscreenButtonViewModel; }
|
|
44053
|
+
declare module "cesium/Source/Widgets/Geocoder/Geocoder" { import { Geocoder } from 'mars3d-cesium'; export default Geocoder; }
|
|
44054
|
+
declare module "cesium/Source/Widgets/Geocoder/GeocoderViewModel" { import { GeocoderViewModel } from 'mars3d-cesium'; export default GeocoderViewModel; }
|
|
44055
|
+
declare module "cesium/Source/Widgets/HomeButton/HomeButton" { import { HomeButton } from 'mars3d-cesium'; export default HomeButton; }
|
|
44056
|
+
declare module "cesium/Source/Widgets/HomeButton/HomeButtonViewModel" { import { HomeButtonViewModel } from 'mars3d-cesium'; export default HomeButtonViewModel; }
|
|
44057
|
+
declare module "cesium/Source/Widgets/InfoBox/InfoBox" { import { InfoBox } from 'mars3d-cesium'; export default InfoBox; }
|
|
44058
|
+
declare module "cesium/Source/Widgets/InfoBox/InfoBoxViewModel" { import { InfoBoxViewModel } from 'mars3d-cesium'; export default InfoBoxViewModel; }
|
|
44059
|
+
declare module "cesium/Source/Widgets/NavigationHelpButton/NavigationHelpButton" { import { NavigationHelpButton } from 'mars3d-cesium'; export default NavigationHelpButton; }
|
|
44060
|
+
declare module "cesium/Source/Widgets/NavigationHelpButton/NavigationHelpButtonViewModel" { import { NavigationHelpButtonViewModel } from 'mars3d-cesium'; export default NavigationHelpButtonViewModel; }
|
|
44061
|
+
declare module "cesium/Source/Widgets/PerformanceWatchdog/PerformanceWatchdog" { import { PerformanceWatchdog } from 'mars3d-cesium'; export default PerformanceWatchdog; }
|
|
44062
|
+
declare module "cesium/Source/Widgets/PerformanceWatchdog/PerformanceWatchdogViewModel" { import { PerformanceWatchdogViewModel } from 'mars3d-cesium'; export default PerformanceWatchdogViewModel; }
|
|
44063
|
+
declare module "cesium/Source/Widgets/ProjectionPicker/ProjectionPicker" { import { ProjectionPicker } from 'mars3d-cesium'; export default ProjectionPicker; }
|
|
44064
|
+
declare module "cesium/Source/Widgets/ProjectionPicker/ProjectionPickerViewModel" { import { ProjectionPickerViewModel } from 'mars3d-cesium'; export default ProjectionPickerViewModel; }
|
|
44065
|
+
declare module "cesium/Source/Widgets/SceneModePicker/SceneModePicker" { import { SceneModePicker } from 'mars3d-cesium'; export default SceneModePicker; }
|
|
44066
|
+
declare module "cesium/Source/Widgets/SceneModePicker/SceneModePickerViewModel" { import { SceneModePickerViewModel } from 'mars3d-cesium'; export default SceneModePickerViewModel; }
|
|
44067
|
+
declare module "cesium/Source/Widgets/SelectionIndicator/SelectionIndicator" { import { SelectionIndicator } from 'mars3d-cesium'; export default SelectionIndicator; }
|
|
44068
|
+
declare module "cesium/Source/Widgets/SelectionIndicator/SelectionIndicatorViewModel" { import { SelectionIndicatorViewModel } from 'mars3d-cesium'; export default SelectionIndicatorViewModel; }
|
|
44069
|
+
declare module "cesium/Source/Widgets/Timeline/Timeline" { import { Timeline } from 'mars3d-cesium'; export default Timeline; }
|
|
44070
|
+
declare module "cesium/Source/Widgets/Viewer/Viewer" { import { Viewer } from 'mars3d-cesium'; export default Viewer; }
|
|
44071
|
+
declare module "cesium/Source/Widgets/Viewer/viewerCesium3DTilesInspectorMixin" { import { viewerCesium3DTilesInspectorMixin } from 'mars3d-cesium'; export default viewerCesium3DTilesInspectorMixin; }
|
|
44072
|
+
declare module "cesium/Source/Widgets/Viewer/viewerCesiumInspectorMixin" { import { viewerCesiumInspectorMixin } from 'mars3d-cesium'; export default viewerCesiumInspectorMixin; }
|
|
44073
|
+
declare module "cesium/Source/Widgets/Viewer/viewerDragDropMixin" { import { viewerDragDropMixin } from 'mars3d-cesium'; export default viewerDragDropMixin; }
|
|
44074
|
+
declare module "cesium/Source/Widgets/Viewer/viewerPerformanceWatchdogMixin" { import { viewerPerformanceWatchdogMixin } from 'mars3d-cesium'; export default viewerPerformanceWatchdogMixin; }
|
|
44075
|
+
declare module "cesium/Source/Widgets/VRButton/VRButton" { import { VRButton } from 'mars3d-cesium'; export default VRButton; }
|
|
44076
|
+
declare module "cesium/Source/Widgets/VRButton/VRButtonViewModel" { import { VRButtonViewModel } from 'mars3d-cesium'; export default VRButtonViewModel; }
|