mars3d-cesium 1.101.1 → 1.102.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Build/Cesium/Cesium.d.ts +1273 -689
- package/Build/Cesium/Cesium.js +4822 -4850
- package/Build/Cesium/Workers/{AxisAlignedBoundingBox-ba8ff526.js → AxisAlignedBoundingBox-680337b6.js} +1 -1
- package/Build/Cesium/Workers/{BoundingRectangle-d5562dff.js → BoundingRectangle-58f64349.js} +1 -1
- package/Build/Cesium/Workers/{BoxGeometry-dd38aa6b.js → BoxGeometry-fb4b6b60.js} +1 -1
- package/Build/Cesium/Workers/{Color-0023019e.js → Color-6b751834.js} +1 -1
- package/Build/Cesium/Workers/{CoplanarPolygonGeometryLibrary-2fb2715b.js → CoplanarPolygonGeometryLibrary-1b418734.js} +1 -1
- package/Build/Cesium/Workers/CorridorGeometryLibrary-8e93b16a.js +1 -0
- package/Build/Cesium/Workers/{CylinderGeometry-f7520869.js → CylinderGeometry-9c8f8c77.js} +1 -1
- package/Build/Cesium/Workers/{EllipseGeometry-cf52e05b.js → EllipseGeometry-7a90d5bc.js} +1 -1
- package/Build/Cesium/Workers/{EllipseGeometryLibrary-574e5a91.js → EllipseGeometryLibrary-27e68ef4.js} +1 -1
- package/Build/Cesium/Workers/{EllipseOutlineGeometry-50ba7912.js → EllipseOutlineGeometry-557afe07.js} +1 -1
- package/Build/Cesium/Workers/{EllipsoidGeometry-756342f9.js → EllipsoidGeometry-bcf775bb.js} +1 -1
- package/Build/Cesium/Workers/{EllipsoidOutlineGeometry-783b26cc.js → EllipsoidOutlineGeometry-97f1f7c7.js} +1 -1
- package/Build/Cesium/Workers/{EllipsoidTangentPlane-fc1becbb.js → EllipsoidTangentPlane-ae5d3d65.js} +1 -1
- package/Build/Cesium/Workers/{FrustumGeometry-66dd29e8.js → FrustumGeometry-f54f215c.js} +1 -1
- package/Build/Cesium/Workers/{GeometryAttribute-944b7aef.js → GeometryAttribute-6ed30287.js} +1 -1
- package/Build/Cesium/Workers/{GeometryPipeline-fafdd6b1.js → GeometryPipeline-c180ffdb.js} +1 -1
- package/Build/Cesium/Workers/{IntersectionTests-da3e2bdf.js → IntersectionTests-7d927f09.js} +1 -1
- package/Build/Cesium/Workers/{OrientedBoundingBox-ac323c64.js → OrientedBoundingBox-60a5c9a1.js} +1 -1
- package/Build/Cesium/Workers/{PolygonGeometryLibrary-528d15dd.js → PolygonGeometryLibrary-227b23c8.js} +1 -1
- package/Build/Cesium/Workers/{PolygonPipeline-7de38ba5.js → PolygonPipeline-f56a8ec5.js} +1 -1
- package/Build/Cesium/Workers/{PolylinePipeline-576cc29e.js → PolylinePipeline-eba1803b.js} +1 -1
- package/Build/Cesium/Workers/{PolylineVolumeGeometryLibrary-bf1fd89f.js → PolylineVolumeGeometryLibrary-1f624b8b.js} +1 -1
- package/Build/Cesium/Workers/{PrimitivePipeline-6dcd9231.js → PrimitivePipeline-736b1b51.js} +1 -1
- package/Build/Cesium/Workers/{RectangleGeometryLibrary-d62cc89b.js → RectangleGeometryLibrary-f1f036f8.js} +1 -1
- package/Build/Cesium/Workers/{TerrainEncoding-99f48506.js → TerrainEncoding-ce59c054.js} +1 -1
- package/Build/Cesium/Workers/{Transforms-b1441a66.js → Transforms-b7f686a8.js} +1 -1
- package/Build/Cesium/Workers/{WallGeometryLibrary-1f160087.js → WallGeometryLibrary-d2baa4b3.js} +1 -1
- package/Build/Cesium/Workers/cesiumWorkerBootstrapper.js +1 -1
- 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/createVectorTileGeometries.js +1 -1
- package/Build/Cesium/Workers/createVectorTilePolygons.js +1 -1
- package/Build/Cesium/Workers/createVerticesFromGoogleEarthEnterpriseBuffer.js +1 -1
- package/Build/Cesium/Workers/createVerticesFromHeightmap.js +1 -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/package.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/index.cjs +4821 -4849
- package/Build/Cesium/index.js +4839 -4867
- package/README.md +51 -43
- package/package.json +9 -9
- package/Build/Cesium/Workers/CorridorGeometryLibrary-c5b09da3.js +0 -1
package/Build/Cesium/Cesium.d.ts
CHANGED
|
@@ -6542,6 +6542,12 @@ export namespace FeatureDetection {
|
|
|
6542
6542
|
* @returns true if the browsers supports Web Assembly, false if not.
|
|
6543
6543
|
*/
|
|
6544
6544
|
function supportsWebAssembly(): boolean;
|
|
6545
|
+
/**
|
|
6546
|
+
* Detects whether the current browser supports a WebGL2 rendering context for the specified scene.
|
|
6547
|
+
* @param scene - the Cesium scene specifying the rendering context
|
|
6548
|
+
* @returns true if the browser supports a WebGL2 rendering context, false if not.
|
|
6549
|
+
*/
|
|
6550
|
+
function supportsWebgl2(scene: Scene): boolean;
|
|
6545
6551
|
}
|
|
6546
6552
|
|
|
6547
6553
|
/**
|
|
@@ -9932,9 +9938,10 @@ export class Matrix2 implements ArrayLike<number> {
|
|
|
9932
9938
|
* Sets the rotation assuming the matrix is an affine transformation.
|
|
9933
9939
|
* @param matrix - The matrix.
|
|
9934
9940
|
* @param rotation - The rotation matrix.
|
|
9941
|
+
* @param result - The object onto which to store the result.
|
|
9935
9942
|
* @returns The modified result parameter.
|
|
9936
9943
|
*/
|
|
9937
|
-
static setRotation(matrix: Matrix2, rotation: Matrix2): Matrix2;
|
|
9944
|
+
static setRotation(matrix: Matrix2, rotation: Matrix2, result: Matrix2): Matrix2;
|
|
9938
9945
|
/**
|
|
9939
9946
|
* Extracts the rotation matrix assuming the matrix is an affine transformation.
|
|
9940
9947
|
* @param matrix - The matrix.
|
|
@@ -9992,7 +9999,7 @@ export class Matrix2 implements ArrayLike<number> {
|
|
|
9992
9999
|
* @param result - The object onto which to store the result.
|
|
9993
10000
|
* @returns The modified result parameter.
|
|
9994
10001
|
*/
|
|
9995
|
-
static multiplyByScale(matrix: Matrix2, scale:
|
|
10002
|
+
static multiplyByScale(matrix: Matrix2, scale: Cartesian2, result: Matrix2): Matrix2;
|
|
9996
10003
|
/**
|
|
9997
10004
|
* Computes the product of a matrix times a uniform scale, as if the scale were a scale matrix.
|
|
9998
10005
|
* @example
|
|
@@ -10387,9 +10394,10 @@ export class Matrix3 implements ArrayLike<number> {
|
|
|
10387
10394
|
* Sets the rotation assuming the matrix is an affine transformation.
|
|
10388
10395
|
* @param matrix - The matrix.
|
|
10389
10396
|
* @param rotation - The rotation matrix.
|
|
10397
|
+
* @param result - The object onto which to store the result.
|
|
10390
10398
|
* @returns The modified result parameter.
|
|
10391
10399
|
*/
|
|
10392
|
-
static setRotation(matrix: Matrix3, rotation: Matrix3): Matrix3;
|
|
10400
|
+
static setRotation(matrix: Matrix3, rotation: Matrix3, result: Matrix3): Matrix3;
|
|
10393
10401
|
/**
|
|
10394
10402
|
* Extracts the rotation matrix assuming the matrix is an affine transformation.
|
|
10395
10403
|
* @param matrix - The matrix.
|
|
@@ -10447,7 +10455,7 @@ export class Matrix3 implements ArrayLike<number> {
|
|
|
10447
10455
|
* @param result - The object onto which to store the result.
|
|
10448
10456
|
* @returns The modified result parameter.
|
|
10449
10457
|
*/
|
|
10450
|
-
static multiplyByScale(matrix: Matrix3, scale:
|
|
10458
|
+
static multiplyByScale(matrix: Matrix3, scale: Cartesian3, result: Matrix3): Matrix3;
|
|
10451
10459
|
/**
|
|
10452
10460
|
* Computes the product of a matrix times a uniform scale, as if the scale were a scale matrix.
|
|
10453
10461
|
* @example
|
|
@@ -11050,9 +11058,10 @@ export class Matrix4 implements ArrayLike<number> {
|
|
|
11050
11058
|
* Sets the rotation assuming the matrix is an affine transformation.
|
|
11051
11059
|
* @param matrix - The matrix.
|
|
11052
11060
|
* @param rotation - The rotation matrix.
|
|
11061
|
+
* @param result - The object onto which to store the result.
|
|
11053
11062
|
* @returns The modified result parameter.
|
|
11054
11063
|
*/
|
|
11055
|
-
static setRotation(matrix: Matrix4, rotation: Matrix3): Matrix4;
|
|
11064
|
+
static setRotation(matrix: Matrix4, rotation: Matrix3, result: Matrix4): Matrix4;
|
|
11056
11065
|
/**
|
|
11057
11066
|
* Extracts the rotation matrix assuming the matrix is an affine transformation.
|
|
11058
11067
|
* @param matrix - The matrix.
|
|
@@ -11800,7 +11809,7 @@ export class OpenCageGeocoderService {
|
|
|
11800
11809
|
|
|
11801
11810
|
/**
|
|
11802
11811
|
* Creates an instance of an OrientedBoundingBox.
|
|
11803
|
-
An OrientedBoundingBox of some object is a closed and convex cuboid. It can provide a tighter bounding volume than {@link BoundingSphere} or {@link AxisAlignedBoundingBox} in many cases.
|
|
11812
|
+
An OrientedBoundingBox of some object is a closed and convex rectangular cuboid. It can provide a tighter bounding volume than {@link BoundingSphere} or {@link AxisAlignedBoundingBox} in many cases.
|
|
11804
11813
|
* @example
|
|
11805
11814
|
* // Create an OrientedBoundingBox using a transformation matrix, a position where the box will be translated, and a scale.
|
|
11806
11815
|
const center = new Cesium.Cartesian3(1.0, 0.0, 0.0);
|
|
@@ -11809,7 +11818,7 @@ const halfAxes = Cesium.Matrix3.fromScale(new Cesium.Cartesian3(1.0, 3.0, 2.0),
|
|
|
11809
11818
|
const obb = new Cesium.OrientedBoundingBox(center, halfAxes);
|
|
11810
11819
|
* @param [center = Cartesian3.ZERO] - The center of the box.
|
|
11811
11820
|
* @param [halfAxes = Matrix3.ZERO] - The three orthogonal half-axes of the bounding box.
|
|
11812
|
-
Equivalently, the transformation matrix, to rotate and scale a
|
|
11821
|
+
Equivalently, the transformation matrix, to rotate and scale a 1x1x1
|
|
11813
11822
|
cube centered at the origin.
|
|
11814
11823
|
*/
|
|
11815
11824
|
export class OrientedBoundingBox {
|
|
@@ -12651,6 +12660,14 @@ export enum PixelFormat {
|
|
|
12651
12660
|
* A pixel format containing an alpha channel.
|
|
12652
12661
|
*/
|
|
12653
12662
|
ALPHA = WebGLConstants.ALPHA,
|
|
12663
|
+
/**
|
|
12664
|
+
* A pixel format containing a red channel
|
|
12665
|
+
*/
|
|
12666
|
+
RED = WebGLConstants.RED,
|
|
12667
|
+
/**
|
|
12668
|
+
* A pixel format containing red and green channels.
|
|
12669
|
+
*/
|
|
12670
|
+
RG = WebGLConstants.RG,
|
|
12654
12671
|
/**
|
|
12655
12672
|
* A pixel format containing red, green, and blue channels.
|
|
12656
12673
|
*/
|
|
@@ -17460,9 +17477,8 @@ export namespace Transforms {
|
|
|
17460
17477
|
indicates that the preload has completed.
|
|
17461
17478
|
* @example
|
|
17462
17479
|
* const interval = new Cesium.TimeInterval(...);
|
|
17463
|
-
|
|
17464
|
-
|
|
17465
|
-
});
|
|
17480
|
+
await Cesium.Transforms.preloadIcrfFixed(interval));
|
|
17481
|
+
// the data is now loaded
|
|
17466
17482
|
* @param timeInterval - The interval to preload.
|
|
17467
17483
|
* @returns A promise that, when resolved, indicates that the preload has completed
|
|
17468
17484
|
and evaluation of the transformation between the fixed and ICRF axes will
|
|
@@ -24973,6 +24989,49 @@ export class WallGraphics {
|
|
|
24973
24989
|
merge(source: WallGraphics): void;
|
|
24974
24990
|
}
|
|
24975
24991
|
|
|
24992
|
+
/**
|
|
24993
|
+
* Options to control the setting up of a WebGL Context.
|
|
24994
|
+
<p>
|
|
24995
|
+
<code>allowTextureFilterAnisotropic</code> defaults to true, which enables
|
|
24996
|
+
anisotropic texture filtering when the WebGL extension is supported.
|
|
24997
|
+
Setting this to false will improve performance, but hurt visual quality,
|
|
24998
|
+
especially for horizon views.
|
|
24999
|
+
</p>
|
|
25000
|
+
* @property [requestWebGl1 = false] - If true and the browser supports it, use a WebGL 1 rendering context
|
|
25001
|
+
* @property [allowTextureFilterAnisotropic = true] - If true, use anisotropic filtering during texture sampling
|
|
25002
|
+
* @property [webgl] - WebGL options to be passed on to canvas.getContext
|
|
25003
|
+
* @property [getWebGLStub] - A function to create a WebGL stub for testing
|
|
25004
|
+
*/
|
|
25005
|
+
export type ContextOptions = {
|
|
25006
|
+
requestWebGl1?: boolean;
|
|
25007
|
+
allowTextureFilterAnisotropic?: boolean;
|
|
25008
|
+
webgl?: WebGLOptions;
|
|
25009
|
+
getWebGLStub?: (...params: any[]) => any;
|
|
25010
|
+
};
|
|
25011
|
+
|
|
25012
|
+
/**
|
|
25013
|
+
* WebGL options to be passed on to HTMLCanvasElement.getContext().
|
|
25014
|
+
See {@link https://registry.khronos.org/webgl/specs/latest/1.0/#5.2|WebGLContextAttributes}
|
|
25015
|
+
but note the modified defaults for 'alpha', 'stencil', and 'powerPreference'
|
|
25016
|
+
|
|
25017
|
+
<p>
|
|
25018
|
+
<code>alpha</code> defaults to false, which can improve performance
|
|
25019
|
+
compared to the standard WebGL default of true. If an application needs
|
|
25020
|
+
to composite Cesium above other HTML elements using alpha-blending, set
|
|
25021
|
+
<code>alpha</code> to true.
|
|
25022
|
+
</p>
|
|
25023
|
+
*/
|
|
25024
|
+
export type WebGLOptions = {
|
|
25025
|
+
alpha?: boolean;
|
|
25026
|
+
depth?: boolean;
|
|
25027
|
+
stencil?: boolean;
|
|
25028
|
+
antialias?: boolean;
|
|
25029
|
+
premultipliedAlpha?: boolean;
|
|
25030
|
+
preserveDrawingBuffer?: boolean;
|
|
25031
|
+
powerPreference?: "default" | "low-power" | "high-performance";
|
|
25032
|
+
failIfMajorPerformanceCaveat?: boolean;
|
|
25033
|
+
};
|
|
25034
|
+
|
|
24976
25035
|
/**
|
|
24977
25036
|
* The data type of a pixel.
|
|
24978
25037
|
*/
|
|
@@ -29236,6 +29295,112 @@ export class Cesium3DTileStyle {
|
|
|
29236
29295
|
meta: StyleExpression;
|
|
29237
29296
|
}
|
|
29238
29297
|
|
|
29298
|
+
/**
|
|
29299
|
+
* A {@link VoxelProvider} that fetches voxel data from a 3D Tiles tileset.
|
|
29300
|
+
<p>
|
|
29301
|
+
Implements the {@link VoxelProvider} interface.
|
|
29302
|
+
</p>
|
|
29303
|
+
* @param options - Object with the following properties:
|
|
29304
|
+
* @param options.url - The URL to a tileset JSON file.
|
|
29305
|
+
*/
|
|
29306
|
+
export class Cesium3DTilesVoxelProvider extends VoxelProvider {
|
|
29307
|
+
constructor(options: {
|
|
29308
|
+
url: Resource | string | Promise<Resource> | Promise<string>;
|
|
29309
|
+
});
|
|
29310
|
+
/**
|
|
29311
|
+
* Gets a value indicating whether or not the provider is ready for use.
|
|
29312
|
+
*/
|
|
29313
|
+
readonly ready: boolean;
|
|
29314
|
+
/**
|
|
29315
|
+
* A transform from local space to global space. If undefined, the identity matrix will be used instead.
|
|
29316
|
+
*/
|
|
29317
|
+
readonly globalTransform: Matrix4 | undefined;
|
|
29318
|
+
/**
|
|
29319
|
+
* A transform from shape space to local space. If undefined, the identity matrix will be used instead.
|
|
29320
|
+
*/
|
|
29321
|
+
readonly shapeTransform: Matrix4 | undefined;
|
|
29322
|
+
/**
|
|
29323
|
+
* Gets the {@link VoxelShapeType}
|
|
29324
|
+
This should not be called before {@link VoxelProvider#ready} returns true.
|
|
29325
|
+
*/
|
|
29326
|
+
readonly shape: VoxelShapeType;
|
|
29327
|
+
/**
|
|
29328
|
+
* Gets the minimum bounds.
|
|
29329
|
+
If undefined, the shape's default minimum bounds will be used instead.
|
|
29330
|
+
This should not be called before {@link VoxelProvider#ready} returns true.
|
|
29331
|
+
*/
|
|
29332
|
+
readonly minBounds: Cartesian3 | undefined;
|
|
29333
|
+
/**
|
|
29334
|
+
* Gets the maximum bounds.
|
|
29335
|
+
If undefined, the shape's default maximum bounds will be used instead.
|
|
29336
|
+
This should not be called before {@link VoxelProvider#ready} returns true.
|
|
29337
|
+
*/
|
|
29338
|
+
readonly maxBounds: Cartesian3 | undefined;
|
|
29339
|
+
/**
|
|
29340
|
+
* Gets the number of voxels per dimension of a tile. This is the same for all tiles in the dataset.
|
|
29341
|
+
This should not be called before {@link VoxelProvider#ready} returns true.
|
|
29342
|
+
*/
|
|
29343
|
+
readonly dimensions: Cartesian3;
|
|
29344
|
+
/**
|
|
29345
|
+
* Gets the number of padding voxels before the tile. This improves rendering quality when sampling the edge of a tile, but it increases memory usage.
|
|
29346
|
+
This should not be called before {@link VoxelProvider#ready} returns true.
|
|
29347
|
+
*/
|
|
29348
|
+
readonly paddingBefore: Cartesian3 | undefined;
|
|
29349
|
+
/**
|
|
29350
|
+
* Gets the number of padding voxels after the tile. This improves rendering quality when sampling the edge of a tile, but it increases memory usage.
|
|
29351
|
+
This should not be called before {@link VoxelProvider#ready} returns true.
|
|
29352
|
+
*/
|
|
29353
|
+
readonly paddingAfter: Cartesian3 | undefined;
|
|
29354
|
+
/**
|
|
29355
|
+
* Gets the metadata names.
|
|
29356
|
+
This should not be called before {@link VoxelProvider#ready} returns true.
|
|
29357
|
+
*/
|
|
29358
|
+
readonly names: string[];
|
|
29359
|
+
/**
|
|
29360
|
+
* Gets the metadata types.
|
|
29361
|
+
This should not be called before {@link VoxelProvider#ready} returns true.
|
|
29362
|
+
*/
|
|
29363
|
+
readonly types: MetadataType[];
|
|
29364
|
+
/**
|
|
29365
|
+
* Gets the metadata component types.
|
|
29366
|
+
This should not be called before {@link VoxelProvider#ready} returns true.
|
|
29367
|
+
*/
|
|
29368
|
+
readonly componentTypes: MetadataComponentType[];
|
|
29369
|
+
/**
|
|
29370
|
+
* Gets the metadata minimum values.
|
|
29371
|
+
This should not be called before {@link VoxelProvider#ready} returns true.
|
|
29372
|
+
*/
|
|
29373
|
+
readonly minimumValues: number[][] | undefined;
|
|
29374
|
+
/**
|
|
29375
|
+
* Gets the metadata maximum values.
|
|
29376
|
+
This should not be called before {@link VoxelProvider#ready} returns true.
|
|
29377
|
+
*/
|
|
29378
|
+
readonly maximumValues: number[][] | undefined;
|
|
29379
|
+
/**
|
|
29380
|
+
* The maximum number of tiles that exist for this provider. This value is used as a hint to the voxel renderer to allocate an appropriate amount of GPU memory. If this value is not known it can be undefined.
|
|
29381
|
+
This should not be called before {@link VoxelProvider#ready} returns true.
|
|
29382
|
+
*/
|
|
29383
|
+
readonly maximumTileCount: number | undefined;
|
|
29384
|
+
/**
|
|
29385
|
+
* Requests the data for a given tile. The data is a flattened 3D array ordered by X, then Y, then Z.
|
|
29386
|
+
This function should not be called before {@link VoxelProvider#ready} returns true.
|
|
29387
|
+
* @param [options] - Object with the following properties:
|
|
29388
|
+
* @param [options.tileLevel = 0] - The tile's level.
|
|
29389
|
+
* @param [options.tileX = 0] - The tile's X coordinate.
|
|
29390
|
+
* @param [options.tileY = 0] - The tile's Y coordinate.
|
|
29391
|
+
* @param [options.tileZ = 0] - The tile's Z coordinate.
|
|
29392
|
+
* @returns A promise to an array of typed arrays containing the requested voxel data or undefined if there was a problem loading the data.
|
|
29393
|
+
*/
|
|
29394
|
+
requestData(options?: {
|
|
29395
|
+
tileLevel?: number;
|
|
29396
|
+
tileX?: number;
|
|
29397
|
+
tileY?: number;
|
|
29398
|
+
tileZ?: number;
|
|
29399
|
+
}): Promise<any[][]> | undefined;
|
|
29400
|
+
}
|
|
29401
|
+
|
|
29402
|
+
export var readyPromise: any;
|
|
29403
|
+
|
|
29239
29404
|
/**
|
|
29240
29405
|
* A ParticleEmitter that emits particles from a circle.
|
|
29241
29406
|
Particles will be positioned within a circle and have initial velocities going along the z vector.
|
|
@@ -31128,6 +31293,11 @@ export class Globe {
|
|
|
31128
31293
|
* Whether to cull back-facing terrain. Back faces are not culled when the camera is underground or translucency is enabled.
|
|
31129
31294
|
*/
|
|
31130
31295
|
backFaceCulling: boolean;
|
|
31296
|
+
/**
|
|
31297
|
+
* Determines the darkness of the vertex shadow.
|
|
31298
|
+
This only takes effect when <code>enableLighting</code> is <code>true</code>.
|
|
31299
|
+
*/
|
|
31300
|
+
vertexShadowDarkness: number;
|
|
31131
31301
|
/**
|
|
31132
31302
|
* Gets an ellipsoid describing the shape of this globe.
|
|
31133
31303
|
*/
|
|
@@ -32617,6 +32787,22 @@ export class I3SLayer {
|
|
|
32617
32787
|
* Gets the I3S data for this object.
|
|
32618
32788
|
*/
|
|
32619
32789
|
readonly data: any;
|
|
32790
|
+
/**
|
|
32791
|
+
* The version string of the loaded I3S dataset
|
|
32792
|
+
*/
|
|
32793
|
+
readonly version: string;
|
|
32794
|
+
/**
|
|
32795
|
+
* The major version number of the loaded I3S dataset
|
|
32796
|
+
*/
|
|
32797
|
+
readonly majorVersion: number;
|
|
32798
|
+
/**
|
|
32799
|
+
* The minor version number of the loaded I3S dataset
|
|
32800
|
+
*/
|
|
32801
|
+
readonly minorVersion: number;
|
|
32802
|
+
/**
|
|
32803
|
+
* When <code>true</code>, when the loaded I3S version is 1.6 or older
|
|
32804
|
+
*/
|
|
32805
|
+
readonly legacyVersion16: boolean;
|
|
32620
32806
|
}
|
|
32621
32807
|
|
|
32622
32808
|
/**
|
|
@@ -32668,6 +32854,18 @@ export class I3SNode {
|
|
|
32668
32854
|
* @returns A promise that is resolved when the I3S Node fields are loaded
|
|
32669
32855
|
*/
|
|
32670
32856
|
loadFields(): Promise<void>;
|
|
32857
|
+
/**
|
|
32858
|
+
* Returns the fields for a given picked position
|
|
32859
|
+
* @param pickedPosition - The picked position
|
|
32860
|
+
* @returns Object containing field names and their values
|
|
32861
|
+
*/
|
|
32862
|
+
getFieldsForPickedPosition(pickedPosition: Cartesian3): any;
|
|
32863
|
+
/**
|
|
32864
|
+
* Returns the fields for a given feature
|
|
32865
|
+
* @param featureIndex - Index of the feature whose attributes we want to get
|
|
32866
|
+
* @returns Object containing field names and their values
|
|
32867
|
+
*/
|
|
32868
|
+
getFieldsForFeature(featureIndex: number): any;
|
|
32671
32869
|
}
|
|
32672
32870
|
|
|
32673
32871
|
/**
|
|
@@ -35010,6 +35208,451 @@ export namespace MaterialAppearance {
|
|
|
35010
35208
|
}
|
|
35011
35209
|
}
|
|
35012
35210
|
|
|
35211
|
+
/**
|
|
35212
|
+
* A metadata class.
|
|
35213
|
+
|
|
35214
|
+
<p>
|
|
35215
|
+
See the {@link https://github.com/CesiumGS/3d-tiles/tree/main/specification/Metadata|3D Metadata Specification} for 3D Tiles
|
|
35216
|
+
</p>
|
|
35217
|
+
* @param options - Object with the following properties:
|
|
35218
|
+
* @param options.id - The ID of the class.
|
|
35219
|
+
* @param [options.name] - The name of the class.
|
|
35220
|
+
* @param [options.description] - The description of the class.
|
|
35221
|
+
* @param [options.properties] - The class properties, where each key is the property ID.
|
|
35222
|
+
* @param [options.extras] - Extra user-defined properties.
|
|
35223
|
+
* @param [options.extensions] - An object containing extensions.
|
|
35224
|
+
*/
|
|
35225
|
+
export class MetadataClass {
|
|
35226
|
+
constructor(options: {
|
|
35227
|
+
id: string;
|
|
35228
|
+
name?: string;
|
|
35229
|
+
description?: string;
|
|
35230
|
+
properties?: {
|
|
35231
|
+
[key: string]: MetadataClassProperty;
|
|
35232
|
+
};
|
|
35233
|
+
extras?: any;
|
|
35234
|
+
extensions?: any;
|
|
35235
|
+
});
|
|
35236
|
+
/**
|
|
35237
|
+
* The class properties.
|
|
35238
|
+
*/
|
|
35239
|
+
readonly properties: {
|
|
35240
|
+
[key: string]: MetadataClassProperty;
|
|
35241
|
+
};
|
|
35242
|
+
/**
|
|
35243
|
+
* The ID of the class.
|
|
35244
|
+
*/
|
|
35245
|
+
readonly id: string;
|
|
35246
|
+
/**
|
|
35247
|
+
* The name of the class.
|
|
35248
|
+
*/
|
|
35249
|
+
readonly name: string;
|
|
35250
|
+
/**
|
|
35251
|
+
* The description of the class.
|
|
35252
|
+
*/
|
|
35253
|
+
readonly description: string;
|
|
35254
|
+
/**
|
|
35255
|
+
* Extra user-defined properties.
|
|
35256
|
+
*/
|
|
35257
|
+
readonly extras: any;
|
|
35258
|
+
/**
|
|
35259
|
+
* An object containing extensions.
|
|
35260
|
+
*/
|
|
35261
|
+
readonly extensions: any;
|
|
35262
|
+
}
|
|
35263
|
+
|
|
35264
|
+
/**
|
|
35265
|
+
* A metadata property, as part of a {@link MetadataClass}.
|
|
35266
|
+
<p>
|
|
35267
|
+
See the {@link https://github.com/CesiumGS/3d-tiles/tree/main/specification/Metadata|3D Metadata Specification} for 3D Tiles
|
|
35268
|
+
</p>
|
|
35269
|
+
* @param options - Object with the following properties:
|
|
35270
|
+
* @param options.id - The ID of the property.
|
|
35271
|
+
* @param options.type - The type of the property such as SCALAR, VEC2, VEC3.
|
|
35272
|
+
* @param [options.componentType] - The component type of the property. This includes integer (e.g. INT8 or UINT16), and floating point (FLOAT32 and FLOAT64) values.
|
|
35273
|
+
* @param [options.enumType] - The enum type of the property. Only defined when type is ENUM.
|
|
35274
|
+
* @param [options.isArray = false] - True if a property is an array (either fixed length or variable length), false otherwise.
|
|
35275
|
+
* @param [options.isVariableLengthArray = false] - True if a property is a variable length array, false otherwise.
|
|
35276
|
+
* @param [options.arrayLength] - The number of array elements. Only defined for fixed length arrays.
|
|
35277
|
+
* @param [options.normalized = false] - Whether the property is normalized.
|
|
35278
|
+
* @param [options.min] - A number or an array of numbers storing the minimum allowable value of this property. Only defined when type is a numeric type.
|
|
35279
|
+
* @param [options.max] - A number or an array of numbers storing the maximum allowable value of this property. Only defined when type is a numeric type.
|
|
35280
|
+
* @param [options.offset] - The offset to be added to property values as part of the value transform.
|
|
35281
|
+
* @param [options.scale] - The scale to be multiplied to property values as part of the value transform.
|
|
35282
|
+
* @param [options.noData] - The no-data sentinel value that represents null values.
|
|
35283
|
+
* @param [options.default] - A default value to use when an entity's property value is not defined.
|
|
35284
|
+
* @param [options.required = false] - Whether the property is required.
|
|
35285
|
+
* @param [options.name] - The name of the property.
|
|
35286
|
+
* @param [options.description] - The description of the property.
|
|
35287
|
+
* @param [options.semantic] - An identifier that describes how this property should be interpreted.
|
|
35288
|
+
* @param [options.extras] - Extra user-defined properties.
|
|
35289
|
+
* @param [options.extensions] - An object containing extensions.
|
|
35290
|
+
*/
|
|
35291
|
+
export class MetadataClassProperty {
|
|
35292
|
+
constructor(options: {
|
|
35293
|
+
id: string;
|
|
35294
|
+
type: MetadataType;
|
|
35295
|
+
componentType?: MetadataComponentType;
|
|
35296
|
+
enumType?: MetadataEnum;
|
|
35297
|
+
isArray?: boolean;
|
|
35298
|
+
isVariableLengthArray?: boolean;
|
|
35299
|
+
arrayLength?: number;
|
|
35300
|
+
normalized?: boolean;
|
|
35301
|
+
min?: number | number[] | number[][];
|
|
35302
|
+
max?: number | number[] | number[][];
|
|
35303
|
+
offset?: number | number[] | number[][];
|
|
35304
|
+
scale?: number | number[] | number[][];
|
|
35305
|
+
noData?: boolean | number | string | any[];
|
|
35306
|
+
default?: boolean | number | string | any[];
|
|
35307
|
+
required?: boolean;
|
|
35308
|
+
name?: string;
|
|
35309
|
+
description?: string;
|
|
35310
|
+
semantic?: string;
|
|
35311
|
+
extras?: any;
|
|
35312
|
+
extensions?: any;
|
|
35313
|
+
});
|
|
35314
|
+
/**
|
|
35315
|
+
* The ID of the property.
|
|
35316
|
+
*/
|
|
35317
|
+
readonly id: string;
|
|
35318
|
+
/**
|
|
35319
|
+
* The name of the property.
|
|
35320
|
+
*/
|
|
35321
|
+
readonly name: string;
|
|
35322
|
+
/**
|
|
35323
|
+
* The description of the property.
|
|
35324
|
+
*/
|
|
35325
|
+
readonly description: string;
|
|
35326
|
+
/**
|
|
35327
|
+
* The type of the property such as SCALAR, VEC2, VEC3
|
|
35328
|
+
*/
|
|
35329
|
+
readonly type: MetadataType;
|
|
35330
|
+
/**
|
|
35331
|
+
* The enum type of the property. Only defined when type is ENUM.
|
|
35332
|
+
*/
|
|
35333
|
+
readonly enumType: MetadataEnum;
|
|
35334
|
+
/**
|
|
35335
|
+
* The component type of the property. This includes integer
|
|
35336
|
+
(e.g. INT8 or UINT16), and floating point (FLOAT32 and FLOAT64) values
|
|
35337
|
+
*/
|
|
35338
|
+
readonly componentType: MetadataComponentType;
|
|
35339
|
+
/**
|
|
35340
|
+
* True if a property is an array (either fixed length or variable length),
|
|
35341
|
+
false otherwise.
|
|
35342
|
+
*/
|
|
35343
|
+
readonly isArray: boolean;
|
|
35344
|
+
/**
|
|
35345
|
+
* True if a property is a variable length array, false otherwise.
|
|
35346
|
+
*/
|
|
35347
|
+
readonly isVariableLengthArray: boolean;
|
|
35348
|
+
/**
|
|
35349
|
+
* The number of array elements. Only defined for fixed-size
|
|
35350
|
+
arrays.
|
|
35351
|
+
*/
|
|
35352
|
+
readonly arrayLength: number;
|
|
35353
|
+
/**
|
|
35354
|
+
* Whether the property is normalized.
|
|
35355
|
+
*/
|
|
35356
|
+
readonly normalized: boolean;
|
|
35357
|
+
/**
|
|
35358
|
+
* A number or an array of numbers storing the maximum allowable value of this property. Only defined when type is a numeric type.
|
|
35359
|
+
*/
|
|
35360
|
+
readonly max: number | number[] | number[][];
|
|
35361
|
+
/**
|
|
35362
|
+
* A number or an array of numbers storing the minimum allowable value of this property. Only defined when type is a numeric type.
|
|
35363
|
+
*/
|
|
35364
|
+
readonly min: number | number[] | number[][];
|
|
35365
|
+
/**
|
|
35366
|
+
* The no-data sentinel value that represents null values
|
|
35367
|
+
*/
|
|
35368
|
+
readonly noData: boolean | number | string | any[];
|
|
35369
|
+
/**
|
|
35370
|
+
* A default value to use when an entity's property value is not defined.
|
|
35371
|
+
*/
|
|
35372
|
+
readonly default: boolean | number | string | any[];
|
|
35373
|
+
/**
|
|
35374
|
+
* Whether the property is required.
|
|
35375
|
+
*/
|
|
35376
|
+
readonly required: boolean;
|
|
35377
|
+
/**
|
|
35378
|
+
* An identifier that describes how this property should be interpreted.
|
|
35379
|
+
*/
|
|
35380
|
+
readonly semantic: string;
|
|
35381
|
+
/**
|
|
35382
|
+
* The offset to be added to property values as part of the value transform.
|
|
35383
|
+
*/
|
|
35384
|
+
readonly offset: number | number[] | number[][];
|
|
35385
|
+
/**
|
|
35386
|
+
* The scale to be multiplied to property values as part of the value transform.
|
|
35387
|
+
*/
|
|
35388
|
+
readonly scale: number | number[] | number[][];
|
|
35389
|
+
/**
|
|
35390
|
+
* Extra user-defined properties.
|
|
35391
|
+
*/
|
|
35392
|
+
readonly extras: any;
|
|
35393
|
+
/**
|
|
35394
|
+
* An object containing extensions.
|
|
35395
|
+
*/
|
|
35396
|
+
readonly extensions: any;
|
|
35397
|
+
}
|
|
35398
|
+
|
|
35399
|
+
/**
|
|
35400
|
+
* An enum of metadata component types.
|
|
35401
|
+
*/
|
|
35402
|
+
export enum MetadataComponentType {
|
|
35403
|
+
/**
|
|
35404
|
+
* An 8-bit signed integer
|
|
35405
|
+
*/
|
|
35406
|
+
INT8 = "INT8",
|
|
35407
|
+
/**
|
|
35408
|
+
* An 8-bit unsigned integer
|
|
35409
|
+
*/
|
|
35410
|
+
UINT8 = "UINT8",
|
|
35411
|
+
/**
|
|
35412
|
+
* A 16-bit signed integer
|
|
35413
|
+
*/
|
|
35414
|
+
INT16 = "INT16",
|
|
35415
|
+
/**
|
|
35416
|
+
* A 16-bit unsigned integer
|
|
35417
|
+
*/
|
|
35418
|
+
UINT16 = "UINT16",
|
|
35419
|
+
/**
|
|
35420
|
+
* A 32-bit signed integer
|
|
35421
|
+
*/
|
|
35422
|
+
INT32 = "INT32",
|
|
35423
|
+
/**
|
|
35424
|
+
* A 32-bit unsigned integer
|
|
35425
|
+
*/
|
|
35426
|
+
UINT32 = "UINT32",
|
|
35427
|
+
/**
|
|
35428
|
+
* A 64-bit signed integer. This type requires BigInt support.
|
|
35429
|
+
*/
|
|
35430
|
+
INT64 = "INT64",
|
|
35431
|
+
/**
|
|
35432
|
+
* A 64-bit signed integer. This type requires BigInt support
|
|
35433
|
+
*/
|
|
35434
|
+
UINT64 = "UINT64",
|
|
35435
|
+
/**
|
|
35436
|
+
* A 32-bit (single precision) floating point number
|
|
35437
|
+
*/
|
|
35438
|
+
FLOAT32 = "FLOAT32",
|
|
35439
|
+
/**
|
|
35440
|
+
* A 64-bit (double precision) floating point number
|
|
35441
|
+
*/
|
|
35442
|
+
FLOAT64 = "FLOAT64"
|
|
35443
|
+
}
|
|
35444
|
+
|
|
35445
|
+
/**
|
|
35446
|
+
* A metadata enum.
|
|
35447
|
+
<p>
|
|
35448
|
+
See the {@link https://github.com/CesiumGS/3d-tiles/tree/main/specification/Metadata|3D Metadata Specification} for 3D Tiles
|
|
35449
|
+
</p>
|
|
35450
|
+
* @param options - Object with the following properties:
|
|
35451
|
+
* @param options.id - The ID of the enum.
|
|
35452
|
+
* @param options.values - The enum values.
|
|
35453
|
+
* @param [options.valueType = MetadataComponentType.UINT16] - The enum value type.
|
|
35454
|
+
* @param [options.name] - The name of the enum.
|
|
35455
|
+
* @param [options.description] - The description of the enum.
|
|
35456
|
+
* @param [options.extras] - Extra user-defined properties.
|
|
35457
|
+
* @param [options.extensions] - An object containing extensions.
|
|
35458
|
+
*/
|
|
35459
|
+
export class MetadataEnum {
|
|
35460
|
+
constructor(options: {
|
|
35461
|
+
id: string;
|
|
35462
|
+
values: MetadataEnumValue[];
|
|
35463
|
+
valueType?: MetadataComponentType;
|
|
35464
|
+
name?: string;
|
|
35465
|
+
description?: string;
|
|
35466
|
+
extras?: any;
|
|
35467
|
+
extensions?: any;
|
|
35468
|
+
});
|
|
35469
|
+
/**
|
|
35470
|
+
* The enum values.
|
|
35471
|
+
*/
|
|
35472
|
+
readonly values: MetadataEnumValue[];
|
|
35473
|
+
/**
|
|
35474
|
+
* The enum value type.
|
|
35475
|
+
*/
|
|
35476
|
+
readonly valueType: MetadataComponentType;
|
|
35477
|
+
/**
|
|
35478
|
+
* The ID of the enum.
|
|
35479
|
+
*/
|
|
35480
|
+
readonly id: string;
|
|
35481
|
+
/**
|
|
35482
|
+
* The name of the enum.
|
|
35483
|
+
*/
|
|
35484
|
+
readonly name: string;
|
|
35485
|
+
/**
|
|
35486
|
+
* The description of the enum.
|
|
35487
|
+
*/
|
|
35488
|
+
readonly description: string;
|
|
35489
|
+
/**
|
|
35490
|
+
* Extra user-defined properties.
|
|
35491
|
+
*/
|
|
35492
|
+
readonly extras: any;
|
|
35493
|
+
/**
|
|
35494
|
+
* An object containing extensions.
|
|
35495
|
+
*/
|
|
35496
|
+
readonly extensions: any;
|
|
35497
|
+
}
|
|
35498
|
+
|
|
35499
|
+
/**
|
|
35500
|
+
* A metadata enum value.
|
|
35501
|
+
<p>
|
|
35502
|
+
See the {@link https://github.com/CesiumGS/3d-tiles/tree/main/specification/Metadata|3D Metadata Specification} for 3D Tiles
|
|
35503
|
+
</p>
|
|
35504
|
+
* @param options - Object with the following properties:
|
|
35505
|
+
* @param options.value - The integer value.
|
|
35506
|
+
* @param options.name - The name of the enum value.
|
|
35507
|
+
* @param [options.description] - The description of the enum value.
|
|
35508
|
+
* @param [options.extras] - Extra user-defined properties.
|
|
35509
|
+
* @param [options.extensions] - An object containing extensions.
|
|
35510
|
+
*/
|
|
35511
|
+
export class MetadataEnumValue {
|
|
35512
|
+
constructor(options: {
|
|
35513
|
+
value: number;
|
|
35514
|
+
name: string;
|
|
35515
|
+
description?: string;
|
|
35516
|
+
extras?: any;
|
|
35517
|
+
extensions?: any;
|
|
35518
|
+
});
|
|
35519
|
+
/**
|
|
35520
|
+
* The integer value.
|
|
35521
|
+
*/
|
|
35522
|
+
readonly value: number;
|
|
35523
|
+
/**
|
|
35524
|
+
* The name of the enum value.
|
|
35525
|
+
*/
|
|
35526
|
+
readonly name: string;
|
|
35527
|
+
/**
|
|
35528
|
+
* The description of the enum value.
|
|
35529
|
+
*/
|
|
35530
|
+
readonly description: string;
|
|
35531
|
+
/**
|
|
35532
|
+
* Extra user-defined properties.
|
|
35533
|
+
*/
|
|
35534
|
+
readonly extras: any;
|
|
35535
|
+
/**
|
|
35536
|
+
* An object containing extensions.
|
|
35537
|
+
*/
|
|
35538
|
+
readonly extensions: any;
|
|
35539
|
+
}
|
|
35540
|
+
|
|
35541
|
+
/**
|
|
35542
|
+
* A schema containing classes and enums.
|
|
35543
|
+
<p>
|
|
35544
|
+
See the {@link https://github.com/CesiumGS/3d-tiles/tree/main/specification/Metadata|3D Metadata Specification} for 3D Tiles
|
|
35545
|
+
</p>
|
|
35546
|
+
* @param options - Object with the following properties:
|
|
35547
|
+
* @param [options.id] - The ID of the schema
|
|
35548
|
+
* @param [options.name] - The name of the schema.
|
|
35549
|
+
* @param [options.description] - The description of the schema.
|
|
35550
|
+
* @param [options.version] - The application-specific version of the schema.
|
|
35551
|
+
* @param [options.classes] - Classes defined in the schema, where each key is the class ID.
|
|
35552
|
+
* @param [options.enums] - Enums defined in the schema, where each key is the enum ID.
|
|
35553
|
+
* @param [options.extras] - Extra user-defined properties.
|
|
35554
|
+
* @param [options.extensions] - An object containing extensions.
|
|
35555
|
+
*/
|
|
35556
|
+
export class MetadataSchema {
|
|
35557
|
+
constructor(options: {
|
|
35558
|
+
id?: string;
|
|
35559
|
+
name?: string;
|
|
35560
|
+
description?: string;
|
|
35561
|
+
version?: string;
|
|
35562
|
+
classes?: {
|
|
35563
|
+
[key: string]: MetadataClass;
|
|
35564
|
+
};
|
|
35565
|
+
enums?: {
|
|
35566
|
+
[key: string]: MetadataEnum;
|
|
35567
|
+
};
|
|
35568
|
+
extras?: any;
|
|
35569
|
+
extensions?: any;
|
|
35570
|
+
});
|
|
35571
|
+
/**
|
|
35572
|
+
* Classes defined in the schema.
|
|
35573
|
+
*/
|
|
35574
|
+
readonly classes: {
|
|
35575
|
+
[key: string]: MetadataClass;
|
|
35576
|
+
};
|
|
35577
|
+
/**
|
|
35578
|
+
* Enums defined in the schema.
|
|
35579
|
+
*/
|
|
35580
|
+
readonly enums: {
|
|
35581
|
+
[key: string]: MetadataEnum;
|
|
35582
|
+
};
|
|
35583
|
+
/**
|
|
35584
|
+
* The ID of the schema.
|
|
35585
|
+
*/
|
|
35586
|
+
readonly id: string;
|
|
35587
|
+
/**
|
|
35588
|
+
* The name of the schema.
|
|
35589
|
+
*/
|
|
35590
|
+
readonly name: string;
|
|
35591
|
+
/**
|
|
35592
|
+
* The description of the schema.
|
|
35593
|
+
*/
|
|
35594
|
+
readonly description: string;
|
|
35595
|
+
/**
|
|
35596
|
+
* The application-specific version of the schema.
|
|
35597
|
+
*/
|
|
35598
|
+
readonly version: string;
|
|
35599
|
+
/**
|
|
35600
|
+
* Extra user-defined properties.
|
|
35601
|
+
*/
|
|
35602
|
+
readonly extras: any;
|
|
35603
|
+
/**
|
|
35604
|
+
* An object containing extensions.
|
|
35605
|
+
*/
|
|
35606
|
+
readonly extensions: any;
|
|
35607
|
+
}
|
|
35608
|
+
|
|
35609
|
+
/**
|
|
35610
|
+
* An enum of metadata types. These metadata types are containers containing
|
|
35611
|
+
one or more components of type {@link MetadataComponentType}
|
|
35612
|
+
*/
|
|
35613
|
+
export enum MetadataType {
|
|
35614
|
+
/**
|
|
35615
|
+
* A single component
|
|
35616
|
+
*/
|
|
35617
|
+
SCALAR = "SCALAR",
|
|
35618
|
+
/**
|
|
35619
|
+
* A vector with two components
|
|
35620
|
+
*/
|
|
35621
|
+
VEC2 = "VEC2",
|
|
35622
|
+
/**
|
|
35623
|
+
* A vector with three components
|
|
35624
|
+
*/
|
|
35625
|
+
VEC3 = "VEC3",
|
|
35626
|
+
/**
|
|
35627
|
+
* A vector with four components
|
|
35628
|
+
*/
|
|
35629
|
+
VEC4 = "VEC4",
|
|
35630
|
+
/**
|
|
35631
|
+
* A 2x2 matrix, stored in column-major format.
|
|
35632
|
+
*/
|
|
35633
|
+
MAT2 = "MAT2",
|
|
35634
|
+
/**
|
|
35635
|
+
* A 3x3 matrix, stored in column-major format.
|
|
35636
|
+
*/
|
|
35637
|
+
MAT3 = "MAT3",
|
|
35638
|
+
/**
|
|
35639
|
+
* A 4x4 matrix, stored in column-major format.
|
|
35640
|
+
*/
|
|
35641
|
+
MAT4 = "MAT4",
|
|
35642
|
+
/**
|
|
35643
|
+
* A boolean (true/false) value
|
|
35644
|
+
*/
|
|
35645
|
+
BOOLEAN = "BOOLEAN",
|
|
35646
|
+
/**
|
|
35647
|
+
* A UTF-8 encoded string value
|
|
35648
|
+
*/
|
|
35649
|
+
STRING = "STRING",
|
|
35650
|
+
/**
|
|
35651
|
+
* An enumerated value. This type is used in conjunction with a {@link MetadataEnum} to describe the valid values.
|
|
35652
|
+
*/
|
|
35653
|
+
ENUM = "ENUM"
|
|
35654
|
+
}
|
|
35655
|
+
|
|
35013
35656
|
/**
|
|
35014
35657
|
* An object describing a uniform, its type, and an initial value
|
|
35015
35658
|
* @property type - The Glsl type of the uniform.
|
|
@@ -35066,7 +35709,7 @@ See the {@link https://github.com/CesiumGS/cesium/tree/main/Documentation/Custom
|
|
|
35066
35709
|
`,
|
|
35067
35710
|
fragmentShaderText: `
|
|
35068
35711
|
void fragmentMain(FragmentInput fsInput, inout czm_modelMaterial material) {
|
|
35069
|
-
material.normal =
|
|
35712
|
+
material.normal = texture(u_normalMap, fsInput.attributes.texCoord_0);
|
|
35070
35713
|
material.diffuse = v_selectedColor;
|
|
35071
35714
|
}
|
|
35072
35715
|
`
|
|
@@ -35185,7 +35828,7 @@ export enum LightingModel {
|
|
|
35185
35828
|
/**
|
|
35186
35829
|
* Use unlit shading, i.e. skip lighting calculations. The model's
|
|
35187
35830
|
diffuse color (assumed to be linear RGB, not sRGB) is used directly
|
|
35188
|
-
when computing <code>
|
|
35831
|
+
when computing <code>out_FragColor</code>. The alpha mode is still
|
|
35189
35832
|
applied.
|
|
35190
35833
|
*/
|
|
35191
35834
|
UNLIT = 0,
|
|
@@ -35209,22 +35852,55 @@ Cesium supports glTF assets with the following extensions:
|
|
|
35209
35852
|
{@link https://github.com/KhronosGroup/glTF/tree/master/extensions/2.0/Vendor/AGI_articulations/README.md|AGI_articulations}
|
|
35210
35853
|
</li>
|
|
35211
35854
|
<li>
|
|
35855
|
+
{@link https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Vendor/CESIUM_primitive_outline|CESIUM_primitive_outline}
|
|
35856
|
+
</li>
|
|
35857
|
+
<li>
|
|
35858
|
+
{@link https://github.com/KhronosGroup/glTF/blob/master/extensions/1.0/Vendor/CESIUM_RTC/README.md|CESIUM_RTC}
|
|
35859
|
+
</li>
|
|
35860
|
+
<li>
|
|
35861
|
+
{@link https://github.com/CesiumGS/glTF/tree/3d-tiles-next/extensions/2.0/Vendor/EXT_instance_features|EXT_instance_features}
|
|
35862
|
+
</li>
|
|
35863
|
+
<li>
|
|
35864
|
+
{@link https://github.com/CesiumGS/glTF/tree/3d-tiles-next/extensions/2.0/Vendor/EXT_mesh_features|EXT_mesh_features}
|
|
35865
|
+
</li>
|
|
35866
|
+
<li>
|
|
35867
|
+
{@link https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Vendor/EXT_mesh_gpu_instancing|EXT_mesh_gpu_instancing}
|
|
35868
|
+
</li>
|
|
35869
|
+
<li>
|
|
35870
|
+
{@link https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Vendor/EXT_meshopt_compression|EXT_meshopt_compression}
|
|
35871
|
+
</li>
|
|
35872
|
+
<li>
|
|
35873
|
+
{@link https://github.com/CesiumGS/glTF/tree/3d-tiles-next/extensions/2.0/Vendor/EXT_structural_metadata|EXT_structural_metadata}
|
|
35874
|
+
</li>
|
|
35875
|
+
<li>
|
|
35876
|
+
{@link https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Vendor/EXT_texture_webp|EXT_texture_webp}
|
|
35877
|
+
</li>
|
|
35878
|
+
<li>
|
|
35212
35879
|
{@link https://github.com/KhronosGroup/glTF/blob/master/extensions/2.0/Khronos/KHR_draco_mesh_compression/README.md|KHR_draco_mesh_compression}
|
|
35213
35880
|
</li>
|
|
35214
35881
|
<li>
|
|
35215
|
-
{@link https://github.com/KhronosGroup/glTF/
|
|
35882
|
+
{@link https://github.com/KhronosGroup/glTF/blob/main/extensions/2.0/Archived/KHR_techniques_webgl/README.md|KHR_techniques_webgl}
|
|
35883
|
+
</li>
|
|
35884
|
+
<li>
|
|
35885
|
+
{@link https://github.com/KhronosGroup/glTF/blob/main/extensions/1.0/Khronos/KHR_materials_common/README.md|KHR_materials_common}
|
|
35886
|
+
</li>
|
|
35887
|
+
<li>
|
|
35888
|
+
{@link https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Archived/KHR_materials_pbrSpecularGlossiness|KHR_materials_pbrSpecularGlossiness}
|
|
35216
35889
|
</li>
|
|
35217
35890
|
<li>
|
|
35218
35891
|
{@link https://github.com/KhronosGroup/glTF/tree/master/extensions/2.0/Khronos/KHR_materials_unlit/README.md|KHR_materials_unlit}
|
|
35219
35892
|
</li>
|
|
35220
35893
|
<li>
|
|
35221
|
-
{@link https://github.com/KhronosGroup/glTF/
|
|
35894
|
+
{@link https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Khronos/KHR_mesh_quantization|KHR_mesh_quantization}
|
|
35222
35895
|
</li>
|
|
35223
35896
|
<li>
|
|
35224
35897
|
{@link https://github.com/KhronosGroup/glTF/blob/master/extensions/2.0/Khronos/KHR_texture_basisu|KHR_texture_basisu}
|
|
35225
35898
|
</li>
|
|
35226
35899
|
<li>
|
|
35227
|
-
{@link https://github.com/KhronosGroup/glTF/blob/master/extensions/
|
|
35900
|
+
{@link https://github.com/KhronosGroup/glTF/blob/master/extensions/2.0/Khronos/KHR_texture_transform/README.md|KHR_texture_transform}
|
|
35901
|
+
</li>
|
|
35902
|
+
<li>
|
|
35903
|
+
{@link https://github.com/KhronosGroup/glTF/blob/main/extensions/1.0/Vendor/WEB3D_quantized_attributes/README.md|WEB3D_quantized_attributes}
|
|
35228
35904
|
</li>
|
|
35229
35905
|
</ul>
|
|
35230
35906
|
</p>
|
|
@@ -37573,12 +38249,12 @@ export class PolylineMaterialAppearance {
|
|
|
37573
38249
|
* // Simple stage to change the color
|
|
37574
38250
|
const fs =`
|
|
37575
38251
|
uniform sampler2D colorTexture;
|
|
37576
|
-
|
|
38252
|
+
in vec2 v_textureCoordinates;
|
|
37577
38253
|
uniform float scale;
|
|
37578
38254
|
uniform vec3 offset;
|
|
37579
38255
|
void main() {
|
|
37580
|
-
vec4 color =
|
|
37581
|
-
|
|
38256
|
+
vec4 color = texture(colorTexture, v_textureCoordinates);
|
|
38257
|
+
out_FragColor = vec4(color.rgb * scale + offset, 1.0);
|
|
37582
38258
|
}`;
|
|
37583
38259
|
scene.postProcessStages.add(new Cesium.PostProcessStage({
|
|
37584
38260
|
fragmentShader : fs,
|
|
@@ -37594,15 +38270,15 @@ scene.postProcessStages.add(new Cesium.PostProcessStage({
|
|
|
37594
38270
|
// If czm_selected returns true, the current fragment belongs to geometry in the selected array.
|
|
37595
38271
|
const fs =`
|
|
37596
38272
|
uniform sampler2D colorTexture;
|
|
37597
|
-
|
|
38273
|
+
in vec2 v_textureCoordinates;
|
|
37598
38274
|
uniform vec4 highlight;
|
|
37599
38275
|
void main() {
|
|
37600
|
-
vec4 color =
|
|
38276
|
+
vec4 color = texture(colorTexture, v_textureCoordinates);
|
|
37601
38277
|
if (czm_selected()) {
|
|
37602
38278
|
vec3 highlighted = highlight.a * highlight.rgb + (1.0 - highlight.a) * color.rgb;
|
|
37603
|
-
|
|
38279
|
+
out_FragColor = vec4(highlighted, 1.0);
|
|
37604
38280
|
} else {
|
|
37605
|
-
|
|
38281
|
+
out_FragColor = color;
|
|
37606
38282
|
}
|
|
37607
38283
|
}`;
|
|
37608
38284
|
const stage = scene.postProcessStages.add(new Cesium.PostProcessStage({
|
|
@@ -37717,7 +38393,7 @@ export class PostProcessStage {
|
|
|
37717
38393
|
if (czm_selected(v_textureCoordinates)) {
|
|
37718
38394
|
// apply post-process stage
|
|
37719
38395
|
} else {
|
|
37720
|
-
|
|
38396
|
+
out_FragColor = texture(colorTexture, v_textureCoordinates);
|
|
37721
38397
|
}
|
|
37722
38398
|
</code>
|
|
37723
38399
|
</p>
|
|
@@ -38592,43 +39268,6 @@ export class PrimitiveCollection {
|
|
|
38592
39268
|
/**
|
|
38593
39269
|
* The container for all 3D graphical objects and state in a Cesium virtual scene. Generally,
|
|
38594
39270
|
a scene is not created directly; instead, it is implicitly created by {@link CesiumWidget}.
|
|
38595
|
-
<p>
|
|
38596
|
-
<em><code>contextOptions</code> parameter details:</em>
|
|
38597
|
-
</p>
|
|
38598
|
-
<p>
|
|
38599
|
-
The default values are:
|
|
38600
|
-
<code>
|
|
38601
|
-
{
|
|
38602
|
-
webgl : {
|
|
38603
|
-
alpha : false,
|
|
38604
|
-
depth : true,
|
|
38605
|
-
stencil : false,
|
|
38606
|
-
antialias : true,
|
|
38607
|
-
powerPreference: 'high-performance',
|
|
38608
|
-
premultipliedAlpha : true,
|
|
38609
|
-
preserveDrawingBuffer : false,
|
|
38610
|
-
failIfMajorPerformanceCaveat : false
|
|
38611
|
-
},
|
|
38612
|
-
allowTextureFilterAnisotropic : true
|
|
38613
|
-
}
|
|
38614
|
-
</code>
|
|
38615
|
-
</p>
|
|
38616
|
-
<p>
|
|
38617
|
-
The <code>webgl</code> property corresponds to the {@link http://www.khronos.org/registry/webgl/specs/latest/#5.2|WebGLContextAttributes}
|
|
38618
|
-
object used to create the WebGL context.
|
|
38619
|
-
</p>
|
|
38620
|
-
<p>
|
|
38621
|
-
<code>webgl.alpha</code> defaults to false, which can improve performance compared to the standard WebGL default
|
|
38622
|
-
of true. If an application needs to composite Cesium above other HTML elements using alpha-blending, set
|
|
38623
|
-
<code>webgl.alpha</code> to true.
|
|
38624
|
-
</p>
|
|
38625
|
-
<p>
|
|
38626
|
-
The other <code>webgl</code> properties match the WebGL defaults for {@link http://www.khronos.org/registry/webgl/specs/latest/#5.2|WebGLContextAttributes}.
|
|
38627
|
-
</p>
|
|
38628
|
-
<p>
|
|
38629
|
-
<code>allowTextureFilterAnisotropic</code> defaults to true, which enables anisotropic texture filtering when the
|
|
38630
|
-
WebGL extension is supported. Setting this to false will improve performance, but hurt visual quality, especially for horizon views.
|
|
38631
|
-
</p>
|
|
38632
39271
|
* @example
|
|
38633
39272
|
* // Create scene without anisotropic texture filtering
|
|
38634
39273
|
const scene = new Cesium.Scene({
|
|
@@ -38639,7 +39278,7 @@ const scene = new Cesium.Scene({
|
|
|
38639
39278
|
});
|
|
38640
39279
|
* @param options - Object with the following properties:
|
|
38641
39280
|
* @param options.canvas - The HTML canvas element to create the scene for.
|
|
38642
|
-
* @param [options.contextOptions] - Context and WebGL creation properties.
|
|
39281
|
+
* @param [options.contextOptions] - Context and WebGL creation properties.
|
|
38643
39282
|
* @param [options.creditContainer] - The HTML element in which the credits will be displayed.
|
|
38644
39283
|
* @param [options.creditViewport] - The HTML element in which to display the credit popup. If not specified, the viewport will be a added as a sibling of the canvas.
|
|
38645
39284
|
* @param [options.mapProjection = new GeographicProjection()] - The map projection to use in 2D and Columbus View modes.
|
|
@@ -38649,13 +39288,13 @@ const scene = new Cesium.Scene({
|
|
|
38649
39288
|
* @param [options.mapMode2D = MapMode2D.INFINITE_SCROLL] - Determines if the 2D map is rotatable or can be scrolled infinitely in the horizontal direction.
|
|
38650
39289
|
* @param [options.requestRenderMode = false] - If true, rendering a frame will only occur when needed as determined by changes within the scene. Enabling improves performance of the application, but requires using {@link Scene#requestRender} to render a new frame explicitly in this mode. This will be necessary in many cases after making changes to the scene in other parts of the API. See {@link https://cesium.com/blog/2018/01/24/cesium-scene-rendering-performance/|Improving Performance with Explicit Rendering}.
|
|
38651
39290
|
* @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}.
|
|
38652
|
-
* @param [depthPlaneEllipsoidOffset = 0.0] - Adjust the DepthPlane to address rendering artefacts below ellipsoid zero elevation.
|
|
39291
|
+
* @param [options.depthPlaneEllipsoidOffset = 0.0] - Adjust the DepthPlane to address rendering artefacts below ellipsoid zero elevation.
|
|
38653
39292
|
* @param [options.msaaSamples = 1] - If provided, this value controls the rate of multisample antialiasing. Typical multisampling rates are 2, 4, and sometimes 8 samples per pixel. Higher sampling rates of MSAA may impact performance in exchange for improved visual quality. This value only applies to WebGL2 contexts that support multisample render targets.
|
|
38654
39293
|
*/
|
|
38655
39294
|
export class Scene {
|
|
38656
39295
|
constructor(options: {
|
|
38657
39296
|
canvas: HTMLCanvasElement;
|
|
38658
|
-
contextOptions?:
|
|
39297
|
+
contextOptions?: ContextOptions;
|
|
38659
39298
|
creditContainer?: Element;
|
|
38660
39299
|
creditViewport?: Element;
|
|
38661
39300
|
mapProjection?: MapProjection;
|
|
@@ -38665,8 +39304,9 @@ export class Scene {
|
|
|
38665
39304
|
mapMode2D?: MapMode2D;
|
|
38666
39305
|
requestRenderMode?: boolean;
|
|
38667
39306
|
maximumRenderTimeChange?: number;
|
|
39307
|
+
depthPlaneEllipsoidOffset?: number;
|
|
38668
39308
|
msaaSamples?: number;
|
|
38669
|
-
}
|
|
39309
|
+
});
|
|
38670
39310
|
/**
|
|
38671
39311
|
* Exceptions occurring in <code>render</code> are always caught in order to raise the
|
|
38672
39312
|
<code>renderError</code> event. If this property is true, the error is rethrown
|
|
@@ -39085,7 +39725,7 @@ export class Scene {
|
|
|
39085
39725
|
getCompressedTextureFormatSupported(format: string): boolean;
|
|
39086
39726
|
/**
|
|
39087
39727
|
* Update and render the scene. It is usually not necessary to call this function
|
|
39088
|
-
directly because {@link CesiumWidget}
|
|
39728
|
+
directly because {@link CesiumWidget} will do it automatically.
|
|
39089
39729
|
* @param [time] - The simulation time at which to render.
|
|
39090
39730
|
*/
|
|
39091
39731
|
render(time?: JulianDate): void;
|
|
@@ -41016,6 +41656,285 @@ export class ViewportQuad {
|
|
|
41016
41656
|
destroy(): void;
|
|
41017
41657
|
}
|
|
41018
41658
|
|
|
41659
|
+
/**
|
|
41660
|
+
* A primitive that renders voxel data from a {@link VoxelProvider}.
|
|
41661
|
+
* @param [options] - Object with the following properties:
|
|
41662
|
+
* @param [options.provider] - The voxel provider that supplies the primitive with tile data.
|
|
41663
|
+
* @param [options.modelMatrix = Matrix4.IDENTITY] - The model matrix used to transform the primitive.
|
|
41664
|
+
* @param [options.customShader] - The custom shader used to style the primitive.
|
|
41665
|
+
* @param [options.clock] - The clock used to control time dynamic behavior.
|
|
41666
|
+
*/
|
|
41667
|
+
export class VoxelPrimitive {
|
|
41668
|
+
constructor(options?: {
|
|
41669
|
+
provider?: VoxelProvider;
|
|
41670
|
+
modelMatrix?: Matrix4;
|
|
41671
|
+
customShader?: CustomShader;
|
|
41672
|
+
clock?: Clock;
|
|
41673
|
+
});
|
|
41674
|
+
/**
|
|
41675
|
+
* Gets a value indicating whether or not the primitive is ready for use.
|
|
41676
|
+
*/
|
|
41677
|
+
readonly ready: boolean;
|
|
41678
|
+
/**
|
|
41679
|
+
* Gets the promise that will be resolved when the primitive is ready for use.
|
|
41680
|
+
*/
|
|
41681
|
+
readonly readyPromise: Promise<VoxelPrimitive>;
|
|
41682
|
+
/**
|
|
41683
|
+
* Gets the {@link VoxelProvider} associated with this primitive.
|
|
41684
|
+
*/
|
|
41685
|
+
readonly provider: VoxelProvider;
|
|
41686
|
+
/**
|
|
41687
|
+
* Gets the bounding sphere.
|
|
41688
|
+
*/
|
|
41689
|
+
readonly boundingSphere: BoundingSphere;
|
|
41690
|
+
/**
|
|
41691
|
+
* Gets the oriented bounding box.
|
|
41692
|
+
*/
|
|
41693
|
+
readonly orientedBoundingBox: OrientedBoundingBox;
|
|
41694
|
+
/**
|
|
41695
|
+
* Gets the model matrix.
|
|
41696
|
+
*/
|
|
41697
|
+
readonly modelMatrix: Matrix4;
|
|
41698
|
+
/**
|
|
41699
|
+
* Gets the shape type.
|
|
41700
|
+
*/
|
|
41701
|
+
readonly shape: VoxelShapeType;
|
|
41702
|
+
/**
|
|
41703
|
+
* Gets the voxel dimensions.
|
|
41704
|
+
*/
|
|
41705
|
+
readonly dimensions: Cartesian3;
|
|
41706
|
+
/**
|
|
41707
|
+
* Gets the minimum value per channel of the voxel data.
|
|
41708
|
+
*/
|
|
41709
|
+
readonly minimumValues: number[][];
|
|
41710
|
+
/**
|
|
41711
|
+
* Gets the maximum value per channel of the voxel data.
|
|
41712
|
+
*/
|
|
41713
|
+
readonly maximumValues: number[][];
|
|
41714
|
+
/**
|
|
41715
|
+
* Gets or sets whether or not this primitive should be displayed.
|
|
41716
|
+
*/
|
|
41717
|
+
show: boolean;
|
|
41718
|
+
/**
|
|
41719
|
+
* Gets or sets whether or not the primitive should update when the view changes.
|
|
41720
|
+
*/
|
|
41721
|
+
disableUpdate: boolean;
|
|
41722
|
+
/**
|
|
41723
|
+
* Gets or sets whether or not to render debug visualizations.
|
|
41724
|
+
*/
|
|
41725
|
+
debugDraw: boolean;
|
|
41726
|
+
/**
|
|
41727
|
+
* Gets or sets whether or not to test against depth when rendering.
|
|
41728
|
+
*/
|
|
41729
|
+
depthTest: boolean;
|
|
41730
|
+
/**
|
|
41731
|
+
* Gets or sets whether or not to jitter the view ray during the raymarch.
|
|
41732
|
+
This reduces stair-step artifacts but introduces noise.
|
|
41733
|
+
*/
|
|
41734
|
+
jitter: boolean;
|
|
41735
|
+
/**
|
|
41736
|
+
* Gets or sets the nearest sampling.
|
|
41737
|
+
*/
|
|
41738
|
+
nearestSampling: boolean;
|
|
41739
|
+
/**
|
|
41740
|
+
* Gets or sets the screen space error in pixels. If the screen space size
|
|
41741
|
+
of a voxel is greater than the screen space error, the tile is subdivided.
|
|
41742
|
+
Lower screen space error corresponds with higher detail rendering, but could
|
|
41743
|
+
result in worse performance and higher memory consumption.
|
|
41744
|
+
*/
|
|
41745
|
+
screenSpaceError: number;
|
|
41746
|
+
/**
|
|
41747
|
+
* Gets or sets the step size multiplier used during raymarching.
|
|
41748
|
+
The lower the value, the higher the rendering quality, but
|
|
41749
|
+
also the worse the performance.
|
|
41750
|
+
*/
|
|
41751
|
+
stepSize: number;
|
|
41752
|
+
/**
|
|
41753
|
+
* Gets or sets the minimum bounds in the shape's local coordinate system.
|
|
41754
|
+
Voxel data is stretched or squashed to fit the bounds.
|
|
41755
|
+
*/
|
|
41756
|
+
minBounds: Cartesian3;
|
|
41757
|
+
/**
|
|
41758
|
+
* Gets or sets the maximum bounds in the shape's local coordinate system.
|
|
41759
|
+
Voxel data is stretched or squashed to fit the bounds.
|
|
41760
|
+
*/
|
|
41761
|
+
maxBounds: Cartesian3;
|
|
41762
|
+
/**
|
|
41763
|
+
* Gets or sets the minimum clipping location in the shape's local coordinate system.
|
|
41764
|
+
Any voxel content outside the range is clipped.
|
|
41765
|
+
*/
|
|
41766
|
+
minClippingBounds: Cartesian3;
|
|
41767
|
+
/**
|
|
41768
|
+
* Gets or sets the maximum clipping location in the shape's local coordinate system.
|
|
41769
|
+
Any voxel content outside the range is clipped.
|
|
41770
|
+
*/
|
|
41771
|
+
maxClippingBounds: Cartesian3;
|
|
41772
|
+
/**
|
|
41773
|
+
* The {@link ClippingPlaneCollection} used to selectively disable rendering the primitive.
|
|
41774
|
+
*/
|
|
41775
|
+
clippingPlanes: ClippingPlaneCollection;
|
|
41776
|
+
/**
|
|
41777
|
+
* Gets or sets the custom shader. If undefined, {@link VoxelPrimitive.DefaultCustomShader} is set.
|
|
41778
|
+
*/
|
|
41779
|
+
customShader: CustomShader;
|
|
41780
|
+
/**
|
|
41781
|
+
* Gets an event that is raised whenever a custom shader is compiled.
|
|
41782
|
+
*/
|
|
41783
|
+
readonly customShaderCompilationEvent: Event;
|
|
41784
|
+
/**
|
|
41785
|
+
* Returns true if this object was destroyed; otherwise, false.
|
|
41786
|
+
<br /><br />
|
|
41787
|
+
If this object was destroyed, it should not be used; calling any function other than
|
|
41788
|
+
<code>isDestroyed</code> will result in a {@link DeveloperError} exception.
|
|
41789
|
+
* @returns <code>true</code> if this object was destroyed; otherwise, <code>false</code>.
|
|
41790
|
+
*/
|
|
41791
|
+
isDestroyed(): boolean;
|
|
41792
|
+
/**
|
|
41793
|
+
* Destroys the WebGL resources held by this object. Destroying an object allows for deterministic
|
|
41794
|
+
release of WebGL resources, instead of relying on the garbage collector to destroy this object.
|
|
41795
|
+
<br /><br />
|
|
41796
|
+
Once an object is destroyed, it should not be used; calling any function other than
|
|
41797
|
+
<code>isDestroyed</code> will result in a {@link DeveloperError} exception. Therefore,
|
|
41798
|
+
assign the return value (<code>undefined</code>) to the object as done in the example.
|
|
41799
|
+
* @example
|
|
41800
|
+
* voxelPrimitive = voxelPrimitive && voxelPrimitive.destroy();
|
|
41801
|
+
*/
|
|
41802
|
+
destroy(): void;
|
|
41803
|
+
}
|
|
41804
|
+
|
|
41805
|
+
/**
|
|
41806
|
+
* Provides voxel data. Intended to be used with {@link VoxelPrimitive}.
|
|
41807
|
+
This type describes an interface and is not intended to be instantiated directly.
|
|
41808
|
+
*/
|
|
41809
|
+
export class VoxelProvider {
|
|
41810
|
+
constructor();
|
|
41811
|
+
/**
|
|
41812
|
+
* Gets a value indicating whether or not the provider is ready for use.
|
|
41813
|
+
*/
|
|
41814
|
+
readonly ready: boolean;
|
|
41815
|
+
/**
|
|
41816
|
+
* Gets the promise that will be resolved when the provider is ready for use.
|
|
41817
|
+
*/
|
|
41818
|
+
readonly readyPromise: Promise<VoxelProvider>;
|
|
41819
|
+
/**
|
|
41820
|
+
* A transform from local space to global space. If undefined, the identity matrix will be used instead.
|
|
41821
|
+
*/
|
|
41822
|
+
readonly globalTransform: Matrix4 | undefined;
|
|
41823
|
+
/**
|
|
41824
|
+
* A transform from shape space to local space. If undefined, the identity matrix will be used instead.
|
|
41825
|
+
*/
|
|
41826
|
+
readonly shapeTransform: Matrix4 | undefined;
|
|
41827
|
+
/**
|
|
41828
|
+
* Gets the {@link VoxelShapeType}
|
|
41829
|
+
This should not be called before {@link VoxelProvider#ready} returns true.
|
|
41830
|
+
*/
|
|
41831
|
+
readonly shape: VoxelShapeType;
|
|
41832
|
+
/**
|
|
41833
|
+
* Gets the minimum bounds.
|
|
41834
|
+
If undefined, the shape's default minimum bounds will be used instead.
|
|
41835
|
+
This should not be called before {@link VoxelProvider#ready} returns true.
|
|
41836
|
+
*/
|
|
41837
|
+
readonly minBounds: Cartesian3 | undefined;
|
|
41838
|
+
/**
|
|
41839
|
+
* Gets the maximum bounds.
|
|
41840
|
+
If undefined, the shape's default maximum bounds will be used instead.
|
|
41841
|
+
This should not be called before {@link VoxelProvider#ready} returns true.
|
|
41842
|
+
*/
|
|
41843
|
+
readonly maxBounds: Cartesian3 | undefined;
|
|
41844
|
+
/**
|
|
41845
|
+
* Gets the number of voxels per dimension of a tile. This is the same for all tiles in the dataset.
|
|
41846
|
+
This should not be called before {@link VoxelProvider#ready} returns true.
|
|
41847
|
+
*/
|
|
41848
|
+
readonly dimensions: Cartesian3;
|
|
41849
|
+
/**
|
|
41850
|
+
* Gets the number of padding voxels before the tile. This improves rendering quality when sampling the edge of a tile, but it increases memory usage.
|
|
41851
|
+
This should not be called before {@link VoxelProvider#ready} returns true.
|
|
41852
|
+
*/
|
|
41853
|
+
readonly paddingBefore: Cartesian3 | undefined;
|
|
41854
|
+
/**
|
|
41855
|
+
* Gets the number of padding voxels after the tile. This improves rendering quality when sampling the edge of a tile, but it increases memory usage.
|
|
41856
|
+
This should not be called before {@link VoxelProvider#ready} returns true.
|
|
41857
|
+
*/
|
|
41858
|
+
readonly paddingAfter: Cartesian3 | undefined;
|
|
41859
|
+
/**
|
|
41860
|
+
* Gets the metadata names.
|
|
41861
|
+
This should not be called before {@link VoxelProvider#ready} returns true.
|
|
41862
|
+
*/
|
|
41863
|
+
readonly names: string[];
|
|
41864
|
+
/**
|
|
41865
|
+
* Gets the metadata types.
|
|
41866
|
+
This should not be called before {@link VoxelProvider#ready} returns true.
|
|
41867
|
+
*/
|
|
41868
|
+
readonly types: MetadataType[];
|
|
41869
|
+
/**
|
|
41870
|
+
* Gets the metadata component types.
|
|
41871
|
+
This should not be called before {@link VoxelProvider#ready} returns true.
|
|
41872
|
+
*/
|
|
41873
|
+
readonly componentTypes: MetadataComponentType[];
|
|
41874
|
+
/**
|
|
41875
|
+
* Gets the metadata minimum values.
|
|
41876
|
+
This should not be called before {@link VoxelProvider#ready} returns true.
|
|
41877
|
+
*/
|
|
41878
|
+
readonly minimumValues: number[][] | undefined;
|
|
41879
|
+
/**
|
|
41880
|
+
* Gets the metadata maximum values.
|
|
41881
|
+
This should not be called before {@link VoxelProvider#ready} returns true.
|
|
41882
|
+
*/
|
|
41883
|
+
readonly maximumValues: number[][] | undefined;
|
|
41884
|
+
/**
|
|
41885
|
+
* The maximum number of tiles that exist for this provider. This value is used as a hint to the voxel renderer to allocate an appropriate amount of GPU memory. If this value is not known it can be undefined.
|
|
41886
|
+
This should not be called before {@link VoxelProvider#ready} returns true.
|
|
41887
|
+
*/
|
|
41888
|
+
readonly maximumTileCount: number | undefined;
|
|
41889
|
+
/**
|
|
41890
|
+
* Requests the data for a given tile. The data is a flattened 3D array ordered by X, then Y, then Z.
|
|
41891
|
+
This function should not be called before {@link VoxelProvider#ready} returns true.
|
|
41892
|
+
* @param [options] - Object with the following properties:
|
|
41893
|
+
* @param [options.tileLevel = 0] - The tile's level.
|
|
41894
|
+
* @param [options.tileX = 0] - The tile's X coordinate.
|
|
41895
|
+
* @param [options.tileY = 0] - The tile's Y coordinate.
|
|
41896
|
+
* @param [options.tileZ = 0] - The tile's Z coordinate.
|
|
41897
|
+
* @returns A promise to an array of typed arrays containing the requested voxel data or undefined if there was a problem loading the data.
|
|
41898
|
+
*/
|
|
41899
|
+
requestData(options?: {
|
|
41900
|
+
tileLevel?: number;
|
|
41901
|
+
tileX?: number;
|
|
41902
|
+
tileY?: number;
|
|
41903
|
+
tileZ?: number;
|
|
41904
|
+
}): Promise<any[][]> | undefined;
|
|
41905
|
+
}
|
|
41906
|
+
|
|
41907
|
+
export const shaderUniforms: {
|
|
41908
|
+
[key: string]: any;
|
|
41909
|
+
};
|
|
41910
|
+
|
|
41911
|
+
export const shaderDefines: {
|
|
41912
|
+
[key: string]: any;
|
|
41913
|
+
};
|
|
41914
|
+
|
|
41915
|
+
/**
|
|
41916
|
+
* The maximum number of intersections against the shape for any ray direction.
|
|
41917
|
+
*/
|
|
41918
|
+
export const shaderMaximumIntersectionsLength: number;
|
|
41919
|
+
|
|
41920
|
+
/**
|
|
41921
|
+
* An enum of voxel shapes. The shape controls how the voxel grid is mapped to 3D space.
|
|
41922
|
+
*/
|
|
41923
|
+
export enum VoxelShapeType {
|
|
41924
|
+
/**
|
|
41925
|
+
* A box shape.
|
|
41926
|
+
*/
|
|
41927
|
+
BOX = "BOX",
|
|
41928
|
+
/**
|
|
41929
|
+
* An ellipsoid shape.
|
|
41930
|
+
*/
|
|
41931
|
+
ELLIPSOID = "ELLIPSOID",
|
|
41932
|
+
/**
|
|
41933
|
+
* A cylinder shape.
|
|
41934
|
+
*/
|
|
41935
|
+
CYLINDER = "CYLINDER"
|
|
41936
|
+
}
|
|
41937
|
+
|
|
41019
41938
|
/**
|
|
41020
41939
|
* EPSG codes known to include reverse axis orders, but are not within 4000-5000.
|
|
41021
41940
|
*/
|
|
@@ -41563,6 +42482,197 @@ export class WebMapTileServiceImageryProvider {
|
|
|
41563
42482
|
pickFeatures(x: number, y: number, level: number, longitude: number, latitude: number): undefined;
|
|
41564
42483
|
}
|
|
41565
42484
|
|
|
42485
|
+
/**
|
|
42486
|
+
* A widget containing a Cesium scene.
|
|
42487
|
+
* @example
|
|
42488
|
+
* // For each example, include a link to CesiumWidget.css stylesheet in HTML head,
|
|
42489
|
+
// and in the body, include: <div id="cesiumContainer"></div>
|
|
42490
|
+
|
|
42491
|
+
//Widget with no terrain and default Bing Maps imagery provider.
|
|
42492
|
+
const widget = new Cesium.CesiumWidget('cesiumContainer');
|
|
42493
|
+
|
|
42494
|
+
//Widget with ion imagery and Cesium World Terrain.
|
|
42495
|
+
const widget2 = new Cesium.CesiumWidget('cesiumContainer', {
|
|
42496
|
+
imageryProvider : Cesium.createWorldImagery(),
|
|
42497
|
+
terrainProvider : Cesium.createWorldTerrain(),
|
|
42498
|
+
skyBox : new Cesium.SkyBox({
|
|
42499
|
+
sources : {
|
|
42500
|
+
positiveX : 'stars/TychoSkymapII.t3_08192x04096_80_px.jpg',
|
|
42501
|
+
negativeX : 'stars/TychoSkymapII.t3_08192x04096_80_mx.jpg',
|
|
42502
|
+
positiveY : 'stars/TychoSkymapII.t3_08192x04096_80_py.jpg',
|
|
42503
|
+
negativeY : 'stars/TychoSkymapII.t3_08192x04096_80_my.jpg',
|
|
42504
|
+
positiveZ : 'stars/TychoSkymapII.t3_08192x04096_80_pz.jpg',
|
|
42505
|
+
negativeZ : 'stars/TychoSkymapII.t3_08192x04096_80_mz.jpg'
|
|
42506
|
+
}
|
|
42507
|
+
}),
|
|
42508
|
+
// Show Columbus View map with Web Mercator projection
|
|
42509
|
+
sceneMode : Cesium.SceneMode.COLUMBUS_VIEW,
|
|
42510
|
+
mapProjection : new Cesium.WebMercatorProjection()
|
|
42511
|
+
});
|
|
42512
|
+
* @param container - The DOM element or ID that will contain the widget.
|
|
42513
|
+
* @param [options] - Object with the following properties:
|
|
42514
|
+
* @param [options.clock = new Clock()] - The clock to use to control current time.
|
|
42515
|
+
* @param [options.imageryProvider = createWorldImagery()] - The imagery provider to serve as the base layer. If set to <code>false</code>, no imagery provider will be added.
|
|
42516
|
+
* @param [options.terrainProvider = new EllipsoidTerrainProvider] - The terrain provider.
|
|
42517
|
+
* @param [options.skyBox] - The skybox used to render the stars. When <code>undefined</code>, the default stars are used. If set to <code>false</code>, no skyBox, Sun, or Moon will be added.
|
|
42518
|
+
* @param [options.skyAtmosphere] - Blue sky, and the glow around the Earth's limb. Set to <code>false</code> to turn it off.
|
|
42519
|
+
* @param [options.sceneMode = SceneMode.SCENE3D] - The initial scene mode.
|
|
42520
|
+
* @param [options.scene3DOnly = false] - When <code>true</code>, each geometry instance will only be rendered in 3D to save GPU memory.
|
|
42521
|
+
* @param [options.orderIndependentTranslucency = true] - If true and the configuration supports it, use order independent translucency.
|
|
42522
|
+
* @param [options.mapProjection = new GeographicProjection()] - The map projection to use in 2D and Columbus View modes.
|
|
42523
|
+
* @param [options.globe = new Globe(mapProjection.ellipsoid)] - The globe to use in the scene. If set to <code>false</code>, no globe will be added.
|
|
42524
|
+
* @param [options.useDefaultRenderLoop = true] - True if this widget should control the render loop, false otherwise.
|
|
42525
|
+
* @param [options.useBrowserRecommendedResolution = true] - If true, render at the browser's recommended resolution and ignore <code>window.devicePixelRatio</code>.
|
|
42526
|
+
* @param [options.targetFrameRate] - The target frame rate when using the default render loop.
|
|
42527
|
+
* @param [options.showRenderLoopErrors = true] - If true, this widget will automatically display an HTML panel to the user containing the error, if a render loop error occurs.
|
|
42528
|
+
* @param [options.contextOptions] - Context and WebGL creation properties passed to {@link Scene}.
|
|
42529
|
+
* @param [options.creditContainer] - The DOM element or ID that will contain the {@link CreditDisplay}. If not specified, the credits are added
|
|
42530
|
+
to the bottom of the widget itself.
|
|
42531
|
+
* @param [options.creditViewport] - The DOM element or ID that will contain the credit pop up created by the {@link CreditDisplay}. If not specified, it will appear over the widget itself.
|
|
42532
|
+
* @param [options.shadows = false] - Determines if shadows are cast by light sources.
|
|
42533
|
+
* @param [options.terrainShadows = ShadowMode.RECEIVE_ONLY] - Determines if the terrain casts or receives shadows from light sources.
|
|
42534
|
+
* @param [options.mapMode2D = MapMode2D.INFINITE_SCROLL] - Determines if the 2D map is rotatable or can be scrolled infinitely in the horizontal direction.
|
|
42535
|
+
* @param [options.blurActiveElementOnCanvasFocus = true] - If true, the active element will blur when the viewer's canvas is clicked. Setting this to false is useful for cases when the canvas is clicked only for retrieving position or an entity data without actually meaning to set the canvas to be the active element.
|
|
42536
|
+
* @param [options.requestRenderMode = false] - If true, rendering a frame will only occur when needed as determined by changes within the scene. Enabling improves performance of the application, but requires using {@link Scene#requestRender} to render a new frame explicitly in this mode. This will be necessary in many cases after making changes to the scene in other parts of the API. See {@link https://cesium.com/blog/2018/01/24/cesium-scene-rendering-performance/|Improving Performance with Explicit Rendering}.
|
|
42537
|
+
* @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}.
|
|
42538
|
+
* @param [options.msaaSamples = 1] - If provided, this value controls the rate of multisample antialiasing. Typical multisampling rates are 2, 4, and sometimes 8 samples per pixel. Higher sampling rates of MSAA may impact performance in exchange for improved visual quality. This value only applies to WebGL2 contexts that support multisample render targets.
|
|
42539
|
+
*/
|
|
42540
|
+
export class CesiumWidget {
|
|
42541
|
+
constructor(container: Element | string, options?: {
|
|
42542
|
+
clock?: Clock;
|
|
42543
|
+
imageryProvider?: ImageryProvider | false;
|
|
42544
|
+
terrainProvider?: TerrainProvider;
|
|
42545
|
+
skyBox?: SkyBox | false;
|
|
42546
|
+
skyAtmosphere?: SkyAtmosphere | false;
|
|
42547
|
+
sceneMode?: SceneMode;
|
|
42548
|
+
scene3DOnly?: boolean;
|
|
42549
|
+
orderIndependentTranslucency?: boolean;
|
|
42550
|
+
mapProjection?: MapProjection;
|
|
42551
|
+
globe?: Globe | false;
|
|
42552
|
+
useDefaultRenderLoop?: boolean;
|
|
42553
|
+
useBrowserRecommendedResolution?: boolean;
|
|
42554
|
+
targetFrameRate?: number;
|
|
42555
|
+
showRenderLoopErrors?: boolean;
|
|
42556
|
+
contextOptions?: ContextOptions;
|
|
42557
|
+
creditContainer?: Element | string;
|
|
42558
|
+
creditViewport?: Element | string;
|
|
42559
|
+
shadows?: boolean;
|
|
42560
|
+
terrainShadows?: ShadowMode;
|
|
42561
|
+
mapMode2D?: MapMode2D;
|
|
42562
|
+
blurActiveElementOnCanvasFocus?: boolean;
|
|
42563
|
+
requestRenderMode?: boolean;
|
|
42564
|
+
maximumRenderTimeChange?: number;
|
|
42565
|
+
msaaSamples?: number;
|
|
42566
|
+
});
|
|
42567
|
+
/**
|
|
42568
|
+
* Gets the parent container.
|
|
42569
|
+
*/
|
|
42570
|
+
readonly container: Element;
|
|
42571
|
+
/**
|
|
42572
|
+
* Gets the canvas.
|
|
42573
|
+
*/
|
|
42574
|
+
readonly canvas: HTMLCanvasElement;
|
|
42575
|
+
/**
|
|
42576
|
+
* Gets the credit container.
|
|
42577
|
+
*/
|
|
42578
|
+
readonly creditContainer: Element;
|
|
42579
|
+
/**
|
|
42580
|
+
* Gets the credit viewport
|
|
42581
|
+
*/
|
|
42582
|
+
readonly creditViewport: Element;
|
|
42583
|
+
/**
|
|
42584
|
+
* Gets the scene.
|
|
42585
|
+
*/
|
|
42586
|
+
readonly scene: Scene;
|
|
42587
|
+
/**
|
|
42588
|
+
* Gets the collection of image layers that will be rendered on the globe.
|
|
42589
|
+
*/
|
|
42590
|
+
readonly imageryLayers: ImageryLayerCollection;
|
|
42591
|
+
/**
|
|
42592
|
+
* The terrain provider providing surface geometry for the globe.
|
|
42593
|
+
*/
|
|
42594
|
+
terrainProvider: TerrainProvider;
|
|
42595
|
+
/**
|
|
42596
|
+
* Gets the camera.
|
|
42597
|
+
*/
|
|
42598
|
+
readonly camera: Camera;
|
|
42599
|
+
/**
|
|
42600
|
+
* Gets the clock.
|
|
42601
|
+
*/
|
|
42602
|
+
readonly clock: Clock;
|
|
42603
|
+
/**
|
|
42604
|
+
* Gets the screen space event handler.
|
|
42605
|
+
*/
|
|
42606
|
+
readonly screenSpaceEventHandler: ScreenSpaceEventHandler;
|
|
42607
|
+
/**
|
|
42608
|
+
* Gets or sets the target frame rate of the widget when <code>useDefaultRenderLoop</code>
|
|
42609
|
+
is true. If undefined, the browser's requestAnimationFrame implementation
|
|
42610
|
+
determines the frame rate. If defined, this value must be greater than 0. A value higher
|
|
42611
|
+
than the underlying requestAnimationFrame implementation will have no effect.
|
|
42612
|
+
*/
|
|
42613
|
+
targetFrameRate: number;
|
|
42614
|
+
/**
|
|
42615
|
+
* Gets or sets whether or not this widget should control the render loop.
|
|
42616
|
+
If true the widget will use requestAnimationFrame to
|
|
42617
|
+
perform rendering and resizing of the widget, as well as drive the
|
|
42618
|
+
simulation clock. If set to false, you must manually call the
|
|
42619
|
+
<code>resize</code>, <code>render</code> methods as part of a custom
|
|
42620
|
+
render loop. If an error occurs during rendering, {@link Scene}'s
|
|
42621
|
+
<code>renderError</code> event will be raised and this property
|
|
42622
|
+
will be set to false. It must be set back to true to continue rendering
|
|
42623
|
+
after the error.
|
|
42624
|
+
*/
|
|
42625
|
+
useDefaultRenderLoop: boolean;
|
|
42626
|
+
/**
|
|
42627
|
+
* Gets or sets a scaling factor for rendering resolution. Values less than 1.0 can improve
|
|
42628
|
+
performance on less powerful devices while values greater than 1.0 will render at a higher
|
|
42629
|
+
resolution and then scale down, resulting in improved visual fidelity.
|
|
42630
|
+
For example, if the widget is laid out at a size of 640x480, setting this value to 0.5
|
|
42631
|
+
will cause the scene to be rendered at 320x240 and then scaled up while setting
|
|
42632
|
+
it to 2.0 will cause the scene to be rendered at 1280x960 and then scaled down.
|
|
42633
|
+
*/
|
|
42634
|
+
resolutionScale: number;
|
|
42635
|
+
/**
|
|
42636
|
+
* Boolean flag indicating if the browser's recommended resolution is used.
|
|
42637
|
+
If true, the browser's device pixel ratio is ignored and 1.0 is used instead,
|
|
42638
|
+
effectively rendering based on CSS pixels instead of device pixels. This can improve
|
|
42639
|
+
performance on less powerful devices that have high pixel density. When false, rendering
|
|
42640
|
+
will be in device pixels. {@link CesiumWidget#resolutionScale} will still take effect whether
|
|
42641
|
+
this flag is true or false.
|
|
42642
|
+
*/
|
|
42643
|
+
useBrowserRecommendedResolution: boolean;
|
|
42644
|
+
/**
|
|
42645
|
+
* Show an error panel to the user containing a title and a longer error message,
|
|
42646
|
+
which can be dismissed using an OK button. This panel is displayed automatically
|
|
42647
|
+
when a render loop error occurs, if showRenderLoopErrors was not false when the
|
|
42648
|
+
widget was constructed.
|
|
42649
|
+
* @param title - The title to be displayed on the error panel. This string is interpreted as text.
|
|
42650
|
+
* @param [message] - A helpful, user-facing message to display prior to the detailed error information. This string is interpreted as HTML.
|
|
42651
|
+
* @param [error] - The error to be displayed on the error panel. This string is formatted using {@link formatError} and then displayed as text.
|
|
42652
|
+
*/
|
|
42653
|
+
showErrorPanel(title: string, message?: string, error?: string): void;
|
|
42654
|
+
/**
|
|
42655
|
+
* @returns true if the object has been destroyed, false otherwise.
|
|
42656
|
+
*/
|
|
42657
|
+
isDestroyed(): boolean;
|
|
42658
|
+
/**
|
|
42659
|
+
* Destroys the widget. Should be called if permanently
|
|
42660
|
+
removing the widget from layout.
|
|
42661
|
+
*/
|
|
42662
|
+
destroy(): void;
|
|
42663
|
+
/**
|
|
42664
|
+
* Updates the canvas size, camera aspect ratio, and viewport size.
|
|
42665
|
+
This function is called automatically as needed unless
|
|
42666
|
+
<code>useDefaultRenderLoop</code> is set to false.
|
|
42667
|
+
*/
|
|
42668
|
+
resize(): void;
|
|
42669
|
+
/**
|
|
42670
|
+
* Renders the scene. This function is called automatically
|
|
42671
|
+
unless <code>useDefaultRenderLoop</code> is set to false;
|
|
42672
|
+
*/
|
|
42673
|
+
render(): void;
|
|
42674
|
+
}
|
|
42675
|
+
|
|
41566
42676
|
/**
|
|
41567
42677
|
* <span style="display: block; text-align: center;">
|
|
41568
42678
|
<img src="Images/AnimationWidget.png" width="211" height="142" alt="" />
|
|
@@ -42513,197 +43623,6 @@ export class CesiumInspectorViewModel {
|
|
|
42513
43623
|
destroy(): void;
|
|
42514
43624
|
}
|
|
42515
43625
|
|
|
42516
|
-
/**
|
|
42517
|
-
* A widget containing a Cesium scene.
|
|
42518
|
-
* @example
|
|
42519
|
-
* // For each example, include a link to CesiumWidget.css stylesheet in HTML head,
|
|
42520
|
-
// and in the body, include: <div id="cesiumContainer"></div>
|
|
42521
|
-
|
|
42522
|
-
//Widget with no terrain and default Bing Maps imagery provider.
|
|
42523
|
-
const widget = new Cesium.CesiumWidget('cesiumContainer');
|
|
42524
|
-
|
|
42525
|
-
//Widget with ion imagery and Cesium World Terrain.
|
|
42526
|
-
const widget2 = new Cesium.CesiumWidget('cesiumContainer', {
|
|
42527
|
-
imageryProvider : Cesium.createWorldImagery(),
|
|
42528
|
-
terrainProvider : Cesium.createWorldTerrain(),
|
|
42529
|
-
skyBox : new Cesium.SkyBox({
|
|
42530
|
-
sources : {
|
|
42531
|
-
positiveX : 'stars/TychoSkymapII.t3_08192x04096_80_px.jpg',
|
|
42532
|
-
negativeX : 'stars/TychoSkymapII.t3_08192x04096_80_mx.jpg',
|
|
42533
|
-
positiveY : 'stars/TychoSkymapII.t3_08192x04096_80_py.jpg',
|
|
42534
|
-
negativeY : 'stars/TychoSkymapII.t3_08192x04096_80_my.jpg',
|
|
42535
|
-
positiveZ : 'stars/TychoSkymapII.t3_08192x04096_80_pz.jpg',
|
|
42536
|
-
negativeZ : 'stars/TychoSkymapII.t3_08192x04096_80_mz.jpg'
|
|
42537
|
-
}
|
|
42538
|
-
}),
|
|
42539
|
-
// Show Columbus View map with Web Mercator projection
|
|
42540
|
-
sceneMode : Cesium.SceneMode.COLUMBUS_VIEW,
|
|
42541
|
-
mapProjection : new Cesium.WebMercatorProjection()
|
|
42542
|
-
});
|
|
42543
|
-
* @param container - The DOM element or ID that will contain the widget.
|
|
42544
|
-
* @param [options] - Object with the following properties:
|
|
42545
|
-
* @param [options.clock = new Clock()] - The clock to use to control current time.
|
|
42546
|
-
* @param [options.imageryProvider = createWorldImagery()] - The imagery provider to serve as the base layer. If set to <code>false</code>, no imagery provider will be added.
|
|
42547
|
-
* @param [options.terrainProvider = new EllipsoidTerrainProvider] - The terrain provider.
|
|
42548
|
-
* @param [options.skyBox] - The skybox used to render the stars. When <code>undefined</code>, the default stars are used. If set to <code>false</code>, no skyBox, Sun, or Moon will be added.
|
|
42549
|
-
* @param [options.skyAtmosphere] - Blue sky, and the glow around the Earth's limb. Set to <code>false</code> to turn it off.
|
|
42550
|
-
* @param [options.sceneMode = SceneMode.SCENE3D] - The initial scene mode.
|
|
42551
|
-
* @param [options.scene3DOnly = false] - When <code>true</code>, each geometry instance will only be rendered in 3D to save GPU memory.
|
|
42552
|
-
* @param [options.orderIndependentTranslucency = true] - If true and the configuration supports it, use order independent translucency.
|
|
42553
|
-
* @param [options.mapProjection = new GeographicProjection()] - The map projection to use in 2D and Columbus View modes.
|
|
42554
|
-
* @param [options.globe = new Globe(mapProjection.ellipsoid)] - The globe to use in the scene. If set to <code>false</code>, no globe will be added.
|
|
42555
|
-
* @param [options.useDefaultRenderLoop = true] - True if this widget should control the render loop, false otherwise.
|
|
42556
|
-
* @param [options.useBrowserRecommendedResolution = true] - If true, render at the browser's recommended resolution and ignore <code>window.devicePixelRatio</code>.
|
|
42557
|
-
* @param [options.targetFrameRate] - The target frame rate when using the default render loop.
|
|
42558
|
-
* @param [options.showRenderLoopErrors = true] - If true, this widget will automatically display an HTML panel to the user containing the error, if a render loop error occurs.
|
|
42559
|
-
* @param [options.contextOptions] - Context and WebGL creation properties corresponding to <code>options</code> passed to {@link Scene}.
|
|
42560
|
-
* @param [options.creditContainer] - The DOM element or ID that will contain the {@link CreditDisplay}. If not specified, the credits are added
|
|
42561
|
-
to the bottom of the widget itself.
|
|
42562
|
-
* @param [options.creditViewport] - The DOM element or ID that will contain the credit pop up created by the {@link CreditDisplay}. If not specified, it will appear over the widget itself.
|
|
42563
|
-
* @param [options.shadows = false] - Determines if shadows are cast by light sources.
|
|
42564
|
-
* @param [options.terrainShadows = ShadowMode.RECEIVE_ONLY] - Determines if the terrain casts or receives shadows from light sources.
|
|
42565
|
-
* @param [options.mapMode2D = MapMode2D.INFINITE_SCROLL] - Determines if the 2D map is rotatable or can be scrolled infinitely in the horizontal direction.
|
|
42566
|
-
* @param [options.blurActiveElementOnCanvasFocus = true] - If true, the active element will blur when the viewer's canvas is clicked. Setting this to false is useful for cases when the canvas is clicked only for retrieving position or an entity data without actually meaning to set the canvas to be the active element.
|
|
42567
|
-
* @param [options.requestRenderMode = false] - If true, rendering a frame will only occur when needed as determined by changes within the scene. Enabling improves performance of the application, but requires using {@link Scene#requestRender} to render a new frame explicitly in this mode. This will be necessary in many cases after making changes to the scene in other parts of the API. See {@link https://cesium.com/blog/2018/01/24/cesium-scene-rendering-performance/|Improving Performance with Explicit Rendering}.
|
|
42568
|
-
* @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}.
|
|
42569
|
-
* @param [options.msaaSamples = 1] - If provided, this value controls the rate of multisample antialiasing. Typical multisampling rates are 2, 4, and sometimes 8 samples per pixel. Higher sampling rates of MSAA may impact performance in exchange for improved visual quality. This value only applies to WebGL2 contexts that support multisample render targets.
|
|
42570
|
-
*/
|
|
42571
|
-
export class CesiumWidget {
|
|
42572
|
-
constructor(container: Element | string, options?: {
|
|
42573
|
-
clock?: Clock;
|
|
42574
|
-
imageryProvider?: ImageryProvider | false;
|
|
42575
|
-
terrainProvider?: TerrainProvider;
|
|
42576
|
-
skyBox?: SkyBox | false;
|
|
42577
|
-
skyAtmosphere?: SkyAtmosphere | false;
|
|
42578
|
-
sceneMode?: SceneMode;
|
|
42579
|
-
scene3DOnly?: boolean;
|
|
42580
|
-
orderIndependentTranslucency?: boolean;
|
|
42581
|
-
mapProjection?: MapProjection;
|
|
42582
|
-
globe?: Globe | false;
|
|
42583
|
-
useDefaultRenderLoop?: boolean;
|
|
42584
|
-
useBrowserRecommendedResolution?: boolean;
|
|
42585
|
-
targetFrameRate?: number;
|
|
42586
|
-
showRenderLoopErrors?: boolean;
|
|
42587
|
-
contextOptions?: any;
|
|
42588
|
-
creditContainer?: Element | string;
|
|
42589
|
-
creditViewport?: Element | string;
|
|
42590
|
-
shadows?: boolean;
|
|
42591
|
-
terrainShadows?: ShadowMode;
|
|
42592
|
-
mapMode2D?: MapMode2D;
|
|
42593
|
-
blurActiveElementOnCanvasFocus?: boolean;
|
|
42594
|
-
requestRenderMode?: boolean;
|
|
42595
|
-
maximumRenderTimeChange?: number;
|
|
42596
|
-
msaaSamples?: number;
|
|
42597
|
-
});
|
|
42598
|
-
/**
|
|
42599
|
-
* Gets the parent container.
|
|
42600
|
-
*/
|
|
42601
|
-
readonly container: Element;
|
|
42602
|
-
/**
|
|
42603
|
-
* Gets the canvas.
|
|
42604
|
-
*/
|
|
42605
|
-
readonly canvas: HTMLCanvasElement;
|
|
42606
|
-
/**
|
|
42607
|
-
* Gets the credit container.
|
|
42608
|
-
*/
|
|
42609
|
-
readonly creditContainer: Element;
|
|
42610
|
-
/**
|
|
42611
|
-
* Gets the credit viewport
|
|
42612
|
-
*/
|
|
42613
|
-
readonly creditViewport: Element;
|
|
42614
|
-
/**
|
|
42615
|
-
* Gets the scene.
|
|
42616
|
-
*/
|
|
42617
|
-
readonly scene: Scene;
|
|
42618
|
-
/**
|
|
42619
|
-
* Gets the collection of image layers that will be rendered on the globe.
|
|
42620
|
-
*/
|
|
42621
|
-
readonly imageryLayers: ImageryLayerCollection;
|
|
42622
|
-
/**
|
|
42623
|
-
* The terrain provider providing surface geometry for the globe.
|
|
42624
|
-
*/
|
|
42625
|
-
terrainProvider: TerrainProvider;
|
|
42626
|
-
/**
|
|
42627
|
-
* Gets the camera.
|
|
42628
|
-
*/
|
|
42629
|
-
readonly camera: Camera;
|
|
42630
|
-
/**
|
|
42631
|
-
* Gets the clock.
|
|
42632
|
-
*/
|
|
42633
|
-
readonly clock: Clock;
|
|
42634
|
-
/**
|
|
42635
|
-
* Gets the screen space event handler.
|
|
42636
|
-
*/
|
|
42637
|
-
readonly screenSpaceEventHandler: ScreenSpaceEventHandler;
|
|
42638
|
-
/**
|
|
42639
|
-
* Gets or sets the target frame rate of the widget when <code>useDefaultRenderLoop</code>
|
|
42640
|
-
is true. If undefined, the browser's requestAnimationFrame implementation
|
|
42641
|
-
determines the frame rate. If defined, this value must be greater than 0. A value higher
|
|
42642
|
-
than the underlying requestAnimationFrame implementation will have no effect.
|
|
42643
|
-
*/
|
|
42644
|
-
targetFrameRate: number;
|
|
42645
|
-
/**
|
|
42646
|
-
* Gets or sets whether or not this widget should control the render loop.
|
|
42647
|
-
If true the widget will use requestAnimationFrame to
|
|
42648
|
-
perform rendering and resizing of the widget, as well as drive the
|
|
42649
|
-
simulation clock. If set to false, you must manually call the
|
|
42650
|
-
<code>resize</code>, <code>render</code> methods as part of a custom
|
|
42651
|
-
render loop. If an error occurs during rendering, {@link Scene}'s
|
|
42652
|
-
<code>renderError</code> event will be raised and this property
|
|
42653
|
-
will be set to false. It must be set back to true to continue rendering
|
|
42654
|
-
after the error.
|
|
42655
|
-
*/
|
|
42656
|
-
useDefaultRenderLoop: boolean;
|
|
42657
|
-
/**
|
|
42658
|
-
* Gets or sets a scaling factor for rendering resolution. Values less than 1.0 can improve
|
|
42659
|
-
performance on less powerful devices while values greater than 1.0 will render at a higher
|
|
42660
|
-
resolution and then scale down, resulting in improved visual fidelity.
|
|
42661
|
-
For example, if the widget is laid out at a size of 640x480, setting this value to 0.5
|
|
42662
|
-
will cause the scene to be rendered at 320x240 and then scaled up while setting
|
|
42663
|
-
it to 2.0 will cause the scene to be rendered at 1280x960 and then scaled down.
|
|
42664
|
-
*/
|
|
42665
|
-
resolutionScale: number;
|
|
42666
|
-
/**
|
|
42667
|
-
* Boolean flag indicating if the browser's recommended resolution is used.
|
|
42668
|
-
If true, the browser's device pixel ratio is ignored and 1.0 is used instead,
|
|
42669
|
-
effectively rendering based on CSS pixels instead of device pixels. This can improve
|
|
42670
|
-
performance on less powerful devices that have high pixel density. When false, rendering
|
|
42671
|
-
will be in device pixels. {@link CesiumWidget#resolutionScale} will still take effect whether
|
|
42672
|
-
this flag is true or false.
|
|
42673
|
-
*/
|
|
42674
|
-
useBrowserRecommendedResolution: boolean;
|
|
42675
|
-
/**
|
|
42676
|
-
* Show an error panel to the user containing a title and a longer error message,
|
|
42677
|
-
which can be dismissed using an OK button. This panel is displayed automatically
|
|
42678
|
-
when a render loop error occurs, if showRenderLoopErrors was not false when the
|
|
42679
|
-
widget was constructed.
|
|
42680
|
-
* @param title - The title to be displayed on the error panel. This string is interpreted as text.
|
|
42681
|
-
* @param [message] - A helpful, user-facing message to display prior to the detailed error information. This string is interpreted as HTML.
|
|
42682
|
-
* @param [error] - The error to be displayed on the error panel. This string is formatted using {@link formatError} and then displayed as text.
|
|
42683
|
-
*/
|
|
42684
|
-
showErrorPanel(title: string, message?: string, error?: string): void;
|
|
42685
|
-
/**
|
|
42686
|
-
* @returns true if the object has been destroyed, false otherwise.
|
|
42687
|
-
*/
|
|
42688
|
-
isDestroyed(): boolean;
|
|
42689
|
-
/**
|
|
42690
|
-
* Destroys the widget. Should be called if permanently
|
|
42691
|
-
removing the widget from layout.
|
|
42692
|
-
*/
|
|
42693
|
-
destroy(): void;
|
|
42694
|
-
/**
|
|
42695
|
-
* Updates the canvas size, camera aspect ratio, and viewport size.
|
|
42696
|
-
This function is called automatically as needed unless
|
|
42697
|
-
<code>useDefaultRenderLoop</code> is set to false.
|
|
42698
|
-
*/
|
|
42699
|
-
resize(): void;
|
|
42700
|
-
/**
|
|
42701
|
-
* Renders the scene. This function is called automatically
|
|
42702
|
-
unless <code>useDefaultRenderLoop</code> is set to false;
|
|
42703
|
-
*/
|
|
42704
|
-
render(): void;
|
|
42705
|
-
}
|
|
42706
|
-
|
|
42707
43626
|
/**
|
|
42708
43627
|
* A view model which exposes a {@link Clock} for user interfaces.
|
|
42709
43628
|
* @param [clock] - The clock object wrapped by this view model, if undefined a new instance will be created.
|
|
@@ -43683,7 +44602,7 @@ export namespace Viewer {
|
|
|
43683
44602
|
* @property [showRenderLoopErrors = true] - If true, this widget will automatically display an HTML panel to the user containing the error, if a render loop error occurs.
|
|
43684
44603
|
* @property [useBrowserRecommendedResolution = true] - If true, render at the browser's recommended resolution and ignore <code>window.devicePixelRatio</code>.
|
|
43685
44604
|
* @property [automaticallyTrackDataSourceClocks = true] - If true, this widget will automatically track the clock settings of newly added DataSources, updating if the DataSource's clock changes. Set this to false if you want to configure the clock independently.
|
|
43686
|
-
* @property [contextOptions] - Context and WebGL creation properties
|
|
44605
|
+
* @property [contextOptions] - Context and WebGL creation properties passed to {@link Scene}.
|
|
43687
44606
|
* @property [sceneMode = SceneMode.SCENE3D] - The initial scene mode.
|
|
43688
44607
|
* @property [mapProjection = new GeographicProjection()] - The map projection to use in 2D and Columbus View modes.
|
|
43689
44608
|
* @property [globe = new Globe(mapProjection.ellipsoid)] - The globe to use in the scene. If set to <code>false</code>, no globe will be added.
|
|
@@ -43732,7 +44651,7 @@ export namespace Viewer {
|
|
|
43732
44651
|
showRenderLoopErrors?: boolean;
|
|
43733
44652
|
useBrowserRecommendedResolution?: boolean;
|
|
43734
44653
|
automaticallyTrackDataSourceClocks?: boolean;
|
|
43735
|
-
contextOptions?:
|
|
44654
|
+
contextOptions?: ContextOptions;
|
|
43736
44655
|
sceneMode?: SceneMode;
|
|
43737
44656
|
mapProjection?: MapProjection;
|
|
43738
44657
|
globe?: Globe | false;
|
|
@@ -44042,7 +44961,7 @@ export class Viewer {
|
|
|
44042
44961
|
* @param [offset] - The offset from the center of the entity in the local east-north-up reference frame.
|
|
44043
44962
|
* @returns A Promise that resolves to true if the zoom was successful or false if the target is not currently visualized in the scene or the zoom was cancelled.
|
|
44044
44963
|
*/
|
|
44045
|
-
zoomTo(target: Entity | Entity[] | EntityCollection | DataSource | ImageryLayer | Cesium3DTileset | TimeDynamicPointCloud | Promise<Entity | Entity[] | EntityCollection | DataSource | ImageryLayer | Cesium3DTileset | TimeDynamicPointCloud>, offset?: HeadingPitchRange): Promise<boolean>;
|
|
44964
|
+
zoomTo(target: Entity | Entity[] | EntityCollection | DataSource | ImageryLayer | Cesium3DTileset | TimeDynamicPointCloud | Promise<Entity | Entity[] | EntityCollection | DataSource | ImageryLayer | Cesium3DTileset | TimeDynamicPointCloud | VoxelPrimitive>, offset?: HeadingPitchRange): Promise<boolean>;
|
|
44046
44965
|
/**
|
|
44047
44966
|
* Flies the camera to the provided entity, entities, or data source.
|
|
44048
44967
|
If the data source is still in the process of loading or the visualization is otherwise still loading,
|
|
@@ -44064,7 +44983,7 @@ export class Viewer {
|
|
|
44064
44983
|
* @param [options.offset] - The offset from the target in the local east-north-up reference frame centered at the target.
|
|
44065
44984
|
* @returns A Promise that resolves to true if the flight was successful or false if the target is not currently visualized in the scene or the flight was cancelled. //TODO: Cleanup entity mentions
|
|
44066
44985
|
*/
|
|
44067
|
-
flyTo(target: Entity | Entity[] | EntityCollection | DataSource | ImageryLayer | Cesium3DTileset | TimeDynamicPointCloud | Promise<Entity | Entity[] | EntityCollection | DataSource | ImageryLayer | Cesium3DTileset | TimeDynamicPointCloud>, options?: {
|
|
44986
|
+
flyTo(target: Entity | Entity[] | EntityCollection | DataSource | ImageryLayer | Cesium3DTileset | TimeDynamicPointCloud | Promise<Entity | Entity[] | EntityCollection | DataSource | ImageryLayer | Cesium3DTileset | TimeDynamicPointCloud | VoxelPrimitive>, options?: {
|
|
44068
44987
|
duration?: number;
|
|
44069
44988
|
maximumHeight?: number;
|
|
44070
44989
|
offset?: HeadingPitchRange;
|
|
@@ -44139,6 +45058,100 @@ export function viewerPerformanceWatchdogMixin(viewer: Viewer, options?: {
|
|
|
44139
45058
|
lowFrameRateMessage?: string;
|
|
44140
45059
|
}): void;
|
|
44141
45060
|
|
|
45061
|
+
/**
|
|
45062
|
+
* A mixin which adds the {@link VoxelInspector} widget to the {@link Viewer} widget.
|
|
45063
|
+
Rather than being called directly, this function is normally passed as
|
|
45064
|
+
a parameter to {@link Viewer#extend}, as shown in the example below.
|
|
45065
|
+
* @example
|
|
45066
|
+
* var viewer = new Cesium.Viewer('cesiumContainer');
|
|
45067
|
+
viewer.extend(Cesium.viewerVoxelInspectorMixin);
|
|
45068
|
+
* @param viewer - The viewer instance.
|
|
45069
|
+
*/
|
|
45070
|
+
export function viewerVoxelInspectorMixin(viewer: Viewer): void;
|
|
45071
|
+
|
|
45072
|
+
/**
|
|
45073
|
+
* Inspector widget to aid in debugging voxels
|
|
45074
|
+
* @param container - The DOM element or ID that will contain the widget.
|
|
45075
|
+
* @param scene - the Scene instance to use.
|
|
45076
|
+
*/
|
|
45077
|
+
export class VoxelInspector {
|
|
45078
|
+
constructor(container: Element | string, scene: Scene);
|
|
45079
|
+
/**
|
|
45080
|
+
* Gets the parent container.
|
|
45081
|
+
*/
|
|
45082
|
+
container: Element;
|
|
45083
|
+
/**
|
|
45084
|
+
* Gets the view model.
|
|
45085
|
+
*/
|
|
45086
|
+
viewModel: VoxelInspectorViewModel;
|
|
45087
|
+
/**
|
|
45088
|
+
* @returns true if the object has been destroyed, false otherwise.
|
|
45089
|
+
*/
|
|
45090
|
+
isDestroyed(): boolean;
|
|
45091
|
+
/**
|
|
45092
|
+
* Destroys the widget. Should be called if permanently
|
|
45093
|
+
removing the widget from layout.
|
|
45094
|
+
*/
|
|
45095
|
+
destroy(): void;
|
|
45096
|
+
}
|
|
45097
|
+
|
|
45098
|
+
/**
|
|
45099
|
+
* The view model for {@link VoxelInspector}.
|
|
45100
|
+
* @param scene - The scene instance to use.
|
|
45101
|
+
*/
|
|
45102
|
+
export class VoxelInspectorViewModel {
|
|
45103
|
+
constructor(scene: Scene);
|
|
45104
|
+
/**
|
|
45105
|
+
* Gets the scene
|
|
45106
|
+
*/
|
|
45107
|
+
readonly scene: Scene;
|
|
45108
|
+
/**
|
|
45109
|
+
* Gets or sets the primitive of the view model.
|
|
45110
|
+
*/
|
|
45111
|
+
voxelPrimitive: VoxelPrimitive;
|
|
45112
|
+
/**
|
|
45113
|
+
* Toggles the inspector visibility
|
|
45114
|
+
*/
|
|
45115
|
+
toggleInspector(): void;
|
|
45116
|
+
/**
|
|
45117
|
+
* Toggles the visibility of the display section
|
|
45118
|
+
*/
|
|
45119
|
+
toggleDisplay(): void;
|
|
45120
|
+
/**
|
|
45121
|
+
* Toggles the visibility of the transform section
|
|
45122
|
+
*/
|
|
45123
|
+
toggleTransform(): void;
|
|
45124
|
+
/**
|
|
45125
|
+
* Toggles the visibility of the bounds section
|
|
45126
|
+
*/
|
|
45127
|
+
toggleBounds(): void;
|
|
45128
|
+
/**
|
|
45129
|
+
* Toggles the visibility of the clipping section
|
|
45130
|
+
*/
|
|
45131
|
+
toggleClipping(): void;
|
|
45132
|
+
/**
|
|
45133
|
+
* Toggles the visibility of the shader section
|
|
45134
|
+
*/
|
|
45135
|
+
toggleShader(): void;
|
|
45136
|
+
/**
|
|
45137
|
+
* Compiles the shader in the shader editor.
|
|
45138
|
+
*/
|
|
45139
|
+
compileShader(): void;
|
|
45140
|
+
/**
|
|
45141
|
+
* Handles key press events on the shader editor.
|
|
45142
|
+
*/
|
|
45143
|
+
shaderEditorKeyPress(): void;
|
|
45144
|
+
/**
|
|
45145
|
+
* @returns true if the object has been destroyed, false otherwise.
|
|
45146
|
+
*/
|
|
45147
|
+
isDestroyed(): boolean;
|
|
45148
|
+
/**
|
|
45149
|
+
* Destroys the widget. Should be called if permanently
|
|
45150
|
+
removing the widget from layout.
|
|
45151
|
+
*/
|
|
45152
|
+
destroy(): void;
|
|
45153
|
+
}
|
|
45154
|
+
|
|
44142
45155
|
/**
|
|
44143
45156
|
* A single button widget for toggling vr mode.
|
|
44144
45157
|
* @param container - The DOM element or ID that will contain the widget.
|
|
@@ -44210,432 +45223,3 @@ export class VRButtonViewModel {
|
|
|
44210
45223
|
|
|
44211
45224
|
}
|
|
44212
45225
|
|
|
44213
|
-
declare module "cesium/Source/Core/ArcGISTiledElevationTerrainProvider" { import { ArcGISTiledElevationTerrainProvider } from 'mars3d-cesium'; export default ArcGISTiledElevationTerrainProvider; }
|
|
44214
|
-
declare module "cesium/Source/Core/AssociativeArray" { import { AssociativeArray } from 'mars3d-cesium'; export default AssociativeArray; }
|
|
44215
|
-
declare module "cesium/Source/Core/AxisAlignedBoundingBox" { import { AxisAlignedBoundingBox } from 'mars3d-cesium'; export default AxisAlignedBoundingBox; }
|
|
44216
|
-
declare module "cesium/Source/Core/barycentricCoordinates" { import { barycentricCoordinates } from 'mars3d-cesium'; export default barycentricCoordinates; }
|
|
44217
|
-
declare module "cesium/Source/Core/binarySearch" { import { binarySearch } from 'mars3d-cesium'; export default binarySearch; }
|
|
44218
|
-
declare module "cesium/Source/Core/BingMapsGeocoderService" { import { BingMapsGeocoderService } from 'mars3d-cesium'; export default BingMapsGeocoderService; }
|
|
44219
|
-
declare module "cesium/Source/Core/BoundingRectangle" { import { BoundingRectangle } from 'mars3d-cesium'; export default BoundingRectangle; }
|
|
44220
|
-
declare module "cesium/Source/Core/BoundingSphere" { import { BoundingSphere } from 'mars3d-cesium'; export default BoundingSphere; }
|
|
44221
|
-
declare module "cesium/Source/Core/BoxGeometry" { import { BoxGeometry } from 'mars3d-cesium'; export default BoxGeometry; }
|
|
44222
|
-
declare module "cesium/Source/Core/BoxOutlineGeometry" { import { BoxOutlineGeometry } from 'mars3d-cesium'; export default BoxOutlineGeometry; }
|
|
44223
|
-
declare module "cesium/Source/Core/buildModuleUrl" { import { buildModuleUrl } from 'mars3d-cesium'; export default buildModuleUrl; }
|
|
44224
|
-
declare module "cesium/Source/Core/cancelAnimationFrame" { import { cancelAnimationFrame } from 'mars3d-cesium'; export default cancelAnimationFrame; }
|
|
44225
|
-
declare module "cesium/Source/Core/Cartesian2" { import { Cartesian2 } from 'mars3d-cesium'; export default Cartesian2; }
|
|
44226
|
-
declare module "cesium/Source/Core/Cartesian3" { import { Cartesian3 } from 'mars3d-cesium'; export default Cartesian3; }
|
|
44227
|
-
declare module "cesium/Source/Core/Cartesian4" { import { Cartesian4 } from 'mars3d-cesium'; export default Cartesian4; }
|
|
44228
|
-
declare module "cesium/Source/Core/Cartographic" { import { Cartographic } from 'mars3d-cesium'; export default Cartographic; }
|
|
44229
|
-
declare module "cesium/Source/Core/CartographicGeocoderService" { import { CartographicGeocoderService } from 'mars3d-cesium'; export default CartographicGeocoderService; }
|
|
44230
|
-
declare module "cesium/Source/Core/CatmullRomSpline" { import { CatmullRomSpline } from 'mars3d-cesium'; export default CatmullRomSpline; }
|
|
44231
|
-
declare module "cesium/Source/Core/CesiumTerrainProvider" { import { CesiumTerrainProvider } from 'mars3d-cesium'; export default CesiumTerrainProvider; }
|
|
44232
|
-
declare module "cesium/Source/Core/CircleGeometry" { import { CircleGeometry } from 'mars3d-cesium'; export default CircleGeometry; }
|
|
44233
|
-
declare module "cesium/Source/Core/CircleOutlineGeometry" { import { CircleOutlineGeometry } from 'mars3d-cesium'; export default CircleOutlineGeometry; }
|
|
44234
|
-
declare module "cesium/Source/Core/Clock" { import { Clock } from 'mars3d-cesium'; export default Clock; }
|
|
44235
|
-
declare module "cesium/Source/Core/clone" { import { clone } from 'mars3d-cesium'; export default clone; }
|
|
44236
|
-
declare module "cesium/Source/Core/Color" { import { Color } from 'mars3d-cesium'; export default Color; }
|
|
44237
|
-
declare module "cesium/Source/Core/ColorGeometryInstanceAttribute" { import { ColorGeometryInstanceAttribute } from 'mars3d-cesium'; export default ColorGeometryInstanceAttribute; }
|
|
44238
|
-
declare module "cesium/Source/Core/combine" { import { combine } from 'mars3d-cesium'; export default combine; }
|
|
44239
|
-
declare module "cesium/Source/Core/CompressedTextureBuffer" { import { CompressedTextureBuffer } from 'mars3d-cesium'; export default CompressedTextureBuffer; }
|
|
44240
|
-
declare module "cesium/Source/Core/ConstantSpline" { import { ConstantSpline } from 'mars3d-cesium'; export default ConstantSpline; }
|
|
44241
|
-
declare module "cesium/Source/Core/CoplanarPolygonGeometry" { import { CoplanarPolygonGeometry } from 'mars3d-cesium'; export default CoplanarPolygonGeometry; }
|
|
44242
|
-
declare module "cesium/Source/Core/CoplanarPolygonOutlineGeometry" { import { CoplanarPolygonOutlineGeometry } from 'mars3d-cesium'; export default CoplanarPolygonOutlineGeometry; }
|
|
44243
|
-
declare module "cesium/Source/Core/CorridorGeometry" { import { CorridorGeometry } from 'mars3d-cesium'; export default CorridorGeometry; }
|
|
44244
|
-
declare module "cesium/Source/Core/CorridorOutlineGeometry" { import { CorridorOutlineGeometry } from 'mars3d-cesium'; export default CorridorOutlineGeometry; }
|
|
44245
|
-
declare module "cesium/Source/Core/createGuid" { import { createGuid } from 'mars3d-cesium'; export default createGuid; }
|
|
44246
|
-
declare module "cesium/Source/Core/createWorldTerrain" { import { createWorldTerrain } from 'mars3d-cesium'; export default createWorldTerrain; }
|
|
44247
|
-
declare module "cesium/Source/Core/Credit" { import { Credit } from 'mars3d-cesium'; export default Credit; }
|
|
44248
|
-
declare module "cesium/Source/Core/CubicRealPolynomial" { import { CubicRealPolynomial } from 'mars3d-cesium'; export default CubicRealPolynomial; }
|
|
44249
|
-
declare module "cesium/Source/Core/CullingVolume" { import { CullingVolume } from 'mars3d-cesium'; export default CullingVolume; }
|
|
44250
|
-
declare module "cesium/Source/Core/CustomHeightmapTerrainProvider" { import { CustomHeightmapTerrainProvider } from 'mars3d-cesium'; export default CustomHeightmapTerrainProvider; }
|
|
44251
|
-
declare module "cesium/Source/Core/CylinderGeometry" { import { CylinderGeometry } from 'mars3d-cesium'; export default CylinderGeometry; }
|
|
44252
|
-
declare module "cesium/Source/Core/CylinderOutlineGeometry" { import { CylinderOutlineGeometry } from 'mars3d-cesium'; export default CylinderOutlineGeometry; }
|
|
44253
|
-
declare module "cesium/Source/Core/DefaultProxy" { import { DefaultProxy } from 'mars3d-cesium'; export default DefaultProxy; }
|
|
44254
|
-
declare module "cesium/Source/Core/defaultValue" { import { defaultValue } from 'mars3d-cesium'; export default defaultValue; }
|
|
44255
|
-
declare module "cesium/Source/Core/defined" { import { defined } from 'mars3d-cesium'; export default defined; }
|
|
44256
|
-
declare module "cesium/Source/Core/destroyObject" { import { destroyObject } from 'mars3d-cesium'; export default destroyObject; }
|
|
44257
|
-
declare module "cesium/Source/Core/DeveloperError" { import { DeveloperError } from 'mars3d-cesium'; export default DeveloperError; }
|
|
44258
|
-
declare module "cesium/Source/Core/DistanceDisplayCondition" { import { DistanceDisplayCondition } from 'mars3d-cesium'; export default DistanceDisplayCondition; }
|
|
44259
|
-
declare module "cesium/Source/Core/DistanceDisplayConditionGeometryInstanceAttribute" { import { DistanceDisplayConditionGeometryInstanceAttribute } from 'mars3d-cesium'; export default DistanceDisplayConditionGeometryInstanceAttribute; }
|
|
44260
|
-
declare module "cesium/Source/Core/EasingFunction" { import { EasingFunction } from 'mars3d-cesium'; export default EasingFunction; }
|
|
44261
|
-
declare module "cesium/Source/Core/EllipseGeometry" { import { EllipseGeometry } from 'mars3d-cesium'; export default EllipseGeometry; }
|
|
44262
|
-
declare module "cesium/Source/Core/EllipseOutlineGeometry" { import { EllipseOutlineGeometry } from 'mars3d-cesium'; export default EllipseOutlineGeometry; }
|
|
44263
|
-
declare module "cesium/Source/Core/Ellipsoid" { import { Ellipsoid } from 'mars3d-cesium'; export default Ellipsoid; }
|
|
44264
|
-
declare module "cesium/Source/Core/EllipsoidGeodesic" { import { EllipsoidGeodesic } from 'mars3d-cesium'; export default EllipsoidGeodesic; }
|
|
44265
|
-
declare module "cesium/Source/Core/EllipsoidGeometry" { import { EllipsoidGeometry } from 'mars3d-cesium'; export default EllipsoidGeometry; }
|
|
44266
|
-
declare module "cesium/Source/Core/EllipsoidOutlineGeometry" { import { EllipsoidOutlineGeometry } from 'mars3d-cesium'; export default EllipsoidOutlineGeometry; }
|
|
44267
|
-
declare module "cesium/Source/Core/EllipsoidRhumbLine" { import { EllipsoidRhumbLine } from 'mars3d-cesium'; export default EllipsoidRhumbLine; }
|
|
44268
|
-
declare module "cesium/Source/Core/EllipsoidTangentPlane" { import { EllipsoidTangentPlane } from 'mars3d-cesium'; export default EllipsoidTangentPlane; }
|
|
44269
|
-
declare module "cesium/Source/Core/EllipsoidTerrainProvider" { import { EllipsoidTerrainProvider } from 'mars3d-cesium'; export default EllipsoidTerrainProvider; }
|
|
44270
|
-
declare module "cesium/Source/Core/Event" { import { Event } from 'mars3d-cesium'; export default Event; }
|
|
44271
|
-
declare module "cesium/Source/Core/EventHelper" { import { EventHelper } from 'mars3d-cesium'; export default EventHelper; }
|
|
44272
|
-
declare module "cesium/Source/Core/FeatureDetection" { import { FeatureDetection } from 'mars3d-cesium'; export default FeatureDetection; }
|
|
44273
|
-
declare module "cesium/Source/Core/formatError" { import { formatError } from 'mars3d-cesium'; export default formatError; }
|
|
44274
|
-
declare module "cesium/Source/Core/FrustumGeometry" { import { FrustumGeometry } from 'mars3d-cesium'; export default FrustumGeometry; }
|
|
44275
|
-
declare module "cesium/Source/Core/FrustumOutlineGeometry" { import { FrustumOutlineGeometry } from 'mars3d-cesium'; export default FrustumOutlineGeometry; }
|
|
44276
|
-
declare module "cesium/Source/Core/Fullscreen" { import { Fullscreen } from 'mars3d-cesium'; export default Fullscreen; }
|
|
44277
|
-
declare module "cesium/Source/Core/GeocoderService" { import { GeocoderService } from 'mars3d-cesium'; export default GeocoderService; }
|
|
44278
|
-
declare module "cesium/Source/Core/GeographicProjection" { import { GeographicProjection } from 'mars3d-cesium'; export default GeographicProjection; }
|
|
44279
|
-
declare module "cesium/Source/Core/GeographicTilingScheme" { import { GeographicTilingScheme } from 'mars3d-cesium'; export default GeographicTilingScheme; }
|
|
44280
|
-
declare module "cesium/Source/Core/Geometry" { import { Geometry } from 'mars3d-cesium'; export default Geometry; }
|
|
44281
|
-
declare module "cesium/Source/Core/GeometryAttribute" { import { GeometryAttribute } from 'mars3d-cesium'; export default GeometryAttribute; }
|
|
44282
|
-
declare module "cesium/Source/Core/GeometryAttributes" { import { GeometryAttributes } from 'mars3d-cesium'; export default GeometryAttributes; }
|
|
44283
|
-
declare module "cesium/Source/Core/GeometryFactory" { import { GeometryFactory } from 'mars3d-cesium'; export default GeometryFactory; }
|
|
44284
|
-
declare module "cesium/Source/Core/GeometryInstance" { import { GeometryInstance } from 'mars3d-cesium'; export default GeometryInstance; }
|
|
44285
|
-
declare module "cesium/Source/Core/GeometryInstanceAttribute" { import { GeometryInstanceAttribute } from 'mars3d-cesium'; export default GeometryInstanceAttribute; }
|
|
44286
|
-
declare module "cesium/Source/Core/GeometryPipeline" { import { GeometryPipeline } from 'mars3d-cesium'; export default GeometryPipeline; }
|
|
44287
|
-
declare module "cesium/Source/Core/getAbsoluteUri" { import { getAbsoluteUri } from 'mars3d-cesium'; export default getAbsoluteUri; }
|
|
44288
|
-
declare module "cesium/Source/Core/getBaseUri" { import { getBaseUri } from 'mars3d-cesium'; export default getBaseUri; }
|
|
44289
|
-
declare module "cesium/Source/Core/getExtensionFromUri" { import { getExtensionFromUri } from 'mars3d-cesium'; export default getExtensionFromUri; }
|
|
44290
|
-
declare module "cesium/Source/Core/getFilenameFromUri" { import { getFilenameFromUri } from 'mars3d-cesium'; export default getFilenameFromUri; }
|
|
44291
|
-
declare module "cesium/Source/Core/getImagePixels" { import { getImagePixels } from 'mars3d-cesium'; export default getImagePixels; }
|
|
44292
|
-
declare module "cesium/Source/Core/getTimestamp" { import { getTimestamp } from 'mars3d-cesium'; export default getTimestamp; }
|
|
44293
|
-
declare module "cesium/Source/Core/GoogleEarthEnterpriseMetadata" { import { GoogleEarthEnterpriseMetadata } from 'mars3d-cesium'; export default GoogleEarthEnterpriseMetadata; }
|
|
44294
|
-
declare module "cesium/Source/Core/GoogleEarthEnterpriseTerrainData" { import { GoogleEarthEnterpriseTerrainData } from 'mars3d-cesium'; export default GoogleEarthEnterpriseTerrainData; }
|
|
44295
|
-
declare module "cesium/Source/Core/GoogleEarthEnterpriseTerrainProvider" { import { GoogleEarthEnterpriseTerrainProvider } from 'mars3d-cesium'; export default GoogleEarthEnterpriseTerrainProvider; }
|
|
44296
|
-
declare module "cesium/Source/Core/GregorianDate" { import { GregorianDate } from 'mars3d-cesium'; export default GregorianDate; }
|
|
44297
|
-
declare module "cesium/Source/Core/GroundPolylineGeometry" { import { GroundPolylineGeometry } from 'mars3d-cesium'; export default GroundPolylineGeometry; }
|
|
44298
|
-
declare module "cesium/Source/Core/HeadingPitchRange" { import { HeadingPitchRange } from 'mars3d-cesium'; export default HeadingPitchRange; }
|
|
44299
|
-
declare module "cesium/Source/Core/HeadingPitchRoll" { import { HeadingPitchRoll } from 'mars3d-cesium'; export default HeadingPitchRoll; }
|
|
44300
|
-
declare module "cesium/Source/Core/HeightmapTerrainData" { import { HeightmapTerrainData } from 'mars3d-cesium'; export default HeightmapTerrainData; }
|
|
44301
|
-
declare module "cesium/Source/Core/HermitePolynomialApproximation" { import { HermitePolynomialApproximation } from 'mars3d-cesium'; export default HermitePolynomialApproximation; }
|
|
44302
|
-
declare module "cesium/Source/Core/HermiteSpline" { import { HermiteSpline } from 'mars3d-cesium'; export default HermiteSpline; }
|
|
44303
|
-
declare module "cesium/Source/Core/HilbertOrder" { import { HilbertOrder } from 'mars3d-cesium'; export default HilbertOrder; }
|
|
44304
|
-
declare module "cesium/Source/Core/InterpolationAlgorithm" { import { InterpolationAlgorithm } from 'mars3d-cesium'; export default InterpolationAlgorithm; }
|
|
44305
|
-
declare module "cesium/Source/Core/Intersections2D" { import { Intersections2D } from 'mars3d-cesium'; export default Intersections2D; }
|
|
44306
|
-
declare module "cesium/Source/Core/IntersectionTests" { import { IntersectionTests } from 'mars3d-cesium'; export default IntersectionTests; }
|
|
44307
|
-
declare module "cesium/Source/Core/Interval" { import { Interval } from 'mars3d-cesium'; export default Interval; }
|
|
44308
|
-
declare module "cesium/Source/Core/Ion" { import { Ion } from 'mars3d-cesium'; export default Ion; }
|
|
44309
|
-
declare module "cesium/Source/Core/IonGeocoderService" { import { IonGeocoderService } from 'mars3d-cesium'; export default IonGeocoderService; }
|
|
44310
|
-
declare module "cesium/Source/Core/IonResource" { import { IonResource } from 'mars3d-cesium'; export default IonResource; }
|
|
44311
|
-
declare module "cesium/Source/Core/isLeapYear" { import { isLeapYear } from 'mars3d-cesium'; export default isLeapYear; }
|
|
44312
|
-
declare module "cesium/Source/Core/Iso8601" { import { Iso8601 } from 'mars3d-cesium'; export default Iso8601; }
|
|
44313
|
-
declare module "cesium/Source/Core/JulianDate" { import { JulianDate } from 'mars3d-cesium'; export default JulianDate; }
|
|
44314
|
-
declare module "cesium/Source/Core/LagrangePolynomialApproximation" { import { LagrangePolynomialApproximation } from 'mars3d-cesium'; export default LagrangePolynomialApproximation; }
|
|
44315
|
-
declare module "cesium/Source/Core/LeapSecond" { import { LeapSecond } from 'mars3d-cesium'; export default LeapSecond; }
|
|
44316
|
-
declare module "cesium/Source/Core/LinearApproximation" { import { LinearApproximation } from 'mars3d-cesium'; export default LinearApproximation; }
|
|
44317
|
-
declare module "cesium/Source/Core/LinearSpline" { import { LinearSpline } from 'mars3d-cesium'; export default LinearSpline; }
|
|
44318
|
-
declare module "cesium/Source/Core/MapProjection" { import { MapProjection } from 'mars3d-cesium'; export default MapProjection; }
|
|
44319
|
-
declare module "cesium/Source/Core/Math" { import { Math } from 'mars3d-cesium'; export default Math; }
|
|
44320
|
-
declare module "cesium/Source/Core/Matrix2" { import { Matrix2 } from 'mars3d-cesium'; export default Matrix2; }
|
|
44321
|
-
declare module "cesium/Source/Core/Matrix3" { import { Matrix3 } from 'mars3d-cesium'; export default Matrix3; }
|
|
44322
|
-
declare module "cesium/Source/Core/Matrix4" { import { Matrix4 } from 'mars3d-cesium'; export default Matrix4; }
|
|
44323
|
-
declare module "cesium/Source/Core/mergeSort" { import { mergeSort } from 'mars3d-cesium'; export default mergeSort; }
|
|
44324
|
-
declare module "cesium/Source/Core/MorphWeightSpline" { import { MorphWeightSpline } from 'mars3d-cesium'; export default MorphWeightSpline; }
|
|
44325
|
-
declare module "cesium/Source/Core/NearFarScalar" { import { NearFarScalar } from 'mars3d-cesium'; export default NearFarScalar; }
|
|
44326
|
-
declare module "cesium/Source/Core/objectToQuery" { import { objectToQuery } from 'mars3d-cesium'; export default objectToQuery; }
|
|
44327
|
-
declare module "cesium/Source/Core/Occluder" { import { Occluder } from 'mars3d-cesium'; export default Occluder; }
|
|
44328
|
-
declare module "cesium/Source/Core/OpenCageGeocoderService" { import { OpenCageGeocoderService } from 'mars3d-cesium'; export default OpenCageGeocoderService; }
|
|
44329
|
-
declare module "cesium/Source/Core/OrientedBoundingBox" { import { OrientedBoundingBox } from 'mars3d-cesium'; export default OrientedBoundingBox; }
|
|
44330
|
-
declare module "cesium/Source/Core/OrthographicFrustum" { import { OrthographicFrustum } from 'mars3d-cesium'; export default OrthographicFrustum; }
|
|
44331
|
-
declare module "cesium/Source/Core/OrthographicOffCenterFrustum" { import { OrthographicOffCenterFrustum } from 'mars3d-cesium'; export default OrthographicOffCenterFrustum; }
|
|
44332
|
-
declare module "cesium/Source/Core/Packable" { import { Packable } from 'mars3d-cesium'; export default Packable; }
|
|
44333
|
-
declare module "cesium/Source/Core/PackableForInterpolation" { import { PackableForInterpolation } from 'mars3d-cesium'; export default PackableForInterpolation; }
|
|
44334
|
-
declare module "cesium/Source/Core/PeliasGeocoderService" { import { PeliasGeocoderService } from 'mars3d-cesium'; export default PeliasGeocoderService; }
|
|
44335
|
-
declare module "cesium/Source/Core/PerspectiveFrustum" { import { PerspectiveFrustum } from 'mars3d-cesium'; export default PerspectiveFrustum; }
|
|
44336
|
-
declare module "cesium/Source/Core/PerspectiveOffCenterFrustum" { import { PerspectiveOffCenterFrustum } from 'mars3d-cesium'; export default PerspectiveOffCenterFrustum; }
|
|
44337
|
-
declare module "cesium/Source/Core/PinBuilder" { import { PinBuilder } from 'mars3d-cesium'; export default PinBuilder; }
|
|
44338
|
-
declare module "cesium/Source/Core/Plane" { import { Plane } from 'mars3d-cesium'; export default Plane; }
|
|
44339
|
-
declare module "cesium/Source/Core/PlaneGeometry" { import { PlaneGeometry } from 'mars3d-cesium'; export default PlaneGeometry; }
|
|
44340
|
-
declare module "cesium/Source/Core/PlaneOutlineGeometry" { import { PlaneOutlineGeometry } from 'mars3d-cesium'; export default PlaneOutlineGeometry; }
|
|
44341
|
-
declare module "cesium/Source/Core/pointInsideTriangle" { import { pointInsideTriangle } from 'mars3d-cesium'; export default pointInsideTriangle; }
|
|
44342
|
-
declare module "cesium/Source/Core/PolygonGeometry" { import { PolygonGeometry } from 'mars3d-cesium'; export default PolygonGeometry; }
|
|
44343
|
-
declare module "cesium/Source/Core/PolygonHierarchy" { import { PolygonHierarchy } from 'mars3d-cesium'; export default PolygonHierarchy; }
|
|
44344
|
-
declare module "cesium/Source/Core/PolygonOutlineGeometry" { import { PolygonOutlineGeometry } from 'mars3d-cesium'; export default PolygonOutlineGeometry; }
|
|
44345
|
-
declare module "cesium/Source/Core/PolylineGeometry" { import { PolylineGeometry } from 'mars3d-cesium'; export default PolylineGeometry; }
|
|
44346
|
-
declare module "cesium/Source/Core/PolylineVolumeGeometry" { import { PolylineVolumeGeometry } from 'mars3d-cesium'; export default PolylineVolumeGeometry; }
|
|
44347
|
-
declare module "cesium/Source/Core/PolylineVolumeOutlineGeometry" { import { PolylineVolumeOutlineGeometry } from 'mars3d-cesium'; export default PolylineVolumeOutlineGeometry; }
|
|
44348
|
-
declare module "cesium/Source/Core/Proxy" { import { Proxy } from 'mars3d-cesium'; export default Proxy; }
|
|
44349
|
-
declare module "cesium/Source/Core/QuadraticRealPolynomial" { import { QuadraticRealPolynomial } from 'mars3d-cesium'; export default QuadraticRealPolynomial; }
|
|
44350
|
-
declare module "cesium/Source/Core/QuantizedMeshTerrainData" { import { QuantizedMeshTerrainData } from 'mars3d-cesium'; export default QuantizedMeshTerrainData; }
|
|
44351
|
-
declare module "cesium/Source/Core/QuarticRealPolynomial" { import { QuarticRealPolynomial } from 'mars3d-cesium'; export default QuarticRealPolynomial; }
|
|
44352
|
-
declare module "cesium/Source/Core/Quaternion" { import { Quaternion } from 'mars3d-cesium'; export default Quaternion; }
|
|
44353
|
-
declare module "cesium/Source/Core/QuaternionSpline" { import { QuaternionSpline } from 'mars3d-cesium'; export default QuaternionSpline; }
|
|
44354
|
-
declare module "cesium/Source/Core/queryToObject" { import { queryToObject } from 'mars3d-cesium'; export default queryToObject; }
|
|
44355
|
-
declare module "cesium/Source/Core/Queue" { import { Queue } from 'mars3d-cesium'; export default Queue; }
|
|
44356
|
-
declare module "cesium/Source/Core/Ray" { import { Ray } from 'mars3d-cesium'; export default Ray; }
|
|
44357
|
-
declare module "cesium/Source/Core/Rectangle" { import { Rectangle } from 'mars3d-cesium'; export default Rectangle; }
|
|
44358
|
-
declare module "cesium/Source/Core/RectangleGeometry" { import { RectangleGeometry } from 'mars3d-cesium'; export default RectangleGeometry; }
|
|
44359
|
-
declare module "cesium/Source/Core/RectangleOutlineGeometry" { import { RectangleOutlineGeometry } from 'mars3d-cesium'; export default RectangleOutlineGeometry; }
|
|
44360
|
-
declare module "cesium/Source/Core/Request" { import { Request } from 'mars3d-cesium'; export default Request; }
|
|
44361
|
-
declare module "cesium/Source/Core/requestAnimationFrame" { import { requestAnimationFrame } from 'mars3d-cesium'; export default requestAnimationFrame; }
|
|
44362
|
-
declare module "cesium/Source/Core/RequestErrorEvent" { import { RequestErrorEvent } from 'mars3d-cesium'; export default RequestErrorEvent; }
|
|
44363
|
-
declare module "cesium/Source/Core/RequestScheduler" { import { RequestScheduler } from 'mars3d-cesium'; export default RequestScheduler; }
|
|
44364
|
-
declare module "cesium/Source/Core/Resource" { import { Resource } from 'mars3d-cesium'; export default Resource; }
|
|
44365
|
-
declare module "cesium/Source/Core/RuntimeError" { import { RuntimeError } from 'mars3d-cesium'; export default RuntimeError; }
|
|
44366
|
-
declare module "cesium/Source/Core/sampleTerrain" { import { sampleTerrain } from 'mars3d-cesium'; export default sampleTerrain; }
|
|
44367
|
-
declare module "cesium/Source/Core/sampleTerrainMostDetailed" { import { sampleTerrainMostDetailed } from 'mars3d-cesium'; export default sampleTerrainMostDetailed; }
|
|
44368
|
-
declare module "cesium/Source/Core/ScreenSpaceEventHandler" { import { ScreenSpaceEventHandler } from 'mars3d-cesium'; export default ScreenSpaceEventHandler; }
|
|
44369
|
-
declare module "cesium/Source/Core/ShowGeometryInstanceAttribute" { import { ShowGeometryInstanceAttribute } from 'mars3d-cesium'; export default ShowGeometryInstanceAttribute; }
|
|
44370
|
-
declare module "cesium/Source/Core/Simon1994PlanetaryPositions" { import { Simon1994PlanetaryPositions } from 'mars3d-cesium'; export default Simon1994PlanetaryPositions; }
|
|
44371
|
-
declare module "cesium/Source/Core/SimplePolylineGeometry" { import { SimplePolylineGeometry } from 'mars3d-cesium'; export default SimplePolylineGeometry; }
|
|
44372
|
-
declare module "cesium/Source/Core/SphereGeometry" { import { SphereGeometry } from 'mars3d-cesium'; export default SphereGeometry; }
|
|
44373
|
-
declare module "cesium/Source/Core/SphereOutlineGeometry" { import { SphereOutlineGeometry } from 'mars3d-cesium'; export default SphereOutlineGeometry; }
|
|
44374
|
-
declare module "cesium/Source/Core/Spherical" { import { Spherical } from 'mars3d-cesium'; export default Spherical; }
|
|
44375
|
-
declare module "cesium/Source/Core/Spline" { import { Spline } from 'mars3d-cesium'; export default Spline; }
|
|
44376
|
-
declare module "cesium/Source/Core/SteppedSpline" { import { SteppedSpline } from 'mars3d-cesium'; export default SteppedSpline; }
|
|
44377
|
-
declare module "cesium/Source/Core/subdivideArray" { import { subdivideArray } from 'mars3d-cesium'; export default subdivideArray; }
|
|
44378
|
-
declare module "cesium/Source/Core/TaskProcessor" { import { TaskProcessor } from 'mars3d-cesium'; export default TaskProcessor; }
|
|
44379
|
-
declare module "cesium/Source/Core/TerrainData" { import { TerrainData } from 'mars3d-cesium'; export default TerrainData; }
|
|
44380
|
-
declare module "cesium/Source/Core/TerrainProvider" { import { TerrainProvider } from 'mars3d-cesium'; export default TerrainProvider; }
|
|
44381
|
-
declare module "cesium/Source/Core/TileAvailability" { import { TileAvailability } from 'mars3d-cesium'; export default TileAvailability; }
|
|
44382
|
-
declare module "cesium/Source/Core/TileProviderError" { import { TileProviderError } from 'mars3d-cesium'; export default TileProviderError; }
|
|
44383
|
-
declare module "cesium/Source/Core/TilingScheme" { import { TilingScheme } from 'mars3d-cesium'; export default TilingScheme; }
|
|
44384
|
-
declare module "cesium/Source/Core/TimeInterval" { import { TimeInterval } from 'mars3d-cesium'; export default TimeInterval; }
|
|
44385
|
-
declare module "cesium/Source/Core/TimeIntervalCollection" { import { TimeIntervalCollection } from 'mars3d-cesium'; export default TimeIntervalCollection; }
|
|
44386
|
-
declare module "cesium/Source/Core/Transforms" { import { Transforms } from 'mars3d-cesium'; export default Transforms; }
|
|
44387
|
-
declare module "cesium/Source/Core/TranslationRotationScale" { import { TranslationRotationScale } from 'mars3d-cesium'; export default TranslationRotationScale; }
|
|
44388
|
-
declare module "cesium/Source/Core/TridiagonalSystemSolver" { import { TridiagonalSystemSolver } from 'mars3d-cesium'; export default TridiagonalSystemSolver; }
|
|
44389
|
-
declare module "cesium/Source/Core/TrustedServers" { import { TrustedServers } from 'mars3d-cesium'; export default TrustedServers; }
|
|
44390
|
-
declare module "cesium/Source/Core/VertexFormat" { import { VertexFormat } from 'mars3d-cesium'; export default VertexFormat; }
|
|
44391
|
-
declare module "cesium/Source/Core/VideoSynchronizer" { import { VideoSynchronizer } from 'mars3d-cesium'; export default VideoSynchronizer; }
|
|
44392
|
-
declare module "cesium/Source/Core/VRTheWorldTerrainProvider" { import { VRTheWorldTerrainProvider } from 'mars3d-cesium'; export default VRTheWorldTerrainProvider; }
|
|
44393
|
-
declare module "cesium/Source/Core/WallGeometry" { import { WallGeometry } from 'mars3d-cesium'; export default WallGeometry; }
|
|
44394
|
-
declare module "cesium/Source/Core/WallOutlineGeometry" { import { WallOutlineGeometry } from 'mars3d-cesium'; export default WallOutlineGeometry; }
|
|
44395
|
-
declare module "cesium/Source/Core/WebMercatorProjection" { import { WebMercatorProjection } from 'mars3d-cesium'; export default WebMercatorProjection; }
|
|
44396
|
-
declare module "cesium/Source/Core/WebMercatorTilingScheme" { import { WebMercatorTilingScheme } from 'mars3d-cesium'; export default WebMercatorTilingScheme; }
|
|
44397
|
-
declare module "cesium/Source/Core/writeTextToCanvas" { import { writeTextToCanvas } from 'mars3d-cesium'; export default writeTextToCanvas; }
|
|
44398
|
-
declare module "cesium/Source/DataSources/BillboardGraphics" { import { BillboardGraphics } from 'mars3d-cesium'; export default BillboardGraphics; }
|
|
44399
|
-
declare module "cesium/Source/DataSources/BillboardVisualizer" { import { BillboardVisualizer } from 'mars3d-cesium'; export default BillboardVisualizer; }
|
|
44400
|
-
declare module "cesium/Source/DataSources/BoxGeometryUpdater" { import { BoxGeometryUpdater } from 'mars3d-cesium'; export default BoxGeometryUpdater; }
|
|
44401
|
-
declare module "cesium/Source/DataSources/BoxGraphics" { import { BoxGraphics } from 'mars3d-cesium'; export default BoxGraphics; }
|
|
44402
|
-
declare module "cesium/Source/DataSources/CallbackProperty" { import { CallbackProperty } from 'mars3d-cesium'; export default CallbackProperty; }
|
|
44403
|
-
declare module "cesium/Source/DataSources/Cesium3DTilesetGraphics" { import { Cesium3DTilesetGraphics } from 'mars3d-cesium'; export default Cesium3DTilesetGraphics; }
|
|
44404
|
-
declare module "cesium/Source/DataSources/Cesium3DTilesetVisualizer" { import { Cesium3DTilesetVisualizer } from 'mars3d-cesium'; export default Cesium3DTilesetVisualizer; }
|
|
44405
|
-
declare module "cesium/Source/DataSources/CheckerboardMaterialProperty" { import { CheckerboardMaterialProperty } from 'mars3d-cesium'; export default CheckerboardMaterialProperty; }
|
|
44406
|
-
declare module "cesium/Source/DataSources/ColorMaterialProperty" { import { ColorMaterialProperty } from 'mars3d-cesium'; export default ColorMaterialProperty; }
|
|
44407
|
-
declare module "cesium/Source/DataSources/CompositeEntityCollection" { import { CompositeEntityCollection } from 'mars3d-cesium'; export default CompositeEntityCollection; }
|
|
44408
|
-
declare module "cesium/Source/DataSources/CompositeMaterialProperty" { import { CompositeMaterialProperty } from 'mars3d-cesium'; export default CompositeMaterialProperty; }
|
|
44409
|
-
declare module "cesium/Source/DataSources/CompositePositionProperty" { import { CompositePositionProperty } from 'mars3d-cesium'; export default CompositePositionProperty; }
|
|
44410
|
-
declare module "cesium/Source/DataSources/CompositeProperty" { import { CompositeProperty } from 'mars3d-cesium'; export default CompositeProperty; }
|
|
44411
|
-
declare module "cesium/Source/DataSources/ConstantPositionProperty" { import { ConstantPositionProperty } from 'mars3d-cesium'; export default ConstantPositionProperty; }
|
|
44412
|
-
declare module "cesium/Source/DataSources/ConstantProperty" { import { ConstantProperty } from 'mars3d-cesium'; export default ConstantProperty; }
|
|
44413
|
-
declare module "cesium/Source/DataSources/CorridorGeometryUpdater" { import { CorridorGeometryUpdater } from 'mars3d-cesium'; export default CorridorGeometryUpdater; }
|
|
44414
|
-
declare module "cesium/Source/DataSources/CorridorGraphics" { import { CorridorGraphics } from 'mars3d-cesium'; export default CorridorGraphics; }
|
|
44415
|
-
declare module "cesium/Source/DataSources/CustomDataSource" { import { CustomDataSource } from 'mars3d-cesium'; export default CustomDataSource; }
|
|
44416
|
-
declare module "cesium/Source/DataSources/CylinderGeometryUpdater" { import { CylinderGeometryUpdater } from 'mars3d-cesium'; export default CylinderGeometryUpdater; }
|
|
44417
|
-
declare module "cesium/Source/DataSources/CylinderGraphics" { import { CylinderGraphics } from 'mars3d-cesium'; export default CylinderGraphics; }
|
|
44418
|
-
declare module "cesium/Source/DataSources/CzmlDataSource" { import { CzmlDataSource } from 'mars3d-cesium'; export default CzmlDataSource; }
|
|
44419
|
-
declare module "cesium/Source/DataSources/DataSource" { import { DataSource } from 'mars3d-cesium'; export default DataSource; }
|
|
44420
|
-
declare module "cesium/Source/DataSources/DataSourceClock" { import { DataSourceClock } from 'mars3d-cesium'; export default DataSourceClock; }
|
|
44421
|
-
declare module "cesium/Source/DataSources/DataSourceCollection" { import { DataSourceCollection } from 'mars3d-cesium'; export default DataSourceCollection; }
|
|
44422
|
-
declare module "cesium/Source/DataSources/DataSourceDisplay" { import { DataSourceDisplay } from 'mars3d-cesium'; export default DataSourceDisplay; }
|
|
44423
|
-
declare module "cesium/Source/DataSources/EllipseGeometryUpdater" { import { EllipseGeometryUpdater } from 'mars3d-cesium'; export default EllipseGeometryUpdater; }
|
|
44424
|
-
declare module "cesium/Source/DataSources/EllipseGraphics" { import { EllipseGraphics } from 'mars3d-cesium'; export default EllipseGraphics; }
|
|
44425
|
-
declare module "cesium/Source/DataSources/EllipsoidGeometryUpdater" { import { EllipsoidGeometryUpdater } from 'mars3d-cesium'; export default EllipsoidGeometryUpdater; }
|
|
44426
|
-
declare module "cesium/Source/DataSources/EllipsoidGraphics" { import { EllipsoidGraphics } from 'mars3d-cesium'; export default EllipsoidGraphics; }
|
|
44427
|
-
declare module "cesium/Source/DataSources/Entity" { import { Entity } from 'mars3d-cesium'; export default Entity; }
|
|
44428
|
-
declare module "cesium/Source/DataSources/EntityCluster" { import { EntityCluster } from 'mars3d-cesium'; export default EntityCluster; }
|
|
44429
|
-
declare module "cesium/Source/DataSources/EntityCollection" { import { EntityCollection } from 'mars3d-cesium'; export default EntityCollection; }
|
|
44430
|
-
declare module "cesium/Source/DataSources/EntityView" { import { EntityView } from 'mars3d-cesium'; export default EntityView; }
|
|
44431
|
-
declare module "cesium/Source/DataSources/exportKml" { import { exportKml } from 'mars3d-cesium'; export default exportKml; }
|
|
44432
|
-
declare module "cesium/Source/DataSources/GeoJsonDataSource" { import { GeoJsonDataSource } from 'mars3d-cesium'; export default GeoJsonDataSource; }
|
|
44433
|
-
declare module "cesium/Source/DataSources/GeometryUpdater" { import { GeometryUpdater } from 'mars3d-cesium'; export default GeometryUpdater; }
|
|
44434
|
-
declare module "cesium/Source/DataSources/GeometryVisualizer" { import { GeometryVisualizer } from 'mars3d-cesium'; export default GeometryVisualizer; }
|
|
44435
|
-
declare module "cesium/Source/DataSources/GpxDataSource" { import { GpxDataSource } from 'mars3d-cesium'; export default GpxDataSource; }
|
|
44436
|
-
declare module "cesium/Source/DataSources/GridMaterialProperty" { import { GridMaterialProperty } from 'mars3d-cesium'; export default GridMaterialProperty; }
|
|
44437
|
-
declare module "cesium/Source/DataSources/GroundGeometryUpdater" { import { GroundGeometryUpdater } from 'mars3d-cesium'; export default GroundGeometryUpdater; }
|
|
44438
|
-
declare module "cesium/Source/DataSources/ImageMaterialProperty" { import { ImageMaterialProperty } from 'mars3d-cesium'; export default ImageMaterialProperty; }
|
|
44439
|
-
declare module "cesium/Source/DataSources/KmlCamera" { import { KmlCamera } from 'mars3d-cesium'; export default KmlCamera; }
|
|
44440
|
-
declare module "cesium/Source/DataSources/KmlDataSource" { import { KmlDataSource } from 'mars3d-cesium'; export default KmlDataSource; }
|
|
44441
|
-
declare module "cesium/Source/DataSources/KmlLookAt" { import { KmlLookAt } from 'mars3d-cesium'; export default KmlLookAt; }
|
|
44442
|
-
declare module "cesium/Source/DataSources/KmlTour" { import { KmlTour } from 'mars3d-cesium'; export default KmlTour; }
|
|
44443
|
-
declare module "cesium/Source/DataSources/KmlTourFlyTo" { import { KmlTourFlyTo } from 'mars3d-cesium'; export default KmlTourFlyTo; }
|
|
44444
|
-
declare module "cesium/Source/DataSources/KmlTourWait" { import { KmlTourWait } from 'mars3d-cesium'; export default KmlTourWait; }
|
|
44445
|
-
declare module "cesium/Source/DataSources/LabelGraphics" { import { LabelGraphics } from 'mars3d-cesium'; export default LabelGraphics; }
|
|
44446
|
-
declare module "cesium/Source/DataSources/LabelVisualizer" { import { LabelVisualizer } from 'mars3d-cesium'; export default LabelVisualizer; }
|
|
44447
|
-
declare module "cesium/Source/DataSources/MaterialProperty" { import { MaterialProperty } from 'mars3d-cesium'; export default MaterialProperty; }
|
|
44448
|
-
declare module "cesium/Source/DataSources/ModelGraphics" { import { ModelGraphics } from 'mars3d-cesium'; export default ModelGraphics; }
|
|
44449
|
-
declare module "cesium/Source/DataSources/ModelVisualizer" { import { ModelVisualizer } from 'mars3d-cesium'; export default ModelVisualizer; }
|
|
44450
|
-
declare module "cesium/Source/DataSources/NodeTransformationProperty" { import { NodeTransformationProperty } from 'mars3d-cesium'; export default NodeTransformationProperty; }
|
|
44451
|
-
declare module "cesium/Source/DataSources/PathGraphics" { import { PathGraphics } from 'mars3d-cesium'; export default PathGraphics; }
|
|
44452
|
-
declare module "cesium/Source/DataSources/PathVisualizer" { import { PathVisualizer } from 'mars3d-cesium'; export default PathVisualizer; }
|
|
44453
|
-
declare module "cesium/Source/DataSources/PlaneGeometryUpdater" { import { PlaneGeometryUpdater } from 'mars3d-cesium'; export default PlaneGeometryUpdater; }
|
|
44454
|
-
declare module "cesium/Source/DataSources/PlaneGraphics" { import { PlaneGraphics } from 'mars3d-cesium'; export default PlaneGraphics; }
|
|
44455
|
-
declare module "cesium/Source/DataSources/PointGraphics" { import { PointGraphics } from 'mars3d-cesium'; export default PointGraphics; }
|
|
44456
|
-
declare module "cesium/Source/DataSources/PointVisualizer" { import { PointVisualizer } from 'mars3d-cesium'; export default PointVisualizer; }
|
|
44457
|
-
declare module "cesium/Source/DataSources/PolygonGeometryUpdater" { import { PolygonGeometryUpdater } from 'mars3d-cesium'; export default PolygonGeometryUpdater; }
|
|
44458
|
-
declare module "cesium/Source/DataSources/PolygonGraphics" { import { PolygonGraphics } from 'mars3d-cesium'; export default PolygonGraphics; }
|
|
44459
|
-
declare module "cesium/Source/DataSources/PolylineArrowMaterialProperty" { import { PolylineArrowMaterialProperty } from 'mars3d-cesium'; export default PolylineArrowMaterialProperty; }
|
|
44460
|
-
declare module "cesium/Source/DataSources/PolylineDashMaterialProperty" { import { PolylineDashMaterialProperty } from 'mars3d-cesium'; export default PolylineDashMaterialProperty; }
|
|
44461
|
-
declare module "cesium/Source/DataSources/PolylineGeometryUpdater" { import { PolylineGeometryUpdater } from 'mars3d-cesium'; export default PolylineGeometryUpdater; }
|
|
44462
|
-
declare module "cesium/Source/DataSources/PolylineGlowMaterialProperty" { import { PolylineGlowMaterialProperty } from 'mars3d-cesium'; export default PolylineGlowMaterialProperty; }
|
|
44463
|
-
declare module "cesium/Source/DataSources/PolylineGraphics" { import { PolylineGraphics } from 'mars3d-cesium'; export default PolylineGraphics; }
|
|
44464
|
-
declare module "cesium/Source/DataSources/PolylineOutlineMaterialProperty" { import { PolylineOutlineMaterialProperty } from 'mars3d-cesium'; export default PolylineOutlineMaterialProperty; }
|
|
44465
|
-
declare module "cesium/Source/DataSources/PolylineVisualizer" { import { PolylineVisualizer } from 'mars3d-cesium'; export default PolylineVisualizer; }
|
|
44466
|
-
declare module "cesium/Source/DataSources/PolylineVolumeGeometryUpdater" { import { PolylineVolumeGeometryUpdater } from 'mars3d-cesium'; export default PolylineVolumeGeometryUpdater; }
|
|
44467
|
-
declare module "cesium/Source/DataSources/PolylineVolumeGraphics" { import { PolylineVolumeGraphics } from 'mars3d-cesium'; export default PolylineVolumeGraphics; }
|
|
44468
|
-
declare module "cesium/Source/DataSources/PositionProperty" { import { PositionProperty } from 'mars3d-cesium'; export default PositionProperty; }
|
|
44469
|
-
declare module "cesium/Source/DataSources/PositionPropertyArray" { import { PositionPropertyArray } from 'mars3d-cesium'; export default PositionPropertyArray; }
|
|
44470
|
-
declare module "cesium/Source/DataSources/Property" { import { Property } from 'mars3d-cesium'; export default Property; }
|
|
44471
|
-
declare module "cesium/Source/DataSources/PropertyArray" { import { PropertyArray } from 'mars3d-cesium'; export default PropertyArray; }
|
|
44472
|
-
declare module "cesium/Source/DataSources/PropertyBag" { import { PropertyBag } from 'mars3d-cesium'; export default PropertyBag; }
|
|
44473
|
-
declare module "cesium/Source/DataSources/RectangleGeometryUpdater" { import { RectangleGeometryUpdater } from 'mars3d-cesium'; export default RectangleGeometryUpdater; }
|
|
44474
|
-
declare module "cesium/Source/DataSources/RectangleGraphics" { import { RectangleGraphics } from 'mars3d-cesium'; export default RectangleGraphics; }
|
|
44475
|
-
declare module "cesium/Source/DataSources/ReferenceProperty" { import { ReferenceProperty } from 'mars3d-cesium'; export default ReferenceProperty; }
|
|
44476
|
-
declare module "cesium/Source/DataSources/Rotation" { import { Rotation } from 'mars3d-cesium'; export default Rotation; }
|
|
44477
|
-
declare module "cesium/Source/DataSources/SampledPositionProperty" { import { SampledPositionProperty } from 'mars3d-cesium'; export default SampledPositionProperty; }
|
|
44478
|
-
declare module "cesium/Source/DataSources/SampledProperty" { import { SampledProperty } from 'mars3d-cesium'; export default SampledProperty; }
|
|
44479
|
-
declare module "cesium/Source/DataSources/StripeMaterialProperty" { import { StripeMaterialProperty } from 'mars3d-cesium'; export default StripeMaterialProperty; }
|
|
44480
|
-
declare module "cesium/Source/DataSources/TimeIntervalCollectionPositionProperty" { import { TimeIntervalCollectionPositionProperty } from 'mars3d-cesium'; export default TimeIntervalCollectionPositionProperty; }
|
|
44481
|
-
declare module "cesium/Source/DataSources/TimeIntervalCollectionProperty" { import { TimeIntervalCollectionProperty } from 'mars3d-cesium'; export default TimeIntervalCollectionProperty; }
|
|
44482
|
-
declare module "cesium/Source/DataSources/VelocityOrientationProperty" { import { VelocityOrientationProperty } from 'mars3d-cesium'; export default VelocityOrientationProperty; }
|
|
44483
|
-
declare module "cesium/Source/DataSources/VelocityVectorProperty" { import { VelocityVectorProperty } from 'mars3d-cesium'; export default VelocityVectorProperty; }
|
|
44484
|
-
declare module "cesium/Source/DataSources/Visualizer" { import { Visualizer } from 'mars3d-cesium'; export default Visualizer; }
|
|
44485
|
-
declare module "cesium/Source/DataSources/WallGeometryUpdater" { import { WallGeometryUpdater } from 'mars3d-cesium'; export default WallGeometryUpdater; }
|
|
44486
|
-
declare module "cesium/Source/DataSources/WallGraphics" { import { WallGraphics } from 'mars3d-cesium'; export default WallGraphics; }
|
|
44487
|
-
declare module "cesium/Source/Scene/Appearance" { import { Appearance } from 'mars3d-cesium'; export default Appearance; }
|
|
44488
|
-
declare module "cesium/Source/Scene/ArcGisMapServerImageryProvider" { import { ArcGisMapServerImageryProvider } from 'mars3d-cesium'; export default ArcGisMapServerImageryProvider; }
|
|
44489
|
-
declare module "cesium/Source/Scene/Billboard" { import { Billboard } from 'mars3d-cesium'; export default Billboard; }
|
|
44490
|
-
declare module "cesium/Source/Scene/BillboardCollection" { import { BillboardCollection } from 'mars3d-cesium'; export default BillboardCollection; }
|
|
44491
|
-
declare module "cesium/Source/Scene/BingMapsImageryProvider" { import { BingMapsImageryProvider } from 'mars3d-cesium'; export default BingMapsImageryProvider; }
|
|
44492
|
-
declare module "cesium/Source/Scene/BlendingState" { import { BlendingState } from 'mars3d-cesium'; export default BlendingState; }
|
|
44493
|
-
declare module "cesium/Source/Scene/BoxEmitter" { import { BoxEmitter } from 'mars3d-cesium'; export default BoxEmitter; }
|
|
44494
|
-
declare module "cesium/Source/Scene/Camera" { import { Camera } from 'mars3d-cesium'; export default Camera; }
|
|
44495
|
-
declare module "cesium/Source/Scene/CameraEventAggregator" { import { CameraEventAggregator } from 'mars3d-cesium'; export default CameraEventAggregator; }
|
|
44496
|
-
declare module "cesium/Source/Scene/Cesium3DTile" { import { Cesium3DTile } from 'mars3d-cesium'; export default Cesium3DTile; }
|
|
44497
|
-
declare module "cesium/Source/Scene/Cesium3DTileContent" { import { Cesium3DTileContent } from 'mars3d-cesium'; export default Cesium3DTileContent; }
|
|
44498
|
-
declare module "cesium/Source/Scene/Cesium3DTileFeature" { import { Cesium3DTileFeature } from 'mars3d-cesium'; export default Cesium3DTileFeature; }
|
|
44499
|
-
declare module "cesium/Source/Scene/Cesium3DTilePointFeature" { import { Cesium3DTilePointFeature } from 'mars3d-cesium'; export default Cesium3DTilePointFeature; }
|
|
44500
|
-
declare module "cesium/Source/Scene/Cesium3DTileset" { import { Cesium3DTileset } from 'mars3d-cesium'; export default Cesium3DTileset; }
|
|
44501
|
-
declare module "cesium/Source/Scene/Cesium3DTileStyle" { import { Cesium3DTileStyle } from 'mars3d-cesium'; export default Cesium3DTileStyle; }
|
|
44502
|
-
declare module "cesium/Source/Scene/CircleEmitter" { import { CircleEmitter } from 'mars3d-cesium'; export default CircleEmitter; }
|
|
44503
|
-
declare module "cesium/Source/Scene/ClassificationPrimitive" { import { ClassificationPrimitive } from 'mars3d-cesium'; export default ClassificationPrimitive; }
|
|
44504
|
-
declare module "cesium/Source/Scene/ClippingPlane" { import { ClippingPlane } from 'mars3d-cesium'; export default ClippingPlane; }
|
|
44505
|
-
declare module "cesium/Source/Scene/ClippingPlaneCollection" { import { ClippingPlaneCollection } from 'mars3d-cesium'; export default ClippingPlaneCollection; }
|
|
44506
|
-
declare module "cesium/Source/Scene/CloudCollection" { import { CloudCollection } from 'mars3d-cesium'; export default CloudCollection; }
|
|
44507
|
-
declare module "cesium/Source/Scene/ConditionsExpression" { import { ConditionsExpression } from 'mars3d-cesium'; export default ConditionsExpression; }
|
|
44508
|
-
declare module "cesium/Source/Scene/ConeEmitter" { import { ConeEmitter } from 'mars3d-cesium'; export default ConeEmitter; }
|
|
44509
|
-
declare module "cesium/Source/Scene/createElevationBandMaterial" { import { createElevationBandMaterial } from 'mars3d-cesium'; export default createElevationBandMaterial; }
|
|
44510
|
-
declare module "cesium/Source/Scene/createOsmBuildings" { import { createOsmBuildings } from 'mars3d-cesium'; export default createOsmBuildings; }
|
|
44511
|
-
declare module "cesium/Source/Scene/createTangentSpaceDebugPrimitive" { import { createTangentSpaceDebugPrimitive } from 'mars3d-cesium'; export default createTangentSpaceDebugPrimitive; }
|
|
44512
|
-
declare module "cesium/Source/Scene/createWorldImagery" { import { createWorldImagery } from 'mars3d-cesium'; export default createWorldImagery; }
|
|
44513
|
-
declare module "cesium/Source/Scene/CreditDisplay" { import { CreditDisplay } from 'mars3d-cesium'; export default CreditDisplay; }
|
|
44514
|
-
declare module "cesium/Source/Scene/CumulusCloud" { import { CumulusCloud } from 'mars3d-cesium'; export default CumulusCloud; }
|
|
44515
|
-
declare module "cesium/Source/Scene/DebugAppearance" { import { DebugAppearance } from 'mars3d-cesium'; export default DebugAppearance; }
|
|
44516
|
-
declare module "cesium/Source/Scene/DebugCameraPrimitive" { import { DebugCameraPrimitive } from 'mars3d-cesium'; export default DebugCameraPrimitive; }
|
|
44517
|
-
declare module "cesium/Source/Scene/DebugModelMatrixPrimitive" { import { DebugModelMatrixPrimitive } from 'mars3d-cesium'; export default DebugModelMatrixPrimitive; }
|
|
44518
|
-
declare module "cesium/Source/Scene/DirectionalLight" { import { DirectionalLight } from 'mars3d-cesium'; export default DirectionalLight; }
|
|
44519
|
-
declare module "cesium/Source/Scene/DiscardEmptyTileImagePolicy" { import { DiscardEmptyTileImagePolicy } from 'mars3d-cesium'; export default DiscardEmptyTileImagePolicy; }
|
|
44520
|
-
declare module "cesium/Source/Scene/DiscardMissingTileImagePolicy" { import { DiscardMissingTileImagePolicy } from 'mars3d-cesium'; export default DiscardMissingTileImagePolicy; }
|
|
44521
|
-
declare module "cesium/Source/Scene/EllipsoidSurfaceAppearance" { import { EllipsoidSurfaceAppearance } from 'mars3d-cesium'; export default EllipsoidSurfaceAppearance; }
|
|
44522
|
-
declare module "cesium/Source/Scene/Expression" { import { Expression } from 'mars3d-cesium'; export default Expression; }
|
|
44523
|
-
declare module "cesium/Source/Scene/Fog" { import { Fog } from 'mars3d-cesium'; export default Fog; }
|
|
44524
|
-
declare module "cesium/Source/Scene/FrameRateMonitor" { import { FrameRateMonitor } from 'mars3d-cesium'; export default FrameRateMonitor; }
|
|
44525
|
-
declare module "cesium/Source/Scene/GetFeatureInfoFormat" { import { GetFeatureInfoFormat } from 'mars3d-cesium'; export default GetFeatureInfoFormat; }
|
|
44526
|
-
declare module "cesium/Source/Scene/Globe" { import { Globe } from 'mars3d-cesium'; export default Globe; }
|
|
44527
|
-
declare module "cesium/Source/Scene/GlobeTranslucency" { import { GlobeTranslucency } from 'mars3d-cesium'; export default GlobeTranslucency; }
|
|
44528
|
-
declare module "cesium/Source/Scene/GoogleEarthEnterpriseImageryProvider" { import { GoogleEarthEnterpriseImageryProvider } from 'mars3d-cesium'; export default GoogleEarthEnterpriseImageryProvider; }
|
|
44529
|
-
declare module "cesium/Source/Scene/GoogleEarthEnterpriseMapsProvider" { import { GoogleEarthEnterpriseMapsProvider } from 'mars3d-cesium'; export default GoogleEarthEnterpriseMapsProvider; }
|
|
44530
|
-
declare module "cesium/Source/Scene/GridImageryProvider" { import { GridImageryProvider } from 'mars3d-cesium'; export default GridImageryProvider; }
|
|
44531
|
-
declare module "cesium/Source/Scene/GroundPolylinePrimitive" { import { GroundPolylinePrimitive } from 'mars3d-cesium'; export default GroundPolylinePrimitive; }
|
|
44532
|
-
declare module "cesium/Source/Scene/GroundPrimitive" { import { GroundPrimitive } from 'mars3d-cesium'; export default GroundPrimitive; }
|
|
44533
|
-
declare module "cesium/Source/Scene/I3SDataProvider" { import { I3SDataProvider } from 'mars3d-cesium'; export default I3SDataProvider; }
|
|
44534
|
-
declare module "cesium/Source/Scene/I3SFeature" { import { I3SFeature } from 'mars3d-cesium'; export default I3SFeature; }
|
|
44535
|
-
declare module "cesium/Source/Scene/I3SField" { import { I3SField } from 'mars3d-cesium'; export default I3SField; }
|
|
44536
|
-
declare module "cesium/Source/Scene/I3SGeometry" { import { I3SGeometry } from 'mars3d-cesium'; export default I3SGeometry; }
|
|
44537
|
-
declare module "cesium/Source/Scene/I3SLayer" { import { I3SLayer } from 'mars3d-cesium'; export default I3SLayer; }
|
|
44538
|
-
declare module "cesium/Source/Scene/I3SNode" { import { I3SNode } from 'mars3d-cesium'; export default I3SNode; }
|
|
44539
|
-
declare module "cesium/Source/Scene/ImageBasedLighting" { import { ImageBasedLighting } from 'mars3d-cesium'; export default ImageBasedLighting; }
|
|
44540
|
-
declare module "cesium/Source/Scene/ImageryLayer" { import { ImageryLayer } from 'mars3d-cesium'; export default ImageryLayer; }
|
|
44541
|
-
declare module "cesium/Source/Scene/ImageryLayerCollection" { import { ImageryLayerCollection } from 'mars3d-cesium'; export default ImageryLayerCollection; }
|
|
44542
|
-
declare module "cesium/Source/Scene/ImageryLayerFeatureInfo" { import { ImageryLayerFeatureInfo } from 'mars3d-cesium'; export default ImageryLayerFeatureInfo; }
|
|
44543
|
-
declare module "cesium/Source/Scene/ImageryProvider" { import { ImageryProvider } from 'mars3d-cesium'; export default ImageryProvider; }
|
|
44544
|
-
declare module "cesium/Source/Scene/IonImageryProvider" { import { IonImageryProvider } from 'mars3d-cesium'; export default IonImageryProvider; }
|
|
44545
|
-
declare module "cesium/Source/Scene/Label" { import { Label } from 'mars3d-cesium'; export default Label; }
|
|
44546
|
-
declare module "cesium/Source/Scene/LabelCollection" { import { LabelCollection } from 'mars3d-cesium'; export default LabelCollection; }
|
|
44547
|
-
declare module "cesium/Source/Scene/Light" { import { Light } from 'mars3d-cesium'; export default Light; }
|
|
44548
|
-
declare module "cesium/Source/Scene/MapboxImageryProvider" { import { MapboxImageryProvider } from 'mars3d-cesium'; export default MapboxImageryProvider; }
|
|
44549
|
-
declare module "cesium/Source/Scene/MapboxStyleImageryProvider" { import { MapboxStyleImageryProvider } from 'mars3d-cesium'; export default MapboxStyleImageryProvider; }
|
|
44550
|
-
declare module "cesium/Source/Scene/Material" { import { Material } from 'mars3d-cesium'; export default Material; }
|
|
44551
|
-
declare module "cesium/Source/Scene/MaterialAppearance" { import { MaterialAppearance } from 'mars3d-cesium'; export default MaterialAppearance; }
|
|
44552
|
-
declare module "cesium/Source/Scene/Moon" { import { Moon } from 'mars3d-cesium'; export default Moon; }
|
|
44553
|
-
declare module "cesium/Source/Scene/NeverTileDiscardPolicy" { import { NeverTileDiscardPolicy } from 'mars3d-cesium'; export default NeverTileDiscardPolicy; }
|
|
44554
|
-
declare module "cesium/Source/Scene/OpenStreetMapImageryProvider" { import { OpenStreetMapImageryProvider } from 'mars3d-cesium'; export default OpenStreetMapImageryProvider; }
|
|
44555
|
-
declare module "cesium/Source/Scene/Particle" { import { Particle } from 'mars3d-cesium'; export default Particle; }
|
|
44556
|
-
declare module "cesium/Source/Scene/ParticleBurst" { import { ParticleBurst } from 'mars3d-cesium'; export default ParticleBurst; }
|
|
44557
|
-
declare module "cesium/Source/Scene/ParticleEmitter" { import { ParticleEmitter } from 'mars3d-cesium'; export default ParticleEmitter; }
|
|
44558
|
-
declare module "cesium/Source/Scene/ParticleSystem" { import { ParticleSystem } from 'mars3d-cesium'; export default ParticleSystem; }
|
|
44559
|
-
declare module "cesium/Source/Scene/PerInstanceColorAppearance" { import { PerInstanceColorAppearance } from 'mars3d-cesium'; export default PerInstanceColorAppearance; }
|
|
44560
|
-
declare module "cesium/Source/Scene/PointCloudShading" { import { PointCloudShading } from 'mars3d-cesium'; export default PointCloudShading; }
|
|
44561
|
-
declare module "cesium/Source/Scene/PointPrimitive" { import { PointPrimitive } from 'mars3d-cesium'; export default PointPrimitive; }
|
|
44562
|
-
declare module "cesium/Source/Scene/PointPrimitiveCollection" { import { PointPrimitiveCollection } from 'mars3d-cesium'; export default PointPrimitiveCollection; }
|
|
44563
|
-
declare module "cesium/Source/Scene/Polyline" { import { Polyline } from 'mars3d-cesium'; export default Polyline; }
|
|
44564
|
-
declare module "cesium/Source/Scene/PolylineCollection" { import { PolylineCollection } from 'mars3d-cesium'; export default PolylineCollection; }
|
|
44565
|
-
declare module "cesium/Source/Scene/PolylineColorAppearance" { import { PolylineColorAppearance } from 'mars3d-cesium'; export default PolylineColorAppearance; }
|
|
44566
|
-
declare module "cesium/Source/Scene/PolylineMaterialAppearance" { import { PolylineMaterialAppearance } from 'mars3d-cesium'; export default PolylineMaterialAppearance; }
|
|
44567
|
-
declare module "cesium/Source/Scene/PostProcessStage" { import { PostProcessStage } from 'mars3d-cesium'; export default PostProcessStage; }
|
|
44568
|
-
declare module "cesium/Source/Scene/PostProcessStageCollection" { import { PostProcessStageCollection } from 'mars3d-cesium'; export default PostProcessStageCollection; }
|
|
44569
|
-
declare module "cesium/Source/Scene/PostProcessStageComposite" { import { PostProcessStageComposite } from 'mars3d-cesium'; export default PostProcessStageComposite; }
|
|
44570
|
-
declare module "cesium/Source/Scene/PostProcessStageLibrary" { import { PostProcessStageLibrary } from 'mars3d-cesium'; export default PostProcessStageLibrary; }
|
|
44571
|
-
declare module "cesium/Source/Scene/Primitive" { import { Primitive } from 'mars3d-cesium'; export default Primitive; }
|
|
44572
|
-
declare module "cesium/Source/Scene/PrimitiveCollection" { import { PrimitiveCollection } from 'mars3d-cesium'; export default PrimitiveCollection; }
|
|
44573
|
-
declare module "cesium/Source/Scene/Scene" { import { Scene } from 'mars3d-cesium'; export default Scene; }
|
|
44574
|
-
declare module "cesium/Source/Scene/SceneTransforms" { import { SceneTransforms } from 'mars3d-cesium'; export default SceneTransforms; }
|
|
44575
|
-
declare module "cesium/Source/Scene/ScreenSpaceCameraController" { import { ScreenSpaceCameraController } from 'mars3d-cesium'; export default ScreenSpaceCameraController; }
|
|
44576
|
-
declare module "cesium/Source/Scene/ShadowMap" { import { ShadowMap } from 'mars3d-cesium'; export default ShadowMap; }
|
|
44577
|
-
declare module "cesium/Source/Scene/SingleTileImageryProvider" { import { SingleTileImageryProvider } from 'mars3d-cesium'; export default SingleTileImageryProvider; }
|
|
44578
|
-
declare module "cesium/Source/Scene/SkyAtmosphere" { import { SkyAtmosphere } from 'mars3d-cesium'; export default SkyAtmosphere; }
|
|
44579
|
-
declare module "cesium/Source/Scene/SkyBox" { import { SkyBox } from 'mars3d-cesium'; export default SkyBox; }
|
|
44580
|
-
declare module "cesium/Source/Scene/SphereEmitter" { import { SphereEmitter } from 'mars3d-cesium'; export default SphereEmitter; }
|
|
44581
|
-
declare module "cesium/Source/Scene/StyleExpression" { import { StyleExpression } from 'mars3d-cesium'; export default StyleExpression; }
|
|
44582
|
-
declare module "cesium/Source/Scene/Sun" { import { Sun } from 'mars3d-cesium'; export default Sun; }
|
|
44583
|
-
declare module "cesium/Source/Scene/SunLight" { import { SunLight } from 'mars3d-cesium'; export default SunLight; }
|
|
44584
|
-
declare module "cesium/Source/Scene/TileCoordinatesImageryProvider" { import { TileCoordinatesImageryProvider } from 'mars3d-cesium'; export default TileCoordinatesImageryProvider; }
|
|
44585
|
-
declare module "cesium/Source/Scene/TileDiscardPolicy" { import { TileDiscardPolicy } from 'mars3d-cesium'; export default TileDiscardPolicy; }
|
|
44586
|
-
declare module "cesium/Source/Scene/TileMapServiceImageryProvider" { import { TileMapServiceImageryProvider } from 'mars3d-cesium'; export default TileMapServiceImageryProvider; }
|
|
44587
|
-
declare module "cesium/Source/Scene/TimeDynamicImagery" { import { TimeDynamicImagery } from 'mars3d-cesium'; export default TimeDynamicImagery; }
|
|
44588
|
-
declare module "cesium/Source/Scene/TimeDynamicPointCloud" { import { TimeDynamicPointCloud } from 'mars3d-cesium'; export default TimeDynamicPointCloud; }
|
|
44589
|
-
declare module "cesium/Source/Scene/UrlTemplateImageryProvider" { import { UrlTemplateImageryProvider } from 'mars3d-cesium'; export default UrlTemplateImageryProvider; }
|
|
44590
|
-
declare module "cesium/Source/Scene/ViewportQuad" { import { ViewportQuad } from 'mars3d-cesium'; export default ViewportQuad; }
|
|
44591
|
-
declare module "cesium/Source/Scene/WebMapServiceImageryProvider" { import { WebMapServiceImageryProvider } from 'mars3d-cesium'; export default WebMapServiceImageryProvider; }
|
|
44592
|
-
declare module "cesium/Source/Scene/WebMapTileServiceImageryProvider" { import { WebMapTileServiceImageryProvider } from 'mars3d-cesium'; export default WebMapTileServiceImageryProvider; }
|
|
44593
|
-
declare module "cesium/Source/Widgets/ClockViewModel" { import { ClockViewModel } from 'mars3d-cesium'; export default ClockViewModel; }
|
|
44594
|
-
declare module "cesium/Source/Widgets/Command" { import { Command } from 'mars3d-cesium'; export default Command; }
|
|
44595
|
-
declare module "cesium/Source/Widgets/createCommand" { import { createCommand } from 'mars3d-cesium'; export default createCommand; }
|
|
44596
|
-
declare module "cesium/Source/Widgets/SvgPathBindingHandler" { import { SvgPathBindingHandler } from 'mars3d-cesium'; export default SvgPathBindingHandler; }
|
|
44597
|
-
declare module "cesium/Source/Widgets/ToggleButtonViewModel" { import { ToggleButtonViewModel } from 'mars3d-cesium'; export default ToggleButtonViewModel; }
|
|
44598
|
-
declare module "cesium/Source/Scene/GltfPipeline/removeExtension" { import { removeExtension } from 'mars3d-cesium'; export default removeExtension; }
|
|
44599
|
-
declare module "cesium/Source/Scene/Model/CustomShader" { import { CustomShader } from 'mars3d-cesium'; export default CustomShader; }
|
|
44600
|
-
declare module "cesium/Source/Scene/Model/Model" { import { Model } from 'mars3d-cesium'; export default Model; }
|
|
44601
|
-
declare module "cesium/Source/Scene/Model/ModelAnimation" { import { ModelAnimation } from 'mars3d-cesium'; export default ModelAnimation; }
|
|
44602
|
-
declare module "cesium/Source/Scene/Model/ModelAnimationCollection" { import { ModelAnimationCollection } from 'mars3d-cesium'; export default ModelAnimationCollection; }
|
|
44603
|
-
declare module "cesium/Source/Scene/Model/ModelFeature" { import { ModelFeature } from 'mars3d-cesium'; export default ModelFeature; }
|
|
44604
|
-
declare module "cesium/Source/Scene/Model/ModelNode" { import { ModelNode } from 'mars3d-cesium'; export default ModelNode; }
|
|
44605
|
-
declare module "cesium/Source/Scene/Model/TextureUniform" { import { TextureUniform } from 'mars3d-cesium'; export default TextureUniform; }
|
|
44606
|
-
declare module "cesium/Source/Widgets/Animation/Animation" { import { Animation } from 'mars3d-cesium'; export default Animation; }
|
|
44607
|
-
declare module "cesium/Source/Widgets/Animation/AnimationViewModel" { import { AnimationViewModel } from 'mars3d-cesium'; export default AnimationViewModel; }
|
|
44608
|
-
declare module "cesium/Source/Widgets/BaseLayerPicker/BaseLayerPicker" { import { BaseLayerPicker } from 'mars3d-cesium'; export default BaseLayerPicker; }
|
|
44609
|
-
declare module "cesium/Source/Widgets/BaseLayerPicker/BaseLayerPickerViewModel" { import { BaseLayerPickerViewModel } from 'mars3d-cesium'; export default BaseLayerPickerViewModel; }
|
|
44610
|
-
declare module "cesium/Source/Widgets/BaseLayerPicker/ProviderViewModel" { import { ProviderViewModel } from 'mars3d-cesium'; export default ProviderViewModel; }
|
|
44611
|
-
declare module "cesium/Source/Widgets/Cesium3DTilesInspector/Cesium3DTilesInspector" { import { Cesium3DTilesInspector } from 'mars3d-cesium'; export default Cesium3DTilesInspector; }
|
|
44612
|
-
declare module "cesium/Source/Widgets/Cesium3DTilesInspector/Cesium3DTilesInspectorViewModel" { import { Cesium3DTilesInspectorViewModel } from 'mars3d-cesium'; export default Cesium3DTilesInspectorViewModel; }
|
|
44613
|
-
declare module "cesium/Source/Widgets/CesiumInspector/CesiumInspector" { import { CesiumInspector } from 'mars3d-cesium'; export default CesiumInspector; }
|
|
44614
|
-
declare module "cesium/Source/Widgets/CesiumInspector/CesiumInspectorViewModel" { import { CesiumInspectorViewModel } from 'mars3d-cesium'; export default CesiumInspectorViewModel; }
|
|
44615
|
-
declare module "cesium/Source/Widgets/CesiumWidget/CesiumWidget" { import { CesiumWidget } from 'mars3d-cesium'; export default CesiumWidget; }
|
|
44616
|
-
declare module "cesium/Source/Widgets/FullscreenButton/FullscreenButton" { import { FullscreenButton } from 'mars3d-cesium'; export default FullscreenButton; }
|
|
44617
|
-
declare module "cesium/Source/Widgets/FullscreenButton/FullscreenButtonViewModel" { import { FullscreenButtonViewModel } from 'mars3d-cesium'; export default FullscreenButtonViewModel; }
|
|
44618
|
-
declare module "cesium/Source/Widgets/Geocoder/Geocoder" { import { Geocoder } from 'mars3d-cesium'; export default Geocoder; }
|
|
44619
|
-
declare module "cesium/Source/Widgets/Geocoder/GeocoderViewModel" { import { GeocoderViewModel } from 'mars3d-cesium'; export default GeocoderViewModel; }
|
|
44620
|
-
declare module "cesium/Source/Widgets/HomeButton/HomeButton" { import { HomeButton } from 'mars3d-cesium'; export default HomeButton; }
|
|
44621
|
-
declare module "cesium/Source/Widgets/HomeButton/HomeButtonViewModel" { import { HomeButtonViewModel } from 'mars3d-cesium'; export default HomeButtonViewModel; }
|
|
44622
|
-
declare module "cesium/Source/Widgets/InfoBox/InfoBox" { import { InfoBox } from 'mars3d-cesium'; export default InfoBox; }
|
|
44623
|
-
declare module "cesium/Source/Widgets/InfoBox/InfoBoxViewModel" { import { InfoBoxViewModel } from 'mars3d-cesium'; export default InfoBoxViewModel; }
|
|
44624
|
-
declare module "cesium/Source/Widgets/NavigationHelpButton/NavigationHelpButton" { import { NavigationHelpButton } from 'mars3d-cesium'; export default NavigationHelpButton; }
|
|
44625
|
-
declare module "cesium/Source/Widgets/NavigationHelpButton/NavigationHelpButtonViewModel" { import { NavigationHelpButtonViewModel } from 'mars3d-cesium'; export default NavigationHelpButtonViewModel; }
|
|
44626
|
-
declare module "cesium/Source/Widgets/PerformanceWatchdog/PerformanceWatchdog" { import { PerformanceWatchdog } from 'mars3d-cesium'; export default PerformanceWatchdog; }
|
|
44627
|
-
declare module "cesium/Source/Widgets/PerformanceWatchdog/PerformanceWatchdogViewModel" { import { PerformanceWatchdogViewModel } from 'mars3d-cesium'; export default PerformanceWatchdogViewModel; }
|
|
44628
|
-
declare module "cesium/Source/Widgets/ProjectionPicker/ProjectionPicker" { import { ProjectionPicker } from 'mars3d-cesium'; export default ProjectionPicker; }
|
|
44629
|
-
declare module "cesium/Source/Widgets/ProjectionPicker/ProjectionPickerViewModel" { import { ProjectionPickerViewModel } from 'mars3d-cesium'; export default ProjectionPickerViewModel; }
|
|
44630
|
-
declare module "cesium/Source/Widgets/SceneModePicker/SceneModePicker" { import { SceneModePicker } from 'mars3d-cesium'; export default SceneModePicker; }
|
|
44631
|
-
declare module "cesium/Source/Widgets/SceneModePicker/SceneModePickerViewModel" { import { SceneModePickerViewModel } from 'mars3d-cesium'; export default SceneModePickerViewModel; }
|
|
44632
|
-
declare module "cesium/Source/Widgets/SelectionIndicator/SelectionIndicator" { import { SelectionIndicator } from 'mars3d-cesium'; export default SelectionIndicator; }
|
|
44633
|
-
declare module "cesium/Source/Widgets/SelectionIndicator/SelectionIndicatorViewModel" { import { SelectionIndicatorViewModel } from 'mars3d-cesium'; export default SelectionIndicatorViewModel; }
|
|
44634
|
-
declare module "cesium/Source/Widgets/Timeline/Timeline" { import { Timeline } from 'mars3d-cesium'; export default Timeline; }
|
|
44635
|
-
declare module "cesium/Source/Widgets/Viewer/Viewer" { import { Viewer } from 'mars3d-cesium'; export default Viewer; }
|
|
44636
|
-
declare module "cesium/Source/Widgets/Viewer/viewerCesium3DTilesInspectorMixin" { import { viewerCesium3DTilesInspectorMixin } from 'mars3d-cesium'; export default viewerCesium3DTilesInspectorMixin; }
|
|
44637
|
-
declare module "cesium/Source/Widgets/Viewer/viewerCesiumInspectorMixin" { import { viewerCesiumInspectorMixin } from 'mars3d-cesium'; export default viewerCesiumInspectorMixin; }
|
|
44638
|
-
declare module "cesium/Source/Widgets/Viewer/viewerDragDropMixin" { import { viewerDragDropMixin } from 'mars3d-cesium'; export default viewerDragDropMixin; }
|
|
44639
|
-
declare module "cesium/Source/Widgets/Viewer/viewerPerformanceWatchdogMixin" { import { viewerPerformanceWatchdogMixin } from 'mars3d-cesium'; export default viewerPerformanceWatchdogMixin; }
|
|
44640
|
-
declare module "cesium/Source/Widgets/VRButton/VRButton" { import { VRButton } from 'mars3d-cesium'; export default VRButton; }
|
|
44641
|
-
declare module "cesium/Source/Widgets/VRButton/VRButtonViewModel" { import { VRButtonViewModel } from 'mars3d-cesium'; export default VRButtonViewModel; }
|