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