@xeokit/xeokit-sdk 2.2.5-beta-2 → 2.2.5-beta-3
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/dist/xeokit-sdk.cjs.js +16 -16
- package/dist/xeokit-sdk.es.js +16 -16
- package/package.json +7 -4
- package/types/extras/ContextMenu/ContextMenu.d.ts +8 -8
- package/types/plugins/AngleMeasurementsPlugin/AngleMeasurement.d.ts +1 -1
- package/types/plugins/AngleMeasurementsPlugin/AngleMeasurementsControl.d.ts +26 -1
- package/types/plugins/AngleMeasurementsPlugin/AngleMeasurementsPlugin.d.ts +76 -62
- package/types/plugins/AnnotationsPlugin/Annotation.d.ts +11 -10
- package/types/plugins/AnnotationsPlugin/AnnotationsPlugin.d.ts +32 -18
- package/types/plugins/AnnotationsPlugin/index.d.ts +1 -0
- package/types/plugins/AxisGizmoPlugin/AxisGizmoPlugin.d.ts +1 -1
- package/types/plugins/BCFViewpointsPlugin/BCFViewpointsPlugin.d.ts +10 -10
- package/types/plugins/CityJSONLoaderPlugin/CityJSONLoaderPlugin.d.ts +2 -2
- package/types/plugins/DistanceMeasurementsPlugin/DistanceMeasurement.d.ts +6 -6
- package/types/plugins/DistanceMeasurementsPlugin/DistanceMeasurementsControl.d.ts +26 -1
- package/types/plugins/DistanceMeasurementsPlugin/DistanceMeasurementsPlugin.d.ts +22 -7
- package/types/plugins/FastNavPlugin/FastNavPlugin.d.ts +9 -9
- package/types/plugins/GLTFLoaderPlugin/GLTFLoaderPlugin.d.ts +8 -8
- package/types/plugins/LASLoaderPlugin/LASLoaderPlugin.d.ts +4 -4
- package/types/plugins/NavCubePlugin/NavCubePlugin.d.ts +6 -6
- package/types/plugins/OBJLoaderPlugin/OBJLoaderPlugin.d.ts +2 -2
- package/types/plugins/STLLoaderPlugin/STLLoaderPlugin.d.ts +2 -2
- package/types/plugins/STLLoaderPlugin/index.d.ts +0 -1
- package/types/plugins/SectionPlanesPlugin/SectionPlanesPlugin.d.ts +4 -4
- package/types/plugins/SkyboxesPlugin/SkyboxesPlugin.d.ts +1 -1
- package/types/plugins/StoreyViewsPlugin/StoreyViewsPlugin.d.ts +156 -149
- package/types/plugins/TreeViewPlugin/TreeViewPlugin.d.ts +20 -6
- package/types/plugins/ViewCullPlugin/ViewCullPlugin.d.ts +2 -2
- package/types/plugins/WebIFCLoaderPlugin/WebIFCLoaderPlugin.d.ts +16 -16
- package/types/plugins/XKTLoaderPlugin/XKTLoaderPlugin.d.ts +20 -20
- package/types/plugins/XML3DLoaderPlugin/XML3DLoaderPlugin.d.ts +4 -4
- package/types/viewer/Plugin.d.ts +6 -6
- package/types/viewer/Viewer.d.ts +13 -13
- package/types/viewer/localization/LocaleService.d.ts +160 -153
- package/types/viewer/metadata/MetaModel.d.ts +2 -2
- package/types/viewer/metadata/MetaObject.d.ts +5 -5
- package/types/viewer/metadata/MetaScene.d.ts +11 -11
- package/types/viewer/metadata/index.d.ts +1 -1
- package/types/viewer/scene/CameraControl/CameraControl.d.ts +27 -19
- package/types/viewer/scene/Component.d.ts +6 -6
- package/types/viewer/scene/Entity.d.ts +29 -29
- package/types/viewer/scene/PerformanceModel/PerformanceModel.d.ts +45 -28
- package/types/viewer/scene/PerformanceModel/PerformanceNode.d.ts +26 -26
- package/types/viewer/scene/camera/Camera.d.ts +28 -28
- package/types/viewer/scene/camera/CameraFlightAnimation.d.ts +19 -19
- package/types/viewer/scene/camera/CustomProjection.d.ts +5 -5
- package/types/viewer/scene/camera/Frustum.d.ts +15 -15
- package/types/viewer/scene/camera/Ortho.d.ts +5 -5
- package/types/viewer/scene/camera/Perspective.d.ts +5 -5
- package/types/viewer/scene/index.d.ts +2 -1
- package/types/viewer/scene/marker/Marker.d.ts +15 -15
- package/types/viewer/scene/materials/EmphasisMaterial.d.ts +3 -3
- package/types/viewer/scene/materials/Fresnel.d.ts +2 -3
- package/types/viewer/scene/materials/LinesMaterial.d.ts +1 -1
- package/types/viewer/scene/materials/PhongMaterial.d.ts +26 -26
- package/types/viewer/scene/materials/PointsMaterial.d.ts +14 -14
- package/types/viewer/scene/materials/Texture.d.ts +14 -15
- package/types/viewer/scene/materials/index.d.ts +1 -0
- package/types/viewer/scene/math/math.d.ts +28 -28
- package/types/viewer/scene/mesh/Mesh.d.ts +786 -0
- package/types/viewer/scene/mesh/index.d.ts +1 -0
- package/types/viewer/scene/nodes/Node.d.ts +664 -0
- package/types/viewer/scene/nodes/index.d.ts +1 -0
- package/types/viewer/scene/scene/Scene.d.ts +155 -111
- package/types/viewer/scene/sectionPlane/SectionPlane.d.ts +3 -3
- package/types/viewer/scene/viewport/Viewport.d.ts +2 -2
- package/types/viewer/scene/webgl/PickResult.d.ts +2 -2
|
@@ -14,7 +14,7 @@ export declare type SectionPlaneConfiguration = {
|
|
|
14
14
|
/**
|
|
15
15
|
* An arbitrarily-aligned World-space clipping plane.
|
|
16
16
|
*/
|
|
17
|
-
export class SectionPlane extends Component {
|
|
17
|
+
export declare class SectionPlane extends Component {
|
|
18
18
|
/**
|
|
19
19
|
* @constructor
|
|
20
20
|
* @param {Component} [owner] Owner component. When destroyed, the owner will destroy this SectionPlane as well.
|
|
@@ -79,7 +79,7 @@ export class SectionPlane extends Component {
|
|
|
79
79
|
/**
|
|
80
80
|
* Gets this SectionPlane's distance to the origin of the World-space coordinate system.
|
|
81
81
|
*
|
|
82
|
-
* This is the dot product of {@link SectionPlane
|
|
82
|
+
* This is the dot product of {@link SectionPlane.pos} and {@link SectionPlane.dir} and is automatically re-calculated
|
|
83
83
|
* each time either of two properties are updated.
|
|
84
84
|
*
|
|
85
85
|
* @returns {Number}
|
|
@@ -87,7 +87,7 @@ export class SectionPlane extends Component {
|
|
|
87
87
|
get dist(): number;
|
|
88
88
|
|
|
89
89
|
/**
|
|
90
|
-
* Inverts the direction of {@link SectionPlane
|
|
90
|
+
* Inverts the direction of {@link SectionPlane.dir}.
|
|
91
91
|
*/
|
|
92
92
|
flipDir(): void;
|
|
93
93
|
}
|
|
@@ -12,12 +12,12 @@ export declare class Viewport extends Component {
|
|
|
12
12
|
get boundary(): number[];
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
|
-
* Sets if {@link Viewport
|
|
15
|
+
* Sets if {@link Viewport.boundary} automatically synchronizes with {@link Canvas.boundary}.
|
|
16
16
|
*/
|
|
17
17
|
set autoBoundary(arg: boolean);
|
|
18
18
|
|
|
19
19
|
/**
|
|
20
|
-
* Gets if {@link Viewport
|
|
20
|
+
* Gets if {@link Viewport.boundary} automatically synchronizes with {@link Canvas.boundary}.
|
|
21
21
|
*/
|
|
22
22
|
get autoBoundary(): boolean;
|
|
23
23
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Entity } from "../Entity";
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
* Pick result returned by {@link Scene
|
|
4
|
+
* Pick result returned by {@link Scene.pick}.
|
|
5
5
|
*/
|
|
6
6
|
export declare class PickResult {
|
|
7
7
|
/**
|
|
@@ -28,7 +28,7 @@ export declare class PickResult {
|
|
|
28
28
|
/**
|
|
29
29
|
* True when the picked surface position is full precision.
|
|
30
30
|
* When false, the picked surface position should be regarded as approximate.
|
|
31
|
-
* Full-precision surface picking is performed with the {@link Scene
|
|
31
|
+
* Full-precision surface picking is performed with the {@link Scene.pick} method's ````pickSurfacePrecision```` option.
|
|
32
32
|
* @type {Boolean}
|
|
33
33
|
*/
|
|
34
34
|
pickSurfacePrecision: boolean;
|