@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.
- package/README.md +8 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
# Viewer.three
|
|
2
2
|
|
|
3
|
-
`Viewer.three` is
|
|
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
|
-
|
|
5
|
+
Core capabilities:
|
|
6
6
|
|
|
7
|
-
|
|
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.
|
|
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.
|
|
31
|
-
"@inweb/eventemitter2": "~25.8.
|
|
32
|
-
"@inweb/viewer-core": "~25.8.
|
|
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",
|