@operato/scene-visualizer 7.3.18 → 7.3.19

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