@realsee/dnalogel 0.1.2 → 0.1.7

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 (215) hide show
  1. package/components/ARVideoFigure/ARVideoFigureMesh.js +56 -32
  2. package/components/ARVideoFigure/ARVideoFigureScene.js +30 -19
  3. package/components/ARVideoFigure/ImgBgTransparent.js +22 -6
  4. package/components/ARVideoFigure/ImgBgTransparentMesh.js +40 -30
  5. package/components/ARVideoFigure/fragmentShader.js +2 -0
  6. package/components/ARVideoFigure/index.js +22 -6
  7. package/components/ARVideoFigure/vertexShader.js +2 -0
  8. package/components/GLTFView/index.d.ts +72 -0
  9. package/components/GLTFView/index.js +149 -0
  10. package/components/GlassFilters/index.js +25 -1
  11. package/components/ModelView/ModelViewController.js +39 -29
  12. package/components/ModelView/index.js +4 -2
  13. package/components/PaintBrush/index.js +15 -1
  14. package/components/PanoTag/index.js +2 -0
  15. package/data/1aGKl9JmrlXMXx8d.js +2 -0
  16. package/data/54djM0oR6ky3Ey8e.d.ts +55 -0
  17. package/data/54djM0oR6ky3Ey8e.js +350 -0
  18. package/data/6gyq3v1verxD7JO1.js +2 -0
  19. package/data/8054djM0oR6ky3Ey8e.d.ts +55 -0
  20. package/data/8054djM0oR6ky3Ey8e.js +350 -0
  21. package/data/KpokNd82rwjhackhQTBEoYKHg8zGbPXe.js +2 -0
  22. package/data/PrXel3aqGbp34JQn.js +2 -0
  23. package/data/XJ6NMLWnkAY3Rdx8.d.ts +843 -0
  24. package/data/XJ6NMLWnkAY3Rdx8.js +7989 -0
  25. package/data/YdoNP9K4rwQDwjJr.js +2 -0
  26. package/data/ZLvK29zj4L29Jowd.d.ts +55 -0
  27. package/data/ZLvK29zj4L29Jowd.js +372 -0
  28. package/data/auto3d-njL5J99VwCmnjtQElOmXQr.js +2 -0
  29. package/data/extrude-walls/ZLvK29zj4L29Jowd.d.ts +5 -0
  30. package/data/extrude-walls/ZLvK29zj4L29Jowd.js +14 -0
  31. package/data/extrude-walls/lo024DEgzanMj5BE.d.ts +5 -0
  32. package/data/extrude-walls/lo024DEgzanMj5BE.js +14 -0
  33. package/data/jd6oMOzPxnQ3BvxY_B7yw51J9rXlhYhjhGTOgRVqu6WeEqjNX.d.ts +85 -0
  34. package/data/jd6oMOzPxnQ3BvxY_B7yw51J9rXlhYhjhGTOgRVqu6WeEqjNX.js +511 -0
  35. package/data/lo024DEgzanMj5BE.d.ts +55 -0
  36. package/data/lo024DEgzanMj5BE.js +966 -0
  37. package/data/oPzy3ApbjjpD8YdR.js +2 -0
  38. package/data/qjAxMG4XbPn96wKG.js +2 -0
  39. package/data/rXel3aPQRRBD4JQn.js +2 -0
  40. package/data/vLykj3NWrllMrG06.d.ts +2 -0
  41. package/data/vLykj3NWrllMrG06.js +199 -2
  42. package/data/wz0QV9KA4ugyo9ME.js +2 -0
  43. package/data/zxMawr9raSg8LYjG.d.ts +53 -0
  44. package/data/zxMawr9raSg8LYjG.js +590 -0
  45. package/examples/FiveStateController/index.js +9 -15
  46. package/examples/VRHouse/Mobile.js +15 -1
  47. package/examples/VRHouse/PC.js +15 -1
  48. package/examples/VRHouse/index.js +15 -1
  49. package/index.js +4 -2
  50. package/libs/gltf-viewer/Subscribe.d.ts +76 -0
  51. package/libs/gltf-viewer/Subscribe.js +231 -0
  52. package/libs/gltf-viewer/coordsMoveByOffset.d.ts +13 -0
  53. package/libs/gltf-viewer/coordsMoveByOffset.js +22 -0
  54. package/libs/gltf-viewer/coordsToDirection.d.ts +5 -0
  55. package/{components/PBRView/index.js → libs/gltf-viewer/coordsToDirection.js} +29 -19
  56. package/libs/gltf-viewer/formatRad.d.ts +1 -0
  57. package/libs/gltf-viewer/formatRad.js +13 -0
  58. package/libs/gltf-viewer/getFrameTime.d.ts +1 -0
  59. package/libs/gltf-viewer/getFrameTime.js +28 -0
  60. package/libs/gltf-viewer/index.d.ts +55 -0
  61. package/libs/gltf-viewer/index.js +650 -0
  62. package/libs/gltf-viewer/mouseWheel.d.ts +2 -0
  63. package/libs/gltf-viewer/mouseWheel.js +59 -0
  64. package/libs/gltf-viewer/requestAnimationFrame.d.ts +1 -0
  65. package/libs/gltf-viewer/requestAnimationFrame.js +18 -0
  66. package/libs/gltf-viewer/requestAnimationFrameInterval.d.ts +1 -0
  67. package/libs/gltf-viewer/requestAnimationFrameInterval.js +31 -0
  68. package/libs/gltf-viewer/uuid.d.ts +4 -0
  69. package/libs/gltf-viewer/uuid.js +28 -0
  70. package/package.json +8 -4
  71. package/plugins/AutoPreloadPlugin/index.d.ts +23 -0
  72. package/plugins/AutoPreloadPlugin/index.js +111 -0
  73. package/plugins/CSS3DRenderPlugin/components/Marker/index.js +24 -16
  74. package/plugins/CSS3DRenderPlugin/index.d.ts +3 -2
  75. package/plugins/CSS3DRenderPlugin/index.js +79 -46
  76. package/plugins/CameraMovementPlugin/index.js +33 -9
  77. package/plugins/CameraMovementPlugin/typing.js +2 -0
  78. package/plugins/ModelChassisCompassPlugin/index.d.ts +7 -3
  79. package/plugins/ModelChassisCompassPlugin/index.js +34 -33
  80. package/plugins/ModelEntryDoorGuidePlugin/index.d.ts +13 -1
  81. package/plugins/ModelEntryDoorGuidePlugin/index.js +233 -2
  82. package/plugins/ModelExtrudeWallsPlugin/index.d.ts +16 -0
  83. package/plugins/ModelExtrudeWallsPlugin/index.js +252 -0
  84. package/plugins/ModelRoomLabelPlugin/Controller.d.ts +35 -0
  85. package/plugins/ModelRoomLabelPlugin/Controller.js +153 -0
  86. package/plugins/ModelRoomLabelPlugin/RoomLabelItem.d.ts +8 -0
  87. package/plugins/ModelRoomLabelPlugin/RoomLabelItem.js +66 -0
  88. package/plugins/ModelRoomLabelPlugin/RoomLabelItems.d.ts +7 -0
  89. package/plugins/ModelRoomLabelPlugin/RoomLabelItems.js +159 -0
  90. package/plugins/ModelRoomLabelPlugin/index.d.ts +8 -0
  91. package/plugins/ModelRoomLabelPlugin/index.js +18 -0
  92. package/plugins/ModelRoomLabelPlugin/typings.d.ts +35 -0
  93. package/plugins/ModelRoomLabelPlugin/typings.js +7 -0
  94. package/plugins/ModelRoomLabelPlugin/utils/parseData.d.ts +3 -0
  95. package/plugins/ModelRoomLabelPlugin/utils/parseData.js +35 -0
  96. package/plugins/ModelTVVideoPlugin/index.js +100 -16
  97. package/plugins/ModelViewPlugin/index.js +25 -1
  98. package/plugins/PanoCursorRaycasterPlugin/components/MovePointTowardsCamera.js +29 -25
  99. package/plugins/PanoCursorRaycasterPlugin/components/PointAxesHelper.js +15 -1
  100. package/plugins/PanoCursorRaycasterPlugin/index.js +13 -6
  101. package/plugins/PanoCursorRaycasterPlugin/utils/addLineToFive.js +4 -2
  102. package/plugins/PanoCursorRaycasterPlugin/utils/createLine.js +15 -1
  103. package/plugins/PanoDoorLabelPlugin/index.js +2 -0
  104. package/plugins/PanoIRobotPlugin/index.js +2 -0
  105. package/plugins/PanoMaskSelectorPlugin/compare.d.ts +1 -0
  106. package/plugins/PanoMaskSelectorPlugin/compare.js +17 -0
  107. package/plugins/PanoMaskSelectorPlugin/createBox.d.ts +7 -0
  108. package/plugins/PanoMaskSelectorPlugin/createBox.js +79 -0
  109. package/plugins/PanoMaskSelectorPlugin/createTextures.d.ts +3 -0
  110. package/plugins/PanoMaskSelectorPlugin/createTextures.js +45 -0
  111. package/plugins/PanoMaskSelectorPlugin/fragmentShader.d.ts +1 -0
  112. package/plugins/PanoMaskSelectorPlugin/fragmentShader.js +10 -0
  113. package/plugins/PanoMaskSelectorPlugin/index.d.ts +49 -0
  114. package/plugins/PanoMaskSelectorPlugin/index.js +348 -0
  115. package/plugins/PanoMaskSelectorPlugin/vertexShader.d.ts +1 -0
  116. package/plugins/PanoMaskSelectorPlugin/vertexShader.js +10 -0
  117. package/plugins/PanoRulerPlugin/data/roomInfo.js +2 -0
  118. package/plugins/PanoRulerPlugin/data/roomRules.js +2 -0
  119. package/plugins/PanoRulerPlugin/index.js +68 -20
  120. package/plugins/PanoRulerPlugin/typings.js +2 -0
  121. package/plugins/PanoTVVideoPlugin/index.d.ts +2 -0
  122. package/plugins/PanoTVVideoPlugin/index.js +108 -26
  123. package/plugins/TreasurePlugin/Controller.js +58 -52
  124. package/plugins/TreasurePlugin/TreasureFaceAnime.js +36 -21
  125. package/plugins/TreasurePlugin/TreasureObject.js +60 -56
  126. package/plugins/TreasurePlugin/TreasureOpenAnime.js +38 -19
  127. package/plugins/TreasurePlugin/constants.js +2 -0
  128. package/plugins/TreasurePlugin/index.js +2 -0
  129. package/plugins/TreasurePlugin/typings.js +2 -0
  130. package/plugins/floorplan/Assets/floorplanExtraObject.js +2 -0
  131. package/plugins/floorplan/ModelFloorplanPlugin/Controller.js +71 -88
  132. package/plugins/floorplan/ModelFloorplanPlugin/components/Camera.js +25 -5
  133. package/plugins/floorplan/ModelFloorplanPlugin/components/Compass.js +19 -4
  134. package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RoomHighlight.js +28 -4
  135. package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RoomLabels.js +28 -5
  136. package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/index.js +20 -6
  137. package/plugins/floorplan/ModelFloorplanPlugin/components/index.js +30 -8
  138. package/plugins/floorplan/ModelFloorplanPlugin/controller.style.js +2 -0
  139. package/plugins/floorplan/ModelFloorplanPlugin/index.js +4 -2
  140. package/plugins/floorplan/ModelFloorplanPlugin/typings/events.type.js +2 -0
  141. package/plugins/floorplan/ModelFloorplanPlugin/utils/constant.js +2 -0
  142. package/plugins/floorplan/ModelFloorplanPlugin/utils/correctFiveState.js +14 -22
  143. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/Camera.js +25 -3
  144. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/Camera.style.js +6 -2
  145. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/ExtraObjects.js +19 -3
  146. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/RoomHighlight.js +28 -4
  147. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/index.js +22 -6
  148. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/index.js +29 -19
  149. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/index.style.js +2 -0
  150. package/plugins/floorplan/PanoFloorplanRadarPlugin/Controller.js +44 -47
  151. package/plugins/floorplan/PanoFloorplanRadarPlugin/index.js +4 -2
  152. package/plugins/floorplan/TopviewFloorplanPlugin/Controller.js +50 -55
  153. package/plugins/floorplan/TopviewFloorplanPlugin/index.js +2 -0
  154. package/plugins/floorplan/TopviewFloorplanPlugin/style.js +2 -0
  155. package/plugins/floorplan/components/FloorplanImage.js +15 -1
  156. package/plugins/floorplan/typings/floorplanData.js +2 -0
  157. package/plugins/floorplan/typings/floorplanServerData.js +2 -0
  158. package/plugins/floorplan/utils/formatData.js +28 -10
  159. package/plugins/floorplan/utils/formatPosition.js +10 -8
  160. package/shared-utils/Preloader.js +6 -0
  161. package/shared-utils/Subscribe.js +36 -16
  162. package/shared-utils/animationFrame/BetterTween.js +28 -27
  163. package/shared-utils/animationFrame/calculateProgress.js +2 -0
  164. package/shared-utils/animationFrame/formatRad.js +2 -0
  165. package/shared-utils/animationFrame/index.js +12 -0
  166. package/shared-utils/animationFrame/tween.js +17 -1
  167. package/shared-utils/changeModelCanvansOpacity.js +14 -0
  168. package/shared-utils/createCanvasTextTexture.d.ts +8 -0
  169. package/shared-utils/createCanvasTextTexture.js +31 -0
  170. package/shared-utils/createFiveContainer.js +23 -17
  171. package/shared-utils/createLine/index.js +15 -1
  172. package/shared-utils/debounce.js +4 -0
  173. package/shared-utils/equal.js +15 -4
  174. package/shared-utils/filter.js +36 -2
  175. package/shared-utils/five/changeMode.js +13 -17
  176. package/shared-utils/five/useFivePlugin.js +2 -0
  177. package/shared-utils/formatRad.js +2 -0
  178. package/shared-utils/getPxmm.js +15 -1
  179. package/shared-utils/getRandomColor.js +10 -0
  180. package/shared-utils/isNil.js +2 -0
  181. package/shared-utils/isTruelyObject.js +4 -0
  182. package/shared-utils/math/evenNumber.js +2 -0
  183. package/shared-utils/math/planimetry.js +10 -0
  184. package/shared-utils/math/rad2Deg.js +2 -0
  185. package/shared-utils/nearlyEqual.js +2 -0
  186. package/shared-utils/nextFrame.js +2 -0
  187. package/shared-utils/noop.js +2 -0
  188. package/shared-utils/object3d2LocalMatrix.js +20 -14
  189. package/shared-utils/px2rem.js +10 -0
  190. package/shared-utils/tap.js +2 -0
  191. package/shared-utils/three/centerPoint.js +2 -0
  192. package/shared-utils/three/getExtraModelLoader.js +14 -0
  193. package/shared-utils/three/getNormal.js +4 -0
  194. package/shared-utils/three/getTextureLoader.js +16 -0
  195. package/shared-utils/three/loadFbxObj.js +13 -5
  196. package/shared-utils/three/loadTexture.js +13 -5
  197. package/shared-utils/three/transformPositionToVector3.js +2 -0
  198. package/shared-utils/three/transfromToMeshBasicMaterial.d.ts +2 -0
  199. package/shared-utils/three/transfromToMeshBasicMaterial.js +33 -0
  200. package/shared-utils/throttle.js +4 -0
  201. package/shared-utils/to.js +8 -4
  202. package/shared-utils/useDebounce.js +6 -0
  203. package/shared-utils/useThrottle.js +6 -0
  204. package/shared-utils/uuid.js +8 -0
  205. package/shared-utils/vectorTocoordinates.js +2 -0
  206. package/typedoc/components.js +2 -0
  207. package/typedoc/plugins.d.ts +2 -0
  208. package/typedoc/plugins.js +41 -1
  209. package/typedoc/shared-utils.js +2 -0
  210. package/typedoc/typings.js +2 -0
  211. package/typings/math.type.js +2 -0
  212. package/typings/utils.type.js +2 -0
  213. package/components/PBRView/index.d.ts +0 -14
  214. package/data/wYnRjQ4KZoV1yPoG.d.ts +0 -114
  215. package/data/wYnRjQ4KZoV1yPoG.js +0 -512
