@operato/scene-visualizer 1.2.26 → 1.2.27
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/CHANGELOG.md +9 -0
- package/db.sqlite +0 -0
- package/helps/scene/component/gltf-object.ko.md +4 -3
- package/helps/scene/component/gltf-object.md +5 -1
- package/helps/scene/component/gltf-object.zh.md +9 -7
- package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +5 -0
- package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +5 -0
- package/logs/application-2023-04-22-11.log +6 -0
- package/logs/connections-2023-04-22-11.log +41 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,15 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
### [1.2.27](https://github.com/things-scene/operato-scene/compare/v1.2.26...v1.2.27) (2023-04-22)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### :bug: Bug Fix
|
|
10
|
+
|
|
11
|
+
* add required information to help for indoor, tab and gltf-object ([502ab75](https://github.com/things-scene/operato-scene/commit/502ab75364b1edd55e0c05371980782415f5f97e))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
6
15
|
### [1.2.26](https://github.com/things-scene/operato-scene/compare/v1.2.25...v1.2.26) (2023-04-22)
|
|
7
16
|
|
|
8
17
|
|
package/db.sqlite
CHANGED
|
Binary file
|
|
@@ -2,14 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
glTF (혹은 glb)포맷의 3D object를 board에 임포트 하는 방법에 대해서 알아본다.
|
|
4
4
|
|
|
5
|
+
## properties
|
|
5
6
|
|
|
6
|
-
|
|
7
|
+
1. source (value-property) : glTF 오브젝트 URL
|
|
7
8
|
|
|
8
9
|
## upload
|
|
9
|
-
1. 첨부파일 메뉴에서 3D Gltf오브젝트 파일을 업로드한다.
|
|
10
10
|
|
|
11
|
+
1. 첨부파일 메뉴에서 3D Gltf오브젝트 파일을 업로드한다.
|
|
11
12
|
|
|
12
|
-
## use
|
|
13
|
+
## use
|
|
13
14
|
|
|
14
15
|
1. 모델링 화면에서 컴포넌트 툴바의 3D컴포넌트 내의 gltf-object를 찾아 클릭하여 생성한다.
|
|
15
16
|
![gltf 컴포넌트 생성][gltf_import_5]
|
|
@@ -2,9 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
Learn how to import 3D objects in glTF (or glb) format into board.
|
|
4
4
|
|
|
5
|
+
## properties
|
|
6
|
+
|
|
7
|
+
1. source (value-property) : glTF object URL
|
|
8
|
+
|
|
5
9
|
## upload
|
|
6
|
-
1. Upload the 3D Gltf object file from the attachment menu.
|
|
7
10
|
|
|
11
|
+
1. Upload the 3D Gltf object file from the attachment menu.
|
|
8
12
|
|
|
9
13
|
## usage
|
|
10
14
|
|
|
@@ -1,25 +1,27 @@
|
|
|
1
1
|
# gltf-object
|
|
2
2
|
|
|
3
|
-
了解如何将glTF(或glb)格式的3D对象导入board。
|
|
3
|
+
了解如何将 glTF(或 glb)格式的 3D 对象导入 board。
|
|
4
4
|
|
|
5
|
+
## properties
|
|
5
6
|
|
|
7
|
+
1. source (value-property) : glTF object URL
|
|
6
8
|
|
|
7
9
|
## upload
|
|
8
|
-
1. 从附件菜单上载3D Gltf对象文件。
|
|
9
10
|
|
|
11
|
+
1. 从附件菜单上载 3D Gltf 对象文件。
|
|
10
12
|
|
|
11
|
-
## use
|
|
13
|
+
## use
|
|
12
14
|
|
|
13
|
-
1. 在建模屏幕中,找到并单击组件工具栏的3D组件中的gltf-object来创建它。
|
|
15
|
+
1. 在建模屏幕中,找到并单击组件工具栏的 3D 组件中的 gltf-object 来创建它。
|
|
14
16
|
![gltf 컴포넌트 생성][gltf_import_5]
|
|
15
17
|
|
|
16
|
-
2. 单击已创建的gltf对象的属性窗口中的第4个选项卡,然后输入URL值,或通过其旁边的选择器窗口选择gltf对象。
|
|
18
|
+
2. 单击已创建的 gltf 对象的属性窗口中的第 4 个选项卡,然后输入 URL 值,或通过其旁边的选择器窗口选择 gltf 对象。
|
|
17
19
|
![gltf 추가 및 보여주기][gltf_import_6]
|
|
18
20
|
|
|
19
|
-
3. 在建模屏幕上,在组件工具栏的3D组件中找到visualizer,单击以创建它,然后将之前创建的gltf对象拖动到visualizer中。
|
|
21
|
+
3. 在建模屏幕上,在组件工具栏的 3D 组件中找到 visualizer,单击以创建它,然后将之前创建的 gltf 对象拖动到 visualizer 中。
|
|
20
22
|
![visualizer 생성][gltf_import_7]
|
|
21
23
|
|
|
22
|
-
4. 在预览屏幕上检查gltf-object。
|
|
24
|
+
4. 在预览屏幕上检查 gltf-object。
|
|
23
25
|
![미리보기 화면 확인][gltf_import_8]
|
|
24
26
|
|
|
25
27
|
[gltf_import_5]: ../images/gltf_import_5.png
|
|
@@ -9,6 +9,11 @@
|
|
|
9
9
|
"date": 1682127511828,
|
|
10
10
|
"name": "logs/application-2023-04-22-10.log",
|
|
11
11
|
"hash": "af79264097d1d5a2a8751968dc37e4b973b3da6c16428536abbef855e9a6197b"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"date": 1682129145512,
|
|
15
|
+
"name": "logs/application-2023-04-22-11.log",
|
|
16
|
+
"hash": "afa950e9403c0ab6c9e8dd8c2b8927db030d1517762ffc6c08ecd36edbfd44b1"
|
|
12
17
|
}
|
|
13
18
|
],
|
|
14
19
|
"hashType": "sha256"
|
|
@@ -14,6 +14,11 @@
|
|
|
14
14
|
"date": 1682127513098,
|
|
15
15
|
"name": "logs/connections-2023-04-22-10.log",
|
|
16
16
|
"hash": "f03c5ef33dab51f66f16d8cd7cf1efb393c3be199d62203bb157c11e6d1bfa62"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"date": 1682129146590,
|
|
20
|
+
"name": "logs/connections-2023-04-22-11.log",
|
|
21
|
+
"hash": "fd01098e1b598d688d8d29ba58084707e2f622a8039b4ff658d11ee33bb9d519"
|
|
17
22
|
}
|
|
18
23
|
],
|
|
19
24
|
"hashType": "sha256"
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
2023-04-22T11:05:46+09:00 info: File Storage is Ready.
|
|
2
|
+
2023-04-22T11:05:46+09:00 error: oracledb module loading failed
|
|
3
|
+
2023-04-22T11:05:47+09:00 info: Default DataSource established
|
|
4
|
+
2023-04-22T11:05:47+09:00 info: Transaction DataSource established
|
|
5
|
+
2023-04-22T11:05:48+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
6
|
+
2023-04-22T11:05:48+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
2023-04-22T11:05:48+09:00 info: Initializing ConnectionManager...
|
|
2
|
+
2023-04-22T11:05:48+09:00 info: Connector 'echo-back-server' started to ready
|
|
3
|
+
2023-04-22T11:05:48+09:00 info: Connector 'echo-back' started to ready
|
|
4
|
+
2023-04-22T11:05:48+09:00 info: Connector 'http-connector' started to ready
|
|
5
|
+
2023-04-22T11:05:48+09:00 info: Connector 'graphql-connector' started to ready
|
|
6
|
+
2023-04-22T11:05:48+09:00 info: Connector 'sqlite-connector' started to ready
|
|
7
|
+
2023-04-22T11:05:48+09:00 info: Connector 'postgresql-connector' started to ready
|
|
8
|
+
2023-04-22T11:05:48+09:00 info: Connector 'mqtt-connector' started to ready
|
|
9
|
+
2023-04-22T11:05:48+09:00 info: Connector 'mssql-connector' started to ready
|
|
10
|
+
2023-04-22T11:05:48+09:00 info: Connector 'oracle-connector' started to ready
|
|
11
|
+
2023-04-22T11:05:48+09:00 info: Connector 'mysql-connector' started to ready
|
|
12
|
+
2023-04-22T11:05:48+09:00 info: Connector 'socket-server' started to ready
|
|
13
|
+
2023-04-22T11:05:48+09:00 info: Connector 'msgraph-connector' started to ready
|
|
14
|
+
2023-04-22T11:05:48+09:00 info: Connector 'openai-connector' started to ready
|
|
15
|
+
2023-04-22T11:05:48+09:00 info: echo-back-servers are ready
|
|
16
|
+
2023-04-22T11:05:48+09:00 info: echo-back connections are ready
|
|
17
|
+
2023-04-22T11:05:48+09:00 info: http-connector connections are ready
|
|
18
|
+
2023-04-22T11:05:48+09:00 info: graphql-connector connections are ready
|
|
19
|
+
2023-04-22T11:05:48+09:00 info: sqlite-connector connections are ready
|
|
20
|
+
2023-04-22T11:05:48+09:00 info: postgresql-connector connections are ready
|
|
21
|
+
2023-04-22T11:05:48+09:00 info: mqtt-connector connections are ready
|
|
22
|
+
2023-04-22T11:05:48+09:00 info: mssql-connector connections are ready
|
|
23
|
+
2023-04-22T11:05:48+09:00 info: oracle-connector connections are ready
|
|
24
|
+
2023-04-22T11:05:48+09:00 info: mysql-connector connections are ready
|
|
25
|
+
2023-04-22T11:05:48+09:00 info: socket servers are ready
|
|
26
|
+
2023-04-22T11:05:48+09:00 info: msgraph-connector connections are ready
|
|
27
|
+
2023-04-22T11:05:48+09:00 info: openai-connector connections are ready
|
|
28
|
+
2023-04-22T11:05:48+09:00 info: All connector for 'echo-back-server' ready
|
|
29
|
+
2023-04-22T11:05:48+09:00 info: All connector for 'echo-back' ready
|
|
30
|
+
2023-04-22T11:05:48+09:00 info: All connector for 'http-connector' ready
|
|
31
|
+
2023-04-22T11:05:48+09:00 info: All connector for 'graphql-connector' ready
|
|
32
|
+
2023-04-22T11:05:48+09:00 info: All connector for 'sqlite-connector' ready
|
|
33
|
+
2023-04-22T11:05:48+09:00 info: All connector for 'postgresql-connector' ready
|
|
34
|
+
2023-04-22T11:05:48+09:00 info: All connector for 'mqtt-connector' ready
|
|
35
|
+
2023-04-22T11:05:48+09:00 info: All connector for 'mssql-connector' ready
|
|
36
|
+
2023-04-22T11:05:48+09:00 info: All connector for 'oracle-connector' ready
|
|
37
|
+
2023-04-22T11:05:48+09:00 info: All connector for 'mysql-connector' ready
|
|
38
|
+
2023-04-22T11:05:48+09:00 info: All connector for 'socket-server' ready
|
|
39
|
+
2023-04-22T11:05:48+09:00 info: All connector for 'msgraph-connector' ready
|
|
40
|
+
2023-04-22T11:05:48+09:00 info: All connector for 'openai-connector' ready
|
|
41
|
+
2023-04-22T11:05:48+09:00 info: ConnectionManager initialization done:
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@operato/scene-visualizer",
|
|
3
3
|
"description": "visualizer component for operato-scene",
|
|
4
4
|
"author": "heartyoh",
|
|
5
|
-
"version": "1.2.
|
|
5
|
+
"version": "1.2.27",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
8
8
|
"things-scene": true,
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"prettier --write"
|
|
62
62
|
]
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "720dd367fbe95818d0899776f452bd320d674217"
|
|
65
65
|
}
|