@inweb/viewer-three 25.3.21 → 25.3.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.
- package/README.md +3 -3
- 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
|
|
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
|
|
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