@operato/scene-visualizer 8.0.0-beta.0 → 8.0.0-beta.2

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 (95) hide show
  1. package/package.json +5 -5
  2. package/CHANGELOG.md +0 -640
  3. package/attachments/0d91a37d-c2d7-4c6d-88dc-a29e5bbea361.png +0 -0
  4. package/attachments/1b07c8d3-07d5-4007-b02e-031ee1755539.glb +0 -0
  5. package/attachments/226c6c23-c4fd-46c8-93e3-3d3d9c4bb8a9.glb +0 -0
  6. package/attachments/4425ca46-cf1d-476d-9185-dcb881ecad1f.glb +0 -0
  7. package/attachments/51e7c45d-6eae-4baf-a4e2-ba979b7e77cd.glb +0 -0
  8. package/attachments/54427925-c109-4499-875c-fb14207b95c5.glb +0 -0
  9. package/attachments/8cc70a65-e20f-4187-83c8-64deb3faf3d9.glb +0 -0
  10. package/attachments/964d004d-1fe7-4224-89a6-2b6e86db233c.glb +0 -0
  11. package/attachments/ff47fd63-6f1c-4a69-b965-9bb03797a415.png +0 -0
  12. package/db.sqlite +0 -0
  13. package/demo/index-modeller.html +0 -112
  14. package/demo/index.html +0 -109
  15. package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +0 -25
  16. package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +0 -25
  17. package/logs/application-2025-01-07-10.log +0 -106
  18. package/logs/application-2025-01-07-14.log +0 -4
  19. package/logs/application-2025-01-07-15.log +0 -4
  20. package/logs/connections-2025-01-07-10.log +0 -106
  21. package/logs/connections-2025-01-07-14.log +0 -53
  22. package/logs/connections-2025-01-07-15.log +0 -53
  23. package/schema.graphql +0 -4552
  24. package/src/banner.ts +0 -88
  25. package/src/camera.ts +0 -132
  26. package/src/component.d.ts +0 -10
  27. package/src/cube.ts +0 -39
  28. package/src/cylinder.ts +0 -39
  29. package/src/desk.ts +0 -135
  30. package/src/editors/index.ts +0 -13
  31. package/src/editors/property-editor-gltf-info.ts +0 -135
  32. package/src/editors/property-editor-location-increase-pattern.ts +0 -260
  33. package/src/effects/outline.ts +0 -54
  34. package/src/ellipse.ts +0 -37
  35. package/src/gltf-object.ts +0 -117
  36. package/src/html-overlay-element.ts +0 -13
  37. package/src/index.ts +0 -29
  38. package/src/light.ts +0 -155
  39. package/src/polygon.ts +0 -88
  40. package/src/rack-table-cell.ts +0 -386
  41. package/src/rack-table.ts +0 -1296
  42. package/src/rack.ts +0 -232
  43. package/src/rect.ts +0 -39
  44. package/src/scene/component.ts +0 -38
  45. package/src/sphere.ts +0 -39
  46. package/src/sprite.ts +0 -30
  47. package/src/stock.ts +0 -262
  48. package/src/templates/3d-container.ts +0 -21
  49. package/src/templates/banner.ts +0 -21
  50. package/src/templates/camera.ts +0 -25
  51. package/src/templates/cube.ts +0 -20
  52. package/src/templates/cylinder.ts +0 -20
  53. package/src/templates/desk.ts +0 -20
  54. package/src/templates/gltf-object.ts +0 -20
  55. package/src/templates/index.ts +0 -29
  56. package/src/templates/light.ts +0 -23
  57. package/src/templates/pallet.ts +0 -20
  58. package/src/templates/rack-table.ts +0 -21
  59. package/src/templates/sphere.ts +0 -20
  60. package/src/templates/sprite.ts +0 -21
  61. package/src/templates/visualizer.ts +0 -21
  62. package/src/templates/wall.ts +0 -20
  63. package/src/text.ts +0 -10
  64. package/src/three-container-editor.ts +0 -187
  65. package/src/three-container.ts +0 -724
  66. package/src/three-controls.ts +0 -778
  67. package/src/three-layout.ts +0 -25
  68. package/src/three-space.ts +0 -732
  69. package/src/threed/common.ts +0 -21
  70. package/src/threed/floor/floor.ts +0 -62
  71. package/src/threed/html/elements.ts +0 -27
  72. package/src/threed/index.ts +0 -15
  73. package/src/threed/real-object-camera-meshed.ts +0 -67
  74. package/src/threed/real-object-camera.ts +0 -41
  75. package/src/threed/real-object-dom-element.ts +0 -55
  76. package/src/threed/real-object-dummy.ts +0 -13
  77. package/src/threed/real-object-extrude.ts +0 -210
  78. package/src/threed/real-object-gltf.ts +0 -136
  79. package/src/threed/real-object-group.ts +0 -35
  80. package/src/threed/real-object-mesh.ts +0 -74
  81. package/src/threed/real-object-plane.ts +0 -27
  82. package/src/threed/real-object-scene.ts +0 -84
  83. package/src/threed/real-object-sprite-2d.ts +0 -54
  84. package/src/threed/real-object-sprite.ts +0 -64
  85. package/src/threed/real-object-text.ts +0 -86
  86. package/src/threed/real-object.ts +0 -326
  87. package/src/threed/texture/canvas-texture.ts +0 -67
  88. package/src/threed/texture/text-texture.ts +0 -100
  89. package/src/threed/three-dimensional-container.ts +0 -9
  90. package/src/threed/utils/bound-uv-generator.ts +0 -80
  91. package/src/visualizer.ts +0 -319
  92. package/src/wall.ts +0 -50
  93. package/tsconfig.json +0 -24
  94. package/tsconfig.tsbuildinfo +0 -1
  95. package/web-dev-server.config.mjs +0 -27
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": "8.0.0-beta.0",
5
+ "version": "8.0.0-beta.2",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
8
8
  "license": "MIT",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@hatiolab/things-scene": "^8.0.0-beta",
