@inweb/viewer-three 25.8.20 → 25.8.22

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.
Files changed (2) hide show
  1. package/README.md +8 -3
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,10 +1,15 @@
1
1
  # Viewer.three
2
2
 
3
- `Viewer.three` is a JavaScript library powered by [Three.js](https://threejs.org/) for in-browser visualization of 3D CAD and BIM data files stored on the [Open Cloud Server](https://cloud.opendesign.com/docs/index.html#/opencloud_server), on the web, or on your local computer.
3
+ `Viewer.three` is JavaScript library implementating 3D viewer powered by [Three.js](https://threejs.org/) for in-browser visualization of CAD and BIM data files.
4
4
 
5
- This library enables you to easily integrate advanced visualization capabilities into your web applications, including user interaction with scenes and markup creation.
5
+ Core capabilities:
6
6
 
7
- > `Viewer.three` uses `glTF` file format as internal geometry data format. `glTF` is a [royalty-free](https://www.khronos.org/gltf) file format commonly used in 3D applications.
7
+ - Visualize files stored on the [Open Cloud Server](https://cloud.opendesign.com/docs/index.html#/opencloud_server), on the web, or on your local computer.
8
+ - Add user interaction with scenes.
9
+ - Create markups.
10
+ - Save and load viewpoints.
11
+
12
+ This library is a part of [CDE SDK](https://www.opendesign.com/products/cde) by [Open Design Alliance](https://opendesign.com).
8
13
 
9
14
  ## Installation
10
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inweb/viewer-three",
3
- "version": "25.8.20",
3
+ "version": "25.8.22",
4
4
  "description": "3D viewer powered by Three.js",
5
5
  "homepage": "https://cloud.opendesign.com/docs/index.html",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -27,9 +27,9 @@
27
27
  "test": "karma start karma.conf.js"
28
28
  },
29
29
  "dependencies": {
30
- "@inweb/client": "~25.8.20",
31
- "@inweb/eventemitter2": "~25.8.20",
32
- "@inweb/viewer-core": "~25.8.20"
30
+ "@inweb/client": "~25.8.22",
31
+ "@inweb/eventemitter2": "~25.8.22",
32
+ "@inweb/viewer-core": "~25.8.22"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/three": "^0.152.1",