@inweb/viewer-three 25.3.21 → 25.3.23

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,10 +1,10 @@
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 from `glTF` 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 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.
4
4
 
5
- This library enables you to easily integrate advanced visualization capabilities into your web applications, including user interaction with scenes and objects, markups, and collaboration using the [inWEB Open Cloud](https://www.opendesign.com/products/open-cloud) platform.
5
+ This library enables you to easily integrate advanced visualization capabilities into your web applications, including user interaction with scenes and markup creation.
6
6
 
7
- > `glTF` is a [royalty-free](https://www.khronos.org/gltf) file format commonly used in 3D applications.
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.
8
8
 
9
9
  ## Installation
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inweb/viewer-three",
3
- "version": "25.3.21",
3
+ "version": "25.3.23",
4
4
  "description": "3D CAD and BIM data Viewer powered by Three.js",
5
5
  "homepage": "https://cloud.opendesign.com/docs/index.html",
6
6
  "license": "SEE LICENSE IN LICENSE",