31
- "@operato/i18n": "^8.0.0-alpha",
31
+ "@operato/i18n": "^8.0.0-beta",
32
32
  "lit": "^3.1.2",
33
33
  "three": "^0.164.0",
34
34
  "tinycolor2": "^1.6.0"
@@ -36,8 +36,8 @@
36
36
  "devDependencies": {
37
37
  "@hatiolab/prettier-config": "^1.0.0",
38
38
  "@material/web": "^2.0.0",
39
- "@things-factory/builder": "^8.0.0-alpha",
40
- "@things-factory/operato-board": "^8.0.0-alpha",
39
+ "@things-factory/builder": "^8.0.0-beta",
40
+ "@things-factory/operato-board": "^8.0.0-beta",
41
41
  "@types/three": "^0.159.0",
42
42
  "@types/tinycolor2": "^1.4.3",
43
43
  "@typescript-eslint/eslint-plugin": "^4.33.0",
@@ -64,5 +64,5 @@
64
64
  "prettier --write"
65
65
  ]
66
66
  },
67
- "gitHead": "b3cf6db1fbdcb9f4feac35560517fec3bb42c493"
67
+ "gitHead": "d6329b4f15ae63c2a99ec5b58ee1d527e88a4c36"
68
68
  }
package/CHANGELOG.md DELETED
@@ -1,640 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [8.0.0-beta.0](https://github.com/things-scene/operato-scene/compare/v8.0.0-alpha.12...v8.0.0-beta.0) (2025-01-07)
7
-
8
-
9
- ### :bug: Bug Fix
10
-
11
- * @hatiolab/things-scene@^8.0.0-beta ([c32f4c0](https://github.com/things-scene/operato-scene/commit/c32f4c00decf244ca82ae17a41e33f269e1882e7))
12
- * tune 3d object rotation ([44f247b](https://github.com/things-scene/operato-scene/commit/44f247be6cfdf8e07ec64421eda8acb686034d54))
13
-
14
-
15
-
16
- ## [8.0.0-alpha.7](https://github.com/things-scene/operato-scene/compare/v8.0.0-alpha.6...v8.0.0-alpha.7) (2024-09-30)
17
-
18
-
19
- ### :bug: Bug Fix
20
-
21
- * enable tap event handler functionality for sprite ([04cc819](https://github.com/things-scene/operato-scene/commit/04cc8196d9fc13937e60189c8dec84a55f154351))
22
-
23
-
24
-
25
- ## [8.0.0-alpha.3](https://github.com/things-scene/operato-scene/compare/v8.0.0-alpha.2...v8.0.0-alpha.3) (2024-09-15)
26
-
27
-
28
- ### :bug: Bug Fix
29
-
30
- * missing dependency ([32ccf4f](https://github.com/things-scene/operato-scene/commit/32ccf4facfa01d95b166c8edc7dd5e93298f5750))
31
-
32
-
33
-
34
- ## [8.0.0-alpha.1](https://github.com/things-scene/operato-scene/compare/v8.0.0-alpha.0...v8.0.0-alpha.1) (2024-09-09)
35
-
36
-
37
- ### :bug: Bug Fix
38
-
39
- * update [@things-factory](https://github.com/things-factory)@^8.0.0-alpha ([1dc3163](https://github.com/things-scene/operato-scene/commit/1dc31638ed9d3fd0ecb2ac55be0ce541e5599ab8))
40
-
41
-
42
-
43
- ## [8.0.0-alpha.0](https://github.com/things-scene/operato-scene/compare/v7.3.7...v8.0.0-alpha.0) (2024-09-01)
44
-
45
- **Note:** Version bump only for package @operato/scene-visualizer
46
-
47
-
48
-
49
-
50
-
51
- ## [7.3.4](https://github.com/things-scene/operato-scene/compare/v7.3.3...v7.3.4) (2024-08-21)
52
-
53
-
54
- ### :bug: Bug Fix
55
-
56
- * upgrade @material/web@2.0.0 ([e61c097](https://github.com/things-scene/operato-scene/commit/e61c09737eff0073535a40d516a18abe6b998931))
57
-
58
-
59
-
60
- ## [7.0.1](https://github.com/things-scene/operato-scene/compare/v7.0.0...v7.0.1) (2024-06-30)
61
-
62
-
63
- ### :bug: Bug Fix
64
-
65
- * things-factory@7.0.0 ([f4cfe44](https://github.com/things-scene/operato-scene/commit/f4cfe44cb565e7b8fdc0df210a722b6526871848))
66
-
67
-
68
-
69
- ## [7.0.0](https://github.com/things-scene/operato-scene/compare/v7.0.0-rc.4...v7.0.0) (2024-06-30)
70
-
71
- **Note:** Version bump only for package @operato/scene-visualizer
72
-
73
-
74
-
75
-
76
-
77
- ## [7.0.0-rc.1](https://github.com/things-scene/operato-scene/compare/v7.0.0-rc.0...v7.0.0-rc.1) (2024-06-21)
78
-
79
-
80
- ### :bug: Bug Fix
81
-
82
- * apply v7-rc dependencies ([eee5612](https://github.com/things-scene/operato-scene/commit/eee5612e1d569387c284a7c6c49d64ef44b6d701))
83
-
84
-
85
-
86
- ## [7.0.0-rc.0](https://github.com/things-scene/operato-scene/compare/v2.0.0-beta.8...v7.0.0-rc.0) (2024-06-21)
87
-
88
- **Note:** Version bump only for package @operato/scene-visualizer
89
-
90
-
91
-
92
-
93
-
94
- ## [2.0.0-beta.0](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.12...v2.0.0-beta.0) (2024-06-01)
95
-
96
-
97
- ### :rocket: New Features
98
-
99
- * 2.0.0-beta.0 ([a2e2869](https://github.com/things-scene/operato-scene/commit/a2e28694eedf5bab0c54bcab5432d54ec59edd7f))
100
-
101
-
102
- ### :bug: Bug Fix
103
-
104
- * allowJs in tsconfig option ([fa77174](https://github.com/things-scene/operato-scene/commit/fa771742188f21f177f0a85281570f59f0c478cf))
105
-
106
-
107
-
108
- ## [2.0.0-alpha.12](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.11...v2.0.0-alpha.12) (2024-05-11)
109
-
110
-
111
- ### :rocket: New Features
112
-
113
- * three.js@0.164 ([ec85114](https://github.com/things-scene/operato-scene/commit/ec8511427dac68f0fb35578c5e55b5fecca31393))
114
-
115
-
116
- ### :bug: Bug Fix
117
-
118
- * apply material design 3 ([1aa1c23](https://github.com/things-scene/operato-scene/commit/1aa1c23a0a90100c6096705a09bebad9885e39e0))
119
- * ignore 'cache' folder for git and npm ([d70f811](https://github.com/things-scene/operato-scene/commit/d70f8118ff3e9248f80aa9435d6e6cbb8aacfcaf))
120
-
121
-
122
-
123
- ## [2.0.0-alpha.9](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2024-04-11)
124
-
125
-
126
- ### :bug: Bug Fix
127
-
128
- * things-factory@7.0.1 ([a9f4c18](https://github.com/things-scene/operato-scene/commit/a9f4c1873b80c540e4c2e16649e127ccffcf9a4c))
129
-
130
-
131
-
132
- ## [2.0.0-alpha.8](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.7...v2.0.0-alpha.8) (2024-03-29)
133
-
134
-
135
- ### :bug: Bug Fix
136
-
137
- * upgrade lit ([87e6494](https://github.com/things-scene/operato-scene/commit/87e6494e02a74ec768d0695089aea36184afe572))
138
-
139
-
140
-
141
- ## [2.0.0-alpha.7](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2024-03-25)
142
-
143
-
144
- ### :bug: Bug Fix
145
-
146
- * malformed file ([d0d991f](https://github.com/things-scene/operato-scene/commit/d0d991f16f41da95177544fb074e06e56edd8d1b))
147
-
148
-
149
-
150
- ## [2.0.0-alpha.6](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.5...v2.0.0-alpha.6) (2024-03-24)
151
-
152
-
153
- ### :bug: Bug Fix
154
-
155
- * translation ([266d423](https://github.com/things-scene/operato-scene/commit/266d423d9d6992464f45a437acc90ccf8ed33bf6))
156
-
157
-
158
-
159
- ## [2.0.0-alpha.5](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.4...v2.0.0-alpha.5) (2024-03-21)
160
-
161
-
162
- ### :bug: Bug Fix
163
-
164
- * 컴포넌트 명 다국어 ([fbc26d9](https://github.com/things-scene/operato-scene/commit/fbc26d9fb24e858541598ba55e2b8d33f2df8d8a))
165
-
166
-
167
-
168
- ## [2.0.0-alpha.4](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) (2024-03-21)
169
-
170
-
171
- ### :bug: Bug Fix
172
-
173
- * 잘못된 문자가 코드에 삽입되어 있어서 제거함 ([6cf42b3](https://github.com/things-scene/operato-scene/commit/6cf42b3701c8ee4b6ee86633e38efbe83b62fe7f))
174
- * 컴포넌트 명 다국어 ([64e1f08](https://github.com/things-scene/operato-scene/commit/64e1f08af32d2ac193c3d31b0025f8d06f569ca4))
175
-
176
-
177
-
178
- ## [2.0.0-alpha.3](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.2...v2.0.0-alpha.3) (2024-03-04)
179
-
180
-
181
- ### :bug: Bug Fix
182
-
183
- * upgrade three.js ([4319dab](https://github.com/things-scene/operato-scene/commit/4319dabec8a0ae04577ca401db333d9b3303df4f))
184
-
185
-
186
-
187
- ## [2.0.0-alpha.1](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.0...v2.0.0-alpha.1) (2024-02-04)
188
-
189
-
190
- ### :bug: Bug Fix
191
-
192
- * upgrade three@161 ([b41788e](https://github.com/things-scene/operato-scene/commit/b41788e7dbe0321c2c8b4dc98126ebc7f97d8285))
193
-
194
-
195
-
196
- ## [2.0.0-alpha.0](https://github.com/things-scene/operato-scene/compare/v1.3.9...v2.0.0-alpha.0) (2024-01-14)
197
-
198
-
199
- ### :bug: Bug Fix
200
-
201
- * 2.0.0-alpha.0 ([93274e3](https://github.com/things-scene/operato-scene/commit/93274e36c5d184f339f83899654dd48b4786ac2b))
202
-
203
-
204
-
205
- ## [1.3.8](https://github.com/things-scene/operato-scene/compare/v1.3.7...v1.3.8) (2024-01-01)
206
-
207
-
208
- ### :bug: Bug Fix
209
-
210
- * upgrade three ([6f0e8f4](https://github.com/things-scene/operato-scene/commit/6f0e8f4faa1f30640468da0755502e8b9a999d0c))
211
-
212
-
213
-
214
- ## [1.3.7](https://github.com/things-scene/operato-scene/compare/v1.3.6...v1.3.7) (2024-01-01)
215
-
216
-
217
- ### :bug: Bug Fix
218
-
219
- * mpi module moved from things-factory ([47b743f](https://github.com/things-scene/operato-scene/commit/47b743fd19001f195db85e50b8f6e457a1573aa5))
220
-
221
-
222
-
223
- ## [1.3.4](https://github.com/things-scene/operato-scene/compare/v1.3.3...v1.3.4) (2023-12-04)
224
-
225
-
226
- ### :bug: Bug Fix
227
-
228
- * remove ignored files ([412acb0](https://github.com/things-scene/operato-scene/commit/412acb035e727fb6ee10cbcae85a06ed961d115e))
229
-
230
-
231
-
232
- ## [1.3.2](https://github.com/things-scene/operato-scene/compare/v1.3.1...v1.3.2) (2023-12-01)
233
-
234
-
235
- ### :bug: Bug Fix
236
-
237
- * upgrade theejs ([55f49c2](https://github.com/things-scene/operato-scene/commit/55f49c23fbaf17c79130b63868e12a685e8039e2))
238
-
239
-
240
-
241
- ## [1.2.91](https://github.com/things-scene/operato-scene/compare/v1.2.90...v1.2.91) (2023-11-26)
242
-
243
-
244
- ### :bug: Bug Fix
245
-
246
- * support 3-dimension for location property ([fc6aad1](https://github.com/things-scene/operato-scene/commit/fc6aad1f5dc6df985acf6942e2b955be9410962b))
247
-
248
-
249
-
250
- ## [1.2.90](https://github.com/things-scene/operato-scene/compare/v1.2.89...v1.2.90) (2023-11-22)
251
-
252
- **Note:** Version bump only for package @operato/scene-visualizer
253
-
254
-
255
-
256
-
257
-
258
- ## [1.2.88](https://github.com/things-scene/operato-scene/compare/v1.2.87...v1.2.88) (2023-11-12)
259
-
260
-
261
- ### :bug: Bug Fix
262
-
263
- * three@0.158.0 ([8f56203](https://github.com/things-scene/operato-scene/commit/8f5620347e290c53dffc43319e08d77ab66b7caa))
264
-
265
-
266
-
267
- ## [1.2.87](https://github.com/things-scene/operato-scene/compare/v1.2.86...v1.2.87) (2023-11-10)
268
-
269
- **Note:** Version bump only for package @operato/scene-visualizer
270
-
271
-
272
-
273
-
274
-
275
- ## [1.2.76](https://github.com/things-scene/operato-scene/compare/v1.2.75...v1.2.76) (2023-10-28)
276
-
277
-
278
- ### :bug: Bug Fix
279
-
280
- * scene-tab ([ad62f96](https://github.com/things-scene/operato-scene/commit/ad62f967b149eb5adf8f2e0714d79e8a9dc7186c))
281
-
282
-
283
-
284
- ## [1.2.70](https://github.com/things-scene/operato-scene/compare/v1.2.69...v1.2.70) (2023-10-06)
285
-
286
-
287
- ### :bug: Bug Fix
288
-
289
- * upgrade three@0.157.0 ([cb6eaf5](https://github.com/things-scene/operato-scene/commit/cb6eaf519d10ba60b0d9aa3ea4aa46e684e3acc2))
290
-
291
-
292
-
293
- ## [1.2.66](https://github.com/things-scene/operato-scene/compare/v1.2.65...v1.2.66) (2023-09-14)
294
-
295
- **Note:** Version bump only for package @operato/scene-visualizer
296
-
297
-
298
-
299
-
300
-
301
- ## [1.2.65](https://github.com/things-scene/operato-scene/compare/v1.2.64...v1.2.65) (2023-09-14)
302
-
303
- **Note:** Version bump only for package @operato/scene-visualizer
304
-
305
-
306
-
307
-
308
-
309
- ## [1.2.62](https://github.com/things-scene/operato-scene/compare/v1.2.61...v1.2.62) (2023-09-11)
310
-
311
- **Note:** Version bump only for package @operato/scene-visualizer
312
-
313
-
314
-
315
-
316
-
317
- ## [1.2.57](https://github.com/things-scene/operato-scene/compare/v1.2.56...v1.2.57) (2023-09-05)
318
-
319
-
320
- ### :bug: Bug Fix
321
-
322
- * revoke three version to 0.152.2 ([cabdaba](https://github.com/things-scene/operato-scene/commit/cabdaba60abd28de261dfbcd1c483793d157bcc3))
323
-
324
-
325
-
326
- ## [1.2.56](https://github.com/things-scene/operato-scene/compare/v1.2.55...v1.2.56) (2023-09-05)
327
-
328
-
329
- ### :bug: Bug Fix
330
-
331
- * upgrade three.js ([e74e5e6](https://github.com/things-scene/operato-scene/commit/e74e5e69910aadcd59f49fcf1f56aec0e8529d48))
332
-
333
-
334
-
335
- ## [1.2.53](https://github.com/things-scene/operato-scene/compare/v1.2.52...v1.2.53) (2023-08-17)
336
-
337
-
338
- ### :bug: Bug Fix
339
-
340
- * add data-reflection property to timer family ([93a9046](https://github.com/things-scene/operato-scene/commit/93a904621788b5e45987939e4f28252a93c2c4f8))
341
-
342
-
343
-
344
- ## [1.2.46](https://github.com/things-scene/operato-scene/compare/v1.2.45...v1.2.46) (2023-06-10)
345
-
346
-
347
- ### :bug: Bug Fix
348
-
349
- * typescript build options ([3eb0d7f](https://github.com/things-scene/operato-scene/commit/3eb0d7fd80e2c3cea698501aa1d9d54903423a7b))
350
-
351
-
352
-
353
- ## [1.2.45](https://github.com/things-scene/operato-scene/compare/v1.2.44...v1.2.45) (2023-06-09)
354
-
355
-
356
- ### :bug: Bug Fix
357
-
358
- * set => setState, get => getState for whole scene component ([c205db4](https://github.com/things-scene/operato-scene/commit/c205db4c7bfa5c6dd7d34ea82af283d83b551bad))
359
-
360
-
361
-
362
- ## [1.2.42](https://github.com/things-scene/operato-scene/compare/v1.2.41...v1.2.42) (2023-06-02)
363
-
364
-
365
- ### :bug: Bug Fix
366
-
367
- * icons - html-date, svg, light, sprite ([80474fe](https://github.com/things-scene/operato-scene/commit/80474fea36a8d110f5e0855c32c1917463815357))
368
-
369
-
370
-
371
- ## [1.2.40](https://github.com/things-scene/operato-scene/compare/v1.2.39...v1.2.40) (2023-05-25)
372
-
373
-
374
- ### :bug: Bug Fix
375
-
376
- * default lineWidth for canvas-texture ([1f5204c](https://github.com/things-scene/operato-scene/commit/1f5204c39b376f1de2f6b2d776c8b63ce2a066c0))
377
-
378
-
379
-
380
- ## [1.2.39](https://github.com/things-scene/operato-scene/compare/v1.2.38...v1.2.39) (2023-05-25)
381
-
382
-
383
- ### :bug: Bug Fix
384
-
385
- * add light component into 3d module ([110b312](https://github.com/things-scene/operato-scene/commit/110b3121a0ee6e65bd1cbcffb8254e16c0592460))
386
-
387
-
388
-
389
- ## [1.2.37](https://github.com/things-scene/operato-scene/compare/v1.2.36...v1.2.37) (2023-05-21)
390
-
391
-
392
- ### :bug: Bug Fix
393
-
394
- * add div element into form templates ([2f2ecdc](https://github.com/things-scene/operato-scene/commit/2f2ecdc0461265b5e5c666af9b3ded3242ae5689))
395
-
396
-
397
-
398
- ## [1.2.36](https://github.com/things-scene/operato-scene/compare/v1.2.35...v1.2.36) (2023-05-13)
399
-
400
-
401
- ### :bug: Bug Fix
402
-
403
- * license ([d37d485](https://github.com/things-scene/operato-scene/commit/d37d48597407dea1ad022e674f2899720e56d695))
404
-
405
-
406
-
407
- ## [1.2.31](https://github.com/things-scene/operato-scene/compare/v1.2.30...v1.2.31) (2023-05-07)
408
-
409
-
410
- ### :bug: Bug Fix
411
-
412
- * radio-group and form value ([454bce5](https://github.com/things-scene/operato-scene/commit/454bce5b0c8e44082a4786ede4ad52f77ae4dfa5))
413
-
414
-
415
-
416
- ## [1.2.30](https://github.com/things-scene/operato-scene/compare/v1.2.29...v1.2.30) (2023-04-30)
417
-
418
-
419
- ### :bug: Bug Fix
420
-
421
- * improve performance for visualizer ([d57aa3d](https://github.com/things-scene/operato-scene/commit/d57aa3da34e9539b8d7db89c195af1e2d789e37d))
422
- * update dependencies ([59357a0](https://github.com/things-scene/operato-scene/commit/59357a04eb0211f51db84cb37b0fda0d53c4ec41))
423
-
424
-
425
-
426
- ## [1.2.29](https://github.com/things-scene/operato-scene/compare/v1.2.28...v1.2.29) (2023-04-30)
427
-
428
-
429
- ### :bug: Bug Fix
430
-
431
- * update module's version ([047d08b](https://github.com/things-scene/operato-scene/commit/047d08b5d912d12c04b2f6b63156d1e812588365))
432
-
433
-
434
-
435
- ### [1.2.28](https://github.com/things-scene/operato-scene/compare/v1.2.27...v1.2.28) (2023-04-24)
436
-
437
-
438
- ### :bug: Bug Fix
439
-
440
- * disable automatic rotating of 3d-container when it's in edit mode. ([26e73c8](https://github.com/things-scene/operato-scene/commit/26e73c8c70a690fde18da2a9aec0321e08f210ee))
441
-
442
-
443
-
444
- ### [1.2.27](https://github.com/things-scene/operato-scene/compare/v1.2.26...v1.2.27) (2023-04-22)
445
-
446
-
447
- ### :bug: Bug Fix
448
-
449
- * add required information to help for indoor, tab and gltf-object ([502ab75](https://github.com/things-scene/operato-scene/commit/502ab75364b1edd55e0c05371980782415f5f97e))
450
-
451
-
452
-
453
- ### [1.2.26](https://github.com/things-scene/operato-scene/compare/v1.2.25...v1.2.26) (2023-04-22)
454
-
455
-
456
- ### :bug: Bug Fix
457
-
458
- * set source property for gltf-object ([29cb27c](https://github.com/things-scene/operato-scene/commit/29cb27c1834885cc93f7fbe2c1a5f0038d0c8857))
459
-
460
-
461
-
462
- ### [1.2.25](https://github.com/things-scene/operato-scene/compare/v1.2.24...v1.2.25) (2023-04-21)
463
-
464
-
465
- ### :bug: Bug Fix
466
-
467
- * set 'src' property as a value-property of gltf-object ([c265815](https://github.com/things-scene/operato-scene/commit/c265815292108fecb63b719c21e33591792adc34))
468
-
469
-
470
-
471
- ### [1.2.24](https://github.com/things-scene/operato-scene/compare/v1.2.23...v1.2.24) (2023-04-08)
472
-
473
-
474
- ### :bug: Bug Fix
475
-
476
- * latest three@0.151.3 ([4dfb5f3](https://github.com/things-scene/operato-scene/commit/4dfb5f384b8d299ac56a1237dec21039528f4523))
477
-
478
-
479
-
480
- ### [1.2.18](https://github.com/things-scene/operato-scene/compare/v1.2.17...v1.2.18) (2023-03-11)
481
-
482
-
483
- ### :bug: Bug Fix
484
-
485
- * support data binding for real-object-sprite-2d ([797ed0b](https://github.com/things-scene/operato-scene/commit/797ed0b6589e2d23c2dc072be9ca4a9b39b0b43e))
486
-
487
-
488
-
489
- ### [1.2.17](https://github.com/things-scene/operato-scene/compare/v1.2.16...v1.2.17) (2023-03-11)
490
-
491
-
492
- ### :bug: Bug Fix
493
-
494
- * visualizer stock data handling ([1582551](https://github.com/things-scene/operato-scene/commit/1582551f271b32663efb1489b316ac752059f9d6))
495
-
496
-
497
-
498
- ### [1.2.16](https://github.com/things-scene/operato-scene/compare/v1.2.15...v1.2.16) (2023-03-09)
499
-
500
-
501
- ### :bug: Bug Fix
502
-
503
- * visualizer stock data binding ([e139ecd](https://github.com/things-scene/operato-scene/commit/e139ecd6afb642a5d486c95c67c6dd7079c005d4))
504
-
505
-
506
-
507
- ### [1.2.15](https://github.com/things-scene/operato-scene/compare/v1.2.14...v1.2.15) (2023-03-05)
508
-
509
-
510
- ### :bug: Bug Fix
511
-
512
- * mouseup event handling for visualizer ([b58bcac](https://github.com/things-scene/operato-scene/commit/b58bcacb475c2bda174e6262d7136f01815aec77))
513
-
514
-
515
-
516
- ### [1.2.14](https://github.com/things-scene/operato-scene/compare/v1.2.13...v1.2.14) (2023-03-05)
517
-
518
-
519
- ### :bug: Bug Fix
520
-
521
- * canvas texture color encoding ([63ed77f](https://github.com/things-scene/operato-scene/commit/63ed77fec7528e81cb6a1790f0e19ec630920653))
522
-
523
-
524
-
525
- ### [1.2.13](https://github.com/things-scene/operato-scene/compare/v1.2.12...v1.2.13) (2023-03-05)
526
-
527
-
528
- ### :bug: Bug Fix
529
-
530
- * lighten data binding for 3d objects ([09db97e](https://github.com/things-scene/operato-scene/commit/09db97e1fe70563a734113e70538bdf6d18c6bc7))
531
- * visualizer 3D component update efficiently ([8065089](https://github.com/things-scene/operato-scene/commit/80650891a837750b23e1bd026850ec045518c8bb))
532
-
533
-
534
-
535
- ### [1.2.12](https://github.com/things-scene/operato-scene/compare/v1.2.11...v1.2.12) (2023-03-03)
536
-
537
-
538
- ### :bug: Bug Fix
539
-
540
- * delete sprite test code ([177efcf](https://github.com/things-scene/operato-scene/commit/177efcf84fc128096c398ad423d871952a06e4df))
541
-
542
-
543
-
544
- ### [1.2.11](https://github.com/things-scene/operato-scene/compare/v1.2.10...v1.2.11) (2023-03-03)
545
-
546
-
547
- ### :bug: Bug Fix
548
-
549
- * [#6](https://github.com/things-scene/operato-scene/issues/6) visualizer data binding ([77e23d9](https://github.com/things-scene/operato-scene/commit/77e23d9c8619b958fd0bc54d187f7f8930cea171))
550
- * merge Object3D => RealObject ([201886b](https://github.com/things-scene/operato-scene/commit/201886b135064c1625d5f02a1e85221822d7e449))
551
- * revert dimension info from GLTF model ([230bd42](https://github.com/things-scene/operato-scene/commit/230bd420915120361e0bb04bab77b07df95b6461))
552
-
553
-
554
-
555
- ### [1.2.10](https://github.com/things-scene/operato-scene/compare/v1.2.9...v1.2.10) (2023-02-23)
556
-
557
-
558
- ### :bug: Bug Fix
559
-
560
- * extrude opacity ([dc305b1](https://github.com/things-scene/operato-scene/commit/dc305b18f9c62d8fb2d9a64d7c143ab808d952bb))
561
-
562
-
563
-
564
- ### [1.2.9](https://github.com/things-scene/operato-scene/compare/v1.2.8...v1.2.9) (2023-02-22)
565
-
566
-
567
- ### :bug: Bug Fix
568
-
569
- * enhance gltf-object ([f0bb878](https://github.com/things-scene/operato-scene/commit/f0bb87805249cdd19f50db79640b2927fde7841b))
570
-
571
-
572
-
573
- ### [1.2.8](https://github.com/things-scene/operato-scene/compare/v1.2.7...v1.2.8) (2023-02-21)
574
-
575
-
576
- ### :bug: Bug Fix
577
-
578
- * support shadow for visualizer ([55392e0](https://github.com/things-scene/operato-scene/commit/55392e08e778648c406d9c4f5543376d27d0ba20))
579
-
580
-
581
-
582
- ### [1.2.7](https://github.com/things-scene/operato-scene/compare/v1.2.6...v1.2.7) (2023-02-21)
583
-
584
-
585
- ### :bug: Bug Fix
586
-
587
- * support dracoLoader for GLTF ([2b55eab](https://github.com/things-scene/operato-scene/commit/2b55eabe11fdab68181cdfa4a03239569c635c7f))
588
-
589
-
590
-
591
- ### [1.2.6](https://github.com/things-scene/operato-scene/compare/v1.2.5...v1.2.6) (2023-02-20)
592
-
593
-
594
- ### :bug: Bug Fix
595
-
596
- * gltf-info editor ([57de6ce](https://github.com/things-scene/operato-scene/commit/57de6ceb41a1c0a42c575f2a6160af6547dbae73))
597
-
598
-
599
-
600
- ### [1.2.5](https://github.com/things-scene/operato-scene/compare/v1.2.4...v1.2.5) (2023-02-20)
601
-
602
-
603
- ### :bug: Bug Fix
604
-
605
- * gltf information ([eb03086](https://github.com/things-scene/operato-scene/commit/eb03086264f2f634bfb542467367550d76c90bd4))
606
-
607
-
608
-
609
- ### [1.2.4](https://github.com/things-scene/operato-scene/compare/v1.2.3...v1.2.4) (2023-02-13)
610
-
611
-
612
- ### :bug: Bug Fix
613
-
614
- * [#5](https://github.com/things-scene/operato-scene/issues/5) done ([8de018c](https://github.com/things-scene/operato-scene/commit/8de018c61c3195a557ba69121a4255865dfa2345))
615
- * three@149 ([79db592](https://github.com/things-scene/operato-scene/commit/79db59292c4f171136e1830feec795d6f5d2889d))
616
-
617
-
618
-
619
- ### [1.2.2](https://github.com/things-scene/operato-scene/compare/v1.2.1...v1.2.2) (2023-02-09)
620
-
621
-
622
- ### :bug: Bug Fix
623
-
624
- * apply round property for polygon-extrude ([18a9eef](https://github.com/things-scene/operato-scene/commit/18a9eef45a74b109cf8efa834d7a6daec91f4b9e))
625
- * migrate scene-urdf from things-factory ([3f75f87](https://github.com/things-scene/operato-scene/commit/3f75f8743e993a9a3ed595eed8f94b15da042a31))
626
-
627
-
628
-
629
- ### [1.2.1](https://github.com/things-scene/operato-scene/compare/v1.2.0...v1.2.1) (2023-02-08)
630
-
631
-
632
- ### :bug: Bug Fix
633
-
634
- * visualizer ([6f8e1ac](https://github.com/things-scene/operato-scene/commit/6f8e1ace99055b4086514d2ae2ca6181d4cb3cdc))
635
-
636
-
637
-
638
- ## [1.2.0](https://github.com/things-scene/operato-scene/compare/v1.1.29...v1.2.0) (2023-02-07)
639
-
640
- **Note:** Version bump only for package @operato/scene-visualizer
package/db.sqlite DELETED
Binary file