@cognite/reveal 4.25.1-dev.20250520 → 4.25.1-dev.20250521
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.
|
@@ -19,6 +19,10 @@ export declare class PickingHandler {
|
|
|
19
19
|
private readonly _raycaster;
|
|
20
20
|
private readonly _pickPixelColorStorage;
|
|
21
21
|
private readonly _rgbaVector;
|
|
22
|
+
/**
|
|
23
|
+
* These factors are used for undoing the `packDepthToRGBA` GLSL operation defined by ThreeJS.
|
|
24
|
+
* They are taken from https://github.com/WestLangley/three.js/blob/bc58fecba18150103b95fbde5aaa3cc7cddf95a7/src/renderers/shaders/ShaderChunk/packing.glsl.js#L19
|
|
25
|
+
*/
|
|
22
26
|
private readonly _unpackFactors;
|
|
23
27
|
private readonly _pipelineExecutor;
|
|
24
28
|
private readonly _depthRenderPipeline;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cognite/reveal",
|
|
3
|
-
"version": "4.25.1-dev.
|
|
3
|
+
"version": "4.25.1-dev.20250521",
|
|
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": {
|