@@ -0,0 +1,843 @@
1
+ export declare const work: {
2
+ basic_code: string;
3
+ business_id: string;
4
+ file_map: {
5
+ 'all.json': boolean;
6
+ 'animation.jpg': boolean;
7
+ 'animation.mp4': boolean;
8
+ 'before_floorplan.json': boolean;
9
+ 'config.json': boolean;
10
+ 'floor_animations.json': boolean;
11
+ 'floorplan.json': boolean;
12
+ 'frame_image.png': boolean;
13
+ 'gltf_file.json': boolean;
14
+ 'house_papers.json': boolean;
15
+ 'initial.json': boolean;
16
+ 'manifest.json': boolean;
17
+ 'material_textures.json': boolean;
18
+ 'model.at3d': boolean;
19
+ 'model.dome': boolean;
20
+ 'model.domez': boolean;
21
+ 'observer_images.json': boolean;
22
+ 'observers.json': boolean;
23
+ 'outline_floor_plan.json': boolean;
24
+ 'picture.jpg': boolean;
25
+ 'trade_pro_snapshot.jpg': boolean;
26
+ };
27
+ frame_code: string;
28
+ house_id: string;
29
+ is_ai: boolean;
30
+ outer_edge_group_id: string;
31
+ panorama: {
32
+ list: {
33
+ index: number;
34
+ right: string;
35
+ left: string;
36
+ up: string;
37
+ down: string;
38
+ front: string;
39
+ back: string;
40
+ }[];
41
+ };
42
+ prefix_path: string;
43
+ render_code: string;
44
+ render_type: string;
45
+ resolution_ratio: string;
46
+ source: string;
47
+ status: string;
48
+ style: string;
49
+ union_plan_code: string;
50
+ urls: {
51
+ 'animation.jpg': string;
52
+ 'animation.mp4': string;
53
+ frame_image: string;
54
+ model: string;
55
+ picture: string;
56
+ };
57
+ work_code: string;
58
+ initial: {
59
+ pano_index: number;
60
+ heading: number;
61
+ longitude: number;
62
+ latitude: number;
63
+ fov: number;
64
+ flag_position: number[];
65
+ };
66
+ observers: {
67
+ index: number;
68
+ id: number;
69
+ create_time: string;
70
+ floor_index: number;
71
+ visible_nodes: number[];
72
+ accessible_nodes: number[];
73
+ quaternion: {
74
+ w: number;
75
+ x: number;
76
+ y: number;
77
+ z: number;
78
+ };
79
+ standing_position: number[];
80
+ position: number[];
81
+ }[];
82
+ model: {
83
+ file_url: string;
84
+ material_textures: string[];
85
+ };
86
+ config: {
87
+ Description: {
88
+ virtual_light: {
89
+ 'u-57a9731b-4ceb-451a-9fad-007b29dbebf7': {
90
+ id: string;
91
+ lid: string;
92
+ scene: string;
93
+ balcony: null;
94
+ type: string;
95
+ flag: number;
96
+ hei: number;
97
+ center: number[];
98
+ bbox: number[][];
99
+ area: number;
100
+ pts: number[][];
101
+ size: number[];
102
+ areaid: string;
103
+ };
104
+ 'u-ac0f4c99-a3a9-4c71-b63c-dcf94cda9faf': {
105
+ id: string;
106
+ lid: string;
107
+ scene: string;
108
+ balcony: null;
109
+ type: string;
110
+ flag: number;
111
+ hei: number;
112
+ center: number[];
113
+ bbox: number[][];
114
+ area: number;
115
+ pts: number[][];
116
+ size: number[];
117
+ areaid: string;
118
+ };
119
+ 'u-a410a3f4-f207-42f7-b8be-2fb72be0eb66': {
120
+ id: string;
121
+ lid: string;
122
+ scene: string;
123
+ balcony: null;
124
+ type: string;
125
+ flag: number;
126
+ hei: number;
127
+ center: number[];
128
+ bbox: number[][];
129
+ area: number;
130
+ pts: number[][];
131
+ size: number[];
132
+ areaid: string;
133
+ };
134
+ 'u-5203612c-eb2f-4fa0-b413-6c51de68912f': {
135
+ id: string;
136
+ lid: string;
137
+ scene: string;
138
+ balcony: null;
139
+ type: string;
140
+ flag: number;
141
+ hei: number;
142
+ center: number[];
143
+ bbox: number[][];
144
+ area: number;
145
+ pts: number[][];
146
+ size: number[];
147
+ areaid: string;
148
+ };
149
+ 'u-482bdac1-fcb3-4772-9409-fdc3ef55205e': {
150
+ id: string;
151
+ lid: string;
152
+ scene: string;
153
+ balcony: null;
154
+ type: string;
155
+ flag: number;
156
+ hei: number;
157
+ center: number[];
158
+ bbox: number[][];
159
+ area: number;
160
+ pts: number[][];
161
+ size: number[];
162
+ areaid: string;
163
+ };
164
+ 'u-c9df6914-26a1-4689-a231-7094ca5ad770': {
165
+ id: string;
166
+ lid: string;
167
+ scene: string;
168
+ balcony: null;
169
+ type: string;
170
+ flag: number;
171
+ hei: number;
172
+ center: number[];
173
+ bbox: number[][];
174
+ area: number;
175
+ pts: number[][];
176
+ size: number[];
177
+ areaid: string;
178
+ };
179
+ 'u-1b9c3d86-060d-499e-97bb-1c065c5052a3': {
180
+ id: string;
181
+ lid: string;
182
+ scene: string;
183
+ balcony: null;
184
+ type: string;
185
+ flag: number;
186
+ hei: number;
187
+ center: number[];
188
+ bbox: number[][];
189
+ area: number;
190
+ pts: number[][];
191
+ size: number[];
192
+ areaid: string;
193
+ };
194
+ 'u-cefbb673-2cc9-4e84-8fe1-be438b772e12': {
195
+ id: string;
196
+ lid: string;
197
+ scene: string;
198
+ balcony: null;
199
+ type: string;
200
+ flag: number;
201
+ hei: number;
202
+ center: number[];
203
+ bbox: number[][];
204
+ area: number;
205
+ pts: number[][];
206
+ size: number[];
207
+ areaid: string;
208
+ };
209
+ 'u-d9f43a99-79d7-447c-93a2-f2b040fcc300': {
210
+ id: string;
211
+ lid: string;
212
+ scene: string;
213
+ balcony: null;
214
+ type: string;
215
+ flag: number;
216
+ hei: number;
217
+ center: number[];
218
+ bbox: number[][];
219
+ area: number;
220
+ pts: number[][];
221
+ size: number[];
222
+ areaid: string;
223
+ };
224
+ 'u-268449cd-b522-408f-8414-8b8e23d034d0': {
225
+ id: string;
226
+ lid: string;
227
+ scene: string;
228
+ balcony: null;
229
+ type: string;
230
+ flag: number;
231
+ hei: number;
232
+ center: number[];
233
+ bbox: number[][];
234
+ area: number;
235
+ pts: number[][];
236
+ size: number[];
237
+ areaid: string;
238
+ };
239
+ 'u-07478681-bcd6-4933-9f8c-821686c75677': {
240
+ id: string;
241
+ lid: string;
242
+ scene: string;
243
+ balcony: null;
244
+ type: string;
245
+ flag: number;
246
+ hei: number;
247
+ center: number[];
248
+ bbox: number[][];
249
+ area: number;
250
+ pts: number[][];
251
+ size: number[];
252
+ areaid: string;
253
+ };
254
+ 'u-203552f1-907e-4c04-99e1-7eaaa7be3efb': {
255
+ id: string;
256
+ lid: string;
257
+ scene: string;
258
+ balcony: null;
259
+ type: string;
260
+ flag: number;
261
+ hei: number;
262
+ center: number[];
263
+ bbox: number[][];
264
+ area: number;
265
+ pts: number[][];
266
+ size: number[];
267
+ areaid: string;
268
+ };
269
+ 'u-f88113cd-5d8c-4a1c-8c12-876723149f47': {
270
+ id: string;
271
+ lid: string;
272
+ scene: string;
273
+ balcony: null;
274
+ type: string;
275
+ flag: number;
276
+ hei: number;
277
+ center: number[];
278
+ bbox: number[][];
279
+ area: number;
280
+ pts: number[][];
281
+ size: number[];
282
+ areaid: string;
283
+ };
284
+ 'u-14a37785-aeb2-44d1-b3f3-d0c6e164c3b6': {
285
+ id: string;
286
+ lid: string;
287
+ scene: string;
288
+ balcony: boolean;
289
+ type: string;
290
+ flag: number;
291
+ hei: number;
292
+ center: number[];
293
+ bbox: number[][];
294
+ area: number;
295
+ pts: number[][];
296
+ size: number[];
297
+ areaid: string;
298
+ };
299
+ };
300
+ custom_version: string[];
301
+ abstract_version: string[];
302
+ style: string;
303
+ main_color: null;
304
+ house_info: {
305
+ room_info: {
306
+ 'u-U6bxh0kw93B7W2': {
307
+ function_name: string;
308
+ item_categories: string[];
309
+ };
310
+ 'u-iQKYT9kw93bCz7': {
311
+ function_name: string;
312
+ item_categories: string[];
313
+ };
314
+ 'u-Jkh36EKW93BFEr': {
315
+ function_name: string;
316
+ item_categories: string[];
317
+ };
318
+ 'u-VFwP50Kw93C0d9': {
319
+ function_name: string;
320
+ item_categories: string[];
321
+ };
322
+ 'u-eunc6nKW93DcV2': {
323
+ function_name: string;
324
+ item_categories: string[];
325
+ };
326
+ };
327
+ profile_label: string[];
328
+ family_info: {
329
+ members: {
330
+ Father: {
331
+ Name: string;
332
+ Age: string;
333
+ Gender: string;
334
+ Hobby1: string;
335
+ Hobby2: string;
336
+ Hobby3: string;
337
+ Hobby: string;
338
+ Style: string;
339
+ };
340
+ Mother: {
341
+ Name: string;
342
+ Age: string;
343
+ Gender: string;
344
+ Hobby1: string;
345
+ Hobby2: string;
346
+ Hobby3: string;
347
+ Hobby: string;
348
+ Style: string;
349
+ };
350
+ };
351
+ composition: string;
352
+ };
353
+ house_labels: string[];
354
+ };
355
+ };
356
+ Structure: {
357
+ floorHeight: number;
358
+ floorNumber: number;
359
+ combinedWallFace: boolean;
360
+ withPillar: boolean;
361
+ withBeam: boolean;
362
+ };
363
+ CustomFurniture: {
364
+ __type: string;
365
+ position: number[];
366
+ quaternion: number[];
367
+ components: ({
368
+ __type: string;
369
+ library: number;
370
+ adsorption: null;
371
+ position: number[];
372
+ quaternion: number[];
373
+ scale: number[];
374
+ size: number[];
375
+ matrix: number[];
376
+ matrixWorld: (number | {
377
+ x: number;
378
+ y: number;
379
+ z: number;
380
+ } | null)[];
381
+ name: string;
382
+ type: string[];
383
+ path: string;
384
+ material: number;
385
+ is: string;
386
+ id: string;
387
+ } | {
388
+ __type: string;
389
+ library: number;
390
+ adsorption: null;
391
+ position: number[];
392
+ quaternion: number[];
393
+ scale: number[];
394
+ size: number[];
395
+ matrix: number[];
396
+ matrixWorld: (number | {
397
+ x: number;
398
+ y: number;
399
+ z: number;
400
+ } | null)[];
401
+ name: string;
402
+ type: string[];
403
+ path: string;
404
+ material: null;
405
+ is: string;
406
+ id: string;
407
+ })[];
408
+ componentGroups: never[];
409
+ id: string;
410
+ adsorption: string;
411
+ library: number;
412
+ type: string[];
413
+ scale: number[];
414
+ flipX: boolean;
415
+ roomName: string;
416
+ }[];
417
+ Item: {
418
+ __type: string;
419
+ materials: null;
420
+ library: number;
421
+ adsorption: null;
422
+ position: number[];
423
+ quaternion: number[];
424
+ size: number[];
425
+ matrix: number[];
426
+ matrixWorld: number[];
427
+ name: string;
428
+ type: string[];
429
+ path: string;
430
+ center: number[];
431
+ id: string;
432
+ roomName: string;
433
+ }[];
434
+ Floor: {
435
+ __type: string;
436
+ target: {
437
+ __type: string;
438
+ id: string;
439
+ roomName: string;
440
+ roomType: string;
441
+ };
442
+ material: {
443
+ __type: string;
444
+ type: string;
445
+ value: number;
446
+ };
447
+ }[];
448
+ Ceiling: ({
449
+ __type: string;
450
+ target: {
451
+ __type: string;
452
+ id: string;
453
+ roomName: string;
454
+ roomType: string;
455
+ };
456
+ material: {
457
+ __type: string;
458
+ type: string;
459
+ value: number;
460
+ };
461
+ drop: null;
462
+ roomName: string;
463
+ id: string;
464
+ } | {
465
+ __type: string;
466
+ target: {
467
+ __type: string;
468
+ id: string;
469
+ roomName: string;
470
+ roomType: string;
471
+ };
472
+ material: {
473
+ __type: string;
474
+ type: string;
475
+ value: number;
476
+ };
477
+ drop: {
478
+ __type: string;
479
+ data: {
480
+ polygons: ({
481
+ polygon: number[][];
482
+ holes: {
483
+ id: string;
484
+ value: number[][];
485
+ }[];
486
+ height: number;
487
+ lightray: boolean;
488
+ cornerFlower: null;
489
+ material: {
490
+ __type: string;
491
+ type: string;
492
+ value: number;
493
+ };
494
+ id: number;
495
+ } | {
496
+ polygon: number[][];
497
+ holes: null;
498
+ height: number;
499
+ lightray: boolean;
500
+ cornerFlower: null;
501
+ material: {
502
+ __type: string;
503
+ type: string;
504
+ value: number;
505
+ };
506
+ id: number;
507
+ })[];
508
+ lines: {
509
+ uuid: string;
510
+ parent: (string | number)[];
511
+ lightray: boolean;
512
+ lightrayGap: number;
513
+ name: number;
514
+ value: {
515
+ x: number;
516
+ y: number;
517
+ }[];
518
+ height: number;
519
+ facadeMat: null;
520
+ rightCorner: null;
521
+ bottomCenterCorner: null;
522
+ topCorner: null;
523
+ }[];
524
+ };
525
+ id: string;
526
+ material?: undefined;
527
+ };
528
+ roomName: string;
529
+ id: string;
530
+ } | {
531
+ __type: string;
532
+ target: {
533
+ __type: string;
534
+ id: string;
535
+ roomName: string;
536
+ roomType: string;
537
+ };
538
+ material: {
539
+ __type: string;
540
+ type: string;
541
+ value: number;
542
+ };
543
+ drop: {
544
+ __type: string;
545
+ material: {
546
+ __type: string;
547
+ type: string;
548
+ value: number;
549
+ };
550
+ id: string;
551
+ data?: undefined;
552
+ };
553
+ roomName: string;
554
+ id: string;
555
+ })[];
556
+ WallItem: ({
557
+ __type: string;
558
+ target: {
559
+ __type: string;
560
+ id: string;
561
+ width: number;
562
+ height: number;
563
+ depth: number;
564
+ rotation: number;
565
+ position: number[];
566
+ leftR: null;
567
+ rightR: null;
568
+ };
569
+ flipX: boolean;
570
+ flipZ: boolean;
571
+ item: {
572
+ __type: string;
573
+ materials: null;
574
+ library: number;
575
+ adsorption: null;
576
+ position: number[];
577
+ quaternion: number[];
578
+ size: number[];
579
+ matrix: number[];
580
+ matrixWorld: number[];
581
+ name: string;
582
+ type: string[];
583
+ path: string;
584
+ center: number[];
585
+ id: string;
586
+ };
587
+ rail: boolean;
588
+ maskWallMaterial: {
589
+ __type: string;
590
+ type: string;
591
+ value: number;
592
+ };
593
+ floorBoard?: undefined;
594
+ windowBoard?: undefined;
595
+ } | {
596
+ __type: string;
597
+ target: {
598
+ __type: string;
599
+ id: string;
600
+ width: number;
601
+ height: number;
602
+ depth: number;
603
+ rotation: number;
604
+ position: number[];
605
+ leftR: null;
606
+ rightR: null;
607
+ };
608
+ flipX: boolean;
609
+ flipZ: boolean;
610
+ item: {
611
+ __type: string;
612
+ materials: null;
613
+ library: number;
614
+ adsorption: null;
615
+ position: number[];
616
+ quaternion: number[];
617
+ size: number[];
618
+ matrix: number[];
619
+ matrixWorld: number[];
620
+ name: string;
621
+ type: string[];
622
+ path: string;
623
+ center: number[];
624
+ id: string;
625
+ };
626
+ rail: boolean;
627
+ floorBoard: {
628
+ __type: string;
629
+ material: {
630
+ __type: string;
631
+ type: string;
632
+ value: number;
633
+ };
634
+ };
635
+ maskWallMaterial: {
636
+ __type: string;
637
+ type: string;
638
+ value: number;
639
+ };
640
+ windowBoard?: undefined;
641
+ } | {
642
+ __type: string;
643
+ target: {
644
+ __type: string;
645
+ id: string;
646
+ width: number;
647
+ height: number;
648
+ depth: number;
649
+ rotation: number;
650
+ position: number[];
651
+ leftR: null;
652
+ rightR: null;
653
+ };
654
+ flipX: boolean;
655
+ flipZ: boolean;
656
+ item: {
657
+ __type: string;
658
+ materials: null;
659
+ library: number;
660
+ adsorption: null;
661
+ position: number[];
662
+ quaternion: number[];
663
+ size: number[];
664
+ matrix: number[];
665
+ matrixWorld: number[];
666
+ name: string;
667
+ type: string[];
668
+ path: string;
669
+ center: number[];
670
+ id: string;
671
+ };
672
+ rail: boolean;
673
+ windowBoard: {
674
+ __type: string;
675
+ material: {
676
+ __type: string;
677
+ type: string;
678
+ value: number;
679
+ };
680
+ };
681
+ maskWallMaterial: {
682
+ __type: string;
683
+ type: string;
684
+ value: number;
685
+ };
686
+ floorBoard?: undefined;
687
+ })[];
688
+ Wall: {
689
+ __type: string;
690
+ target: {
691
+ __type: string;
692
+ id: string;
693
+ holes: string[];
694
+ };
695
+ faces: ({
696
+ __type: string;
697
+ isInner: boolean;
698
+ index: number;
699
+ roomName: string;
700
+ roomType: string;
701
+ material: {
702
+ __type: string;
703
+ type: string;
704
+ value: number;
705
+ };
706
+ baseBoard: {
707
+ __type: string;
708
+ material: {
709
+ __type: string;
710
+ type: string;
711
+ value: number;
712
+ };
713
+ roomName: string;
714
+ };
715
+ upBoard: null;
716
+ cornerLines: never[];
717
+ decorationBoards: never[];
718
+ } | {
719
+ __type: string;
720
+ isInner: boolean;
721
+ index: number;
722
+ roomName: string;
723
+ roomType: string;
724
+ material: {
725
+ __type: string;
726
+ type: string;
727
+ value: number;
728
+ };
729
+ upBoard: null;
730
+ cornerLines: never[];
731
+ decorationBoards: never[];
732
+ baseBoard?: undefined;
733
+ } | {
734
+ __type: string;
735
+ index: number;
736
+ isInner: boolean;
737
+ roomName: null;
738
+ material: {
739
+ __type: string;
740
+ type: string;
741
+ value: number;
742
+ };
743
+ baseBoard: null;
744
+ roomType?: undefined;
745
+ upBoard?: undefined;
746
+ cornerLines?: undefined;
747
+ decorationBoards?: undefined;
748
+ })[];
749
+ }[];
750
+ ItemGroup: {
751
+ __type: string;
752
+ adsorption: string;
753
+ position: number[];
754
+ quaternion: number[];
755
+ size: number[];
756
+ matrix: number[];
757
+ matrixWorld: number[];
758
+ items: {
759
+ __type: string;
760
+ materials: null;
761
+ library: number;
762
+ adsorption: null;
763
+ position: number[];
764
+ quaternion: number[];
765
+ size: number[];
766
+ matrix: number[];
767
+ matrixWorld: number[];
768
+ name: string;
769
+ type: string[];
770
+ path: string;
771
+ center: number[];
772
+ id: string;
773
+ roomName: string;
774
+ }[];
775
+ name: string;
776
+ description: string;
777
+ id: string;
778
+ }[];
779
+ PictureCaptures: {
780
+ __type: string;
781
+ position: number[];
782
+ direction: number[];
783
+ fov: number;
784
+ size: string;
785
+ extra: {};
786
+ roomName: string;
787
+ standingPosition: number[];
788
+ }[];
789
+ PanoCaptures: {
790
+ __type: string;
791
+ position: number[];
792
+ direction: number[];
793
+ fov: number;
794
+ size: string;
795
+ extra: {};
796
+ roomName: string;
797
+ standingPosition: number[];
798
+ }[];
799
+ AnimationCaptures: {
800
+ __type: string;
801
+ position: number[];
802
+ direction: number[];
803
+ fov: number;
804
+ size: string;
805
+ extra: {};
806
+ roomName: string;
807
+ standingPosition: number[];
808
+ }[];
809
+ RemakeCaptures: never[];
810
+ };
811
+ manifest: ({
812
+ id: number;
813
+ path: string;
814
+ name: string;
815
+ width: number;
816
+ height: number;
817
+ depth: number;
818
+ matrix: number[];
819
+ information: {};
820
+ areaSize?: undefined;
821
+ customId?: undefined;
822
+ } | {
823
+ id: number;
824
+ path: string;
825
+ name: string;
826
+ width: number;
827
+ height: number;
828
+ depth: number;
829
+ areaSize: number;
830
+ matrix: number[];
831
+ information: {};
832
+ customId: string;
833
+ })[];
834
+ outline_floor_plan: {
835
+ checksum: string;
836
+ index: number;
837
+ url: string;
838
+ }[];
839
+ picture_url: string;
840
+ animation_file_url: string;
841
+ animation_picture_url: string;
842
+ modelAsync: boolean;
843
+ };