@cognite/reveal 4.3.2-dev.20230621 → 4.3.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.
|
@@ -20,6 +20,7 @@ export declare class Image360Facade<T> {
|
|
|
20
20
|
set allIconCullingScheme(scheme: IconCullingScheme);
|
|
21
21
|
constructor(_entityFactory: Image360CollectionFactory<T>);
|
|
22
22
|
create(dataProviderFilter: T, annotationFilter?: Image360AnnotationFilterOptions, postTransform?: THREE.Matrix4, preComputedRotation?: boolean): Promise<DefaultImage360Collection>;
|
|
23
|
+
removeSet(collection: DefaultImage360Collection): void;
|
|
23
24
|
delete(entity: Image360Entity): Promise<void>;
|
|
24
25
|
preload(entity: Image360Entity, revision: Image360RevisionEntity, lockDownload?: boolean): Promise<void>;
|
|
25
26
|
getCollectionContainingEntity(entity: Image360Entity): DefaultImage360Collection;
|
|
@@ -12,7 +12,6 @@ export declare class Image360ApiHelper {
|
|
|
12
12
|
private _transitionInProgress;
|
|
13
13
|
private readonly _raycaster;
|
|
14
14
|
private _needsRedraw;
|
|
15
|
-
private readonly _imageCollections;
|
|
16
15
|
private readonly _interactionState;
|
|
17
16
|
private readonly _eventHandlers;
|
|
18
17
|
private readonly _debouncePreLoad;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cognite/reveal",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.3",
|
|
4
4
|
"description": "WebGL based 3D viewer for CAD and point clouds processed in Cognite Data Fusion.",
|
|
5
5
|
"homepage": "https://github.com/cognitedata/reveal/tree/master/viewer",
|
|
6
6
|
"repository": {
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"rxjs": "7.8.1",
|
|
77
77
|
"skmeans": "0.11.3",
|
|
78
78
|
"sparse-octree": "7.1.8",
|
|
79
|
-
"three-stdlib": "2.23.
|
|
79
|
+
"three-stdlib": "2.23.10"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@azure/msal-browser": "2.37.1",
|