@inovitas/infra3dapi 1.2.2 → 1.3.0-rc2
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/README.md +10 -0
- package/infra3dapi.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -37,6 +37,16 @@ To use the API, you can call the init functions in infra3dapi. After loggin in a
|
|
|
37
37
|
|
|
38
38
|
# Changelog
|
|
39
39
|
|
|
40
|
+
## 1.3.0-rc - 09.05.2025
|
|
41
|
+
|
|
42
|
+
### Added
|
|
43
|
+
|
|
44
|
+
- viewer.getCameraView() and viewer.setCameraView(...)
|
|
45
|
+
- viewer.setUserInteraction(true, false) to enable or disable paning and/or zooming in the image
|
|
46
|
+
- viewer.on("panzoomchanged", ...) to get notified when a user is interacting whithin a stereo image
|
|
47
|
+
- viewer.getCurrentNode() to retrieve some information like coordinates of the current position
|
|
48
|
+
- extended the viewer.on("nodechanged", ...) with some further properties
|
|
49
|
+
|
|
40
50
|
## 1.2.2 - 17.04.2025
|
|
41
51
|
|
|
42
52
|
### Bugfixes
|