@cognite/reveal 4.25.3 → 4.25.4

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.
@@ -78,6 +78,7 @@ export declare class Overlay3DCollection<MetadataType = DefaultOverlay3DContentT
78
78
  private rebuildOctree;
79
79
  private updatePointsObject;
80
80
  private initializeOverlay3DIcons;
81
+ private updatePointScale;
81
82
  /**
82
83
  * Dispose this collection and icons with all associated resources
83
84
  */
@@ -16,7 +16,6 @@ export declare const DEFAULT_OVERLAY_FRONT_OPACITY = 1;
16
16
  export declare const DEFAULT_OVERLAY_BACK_OPACITY = 0.5;
17
17
  export declare class OverlayPointsObject extends Group {
18
18
  private readonly _geometry;
19
- private readonly _frontMaterial;
20
19
  private readonly _positionBuffer;
21
20
  private readonly _positionAttribute;
22
21
  private readonly _colorBuffer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cognite/reveal",
3
- "version": "4.25.3",
3
+ "version": "4.25.4",
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": {