@realsee/dnalogel 0.1.2 → 0.1.3

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 (53) hide show
  1. package/data/XJ6NMLWnkAY3Rdx8.d.ts +843 -0
  2. package/data/XJ6NMLWnkAY3Rdx8.js +7987 -0
  3. package/data/jd6oMOzPxnQ3BvxY_B7yw51J9rXlhYhjhGTOgRVqu6WeEqjNX.d.ts +85 -0
  4. package/data/jd6oMOzPxnQ3BvxY_B7yw51J9rXlhYhjhGTOgRVqu6WeEqjNX.js +509 -0
  5. package/data/vLykj3NWrllMrG06.d.ts +2 -0
  6. package/data/vLykj3NWrllMrG06.js +197 -2
  7. package/data/zxMawr9raSg8LYjG.d.ts +53 -0
  8. package/data/zxMawr9raSg8LYjG.js +588 -0
  9. package/package.json +2 -2
  10. package/plugins/AutoPreloadPlugin/index.d.ts +23 -0
  11. package/plugins/AutoPreloadPlugin/index.js +85 -0
  12. package/plugins/CSS3DRenderPlugin/index.d.ts +3 -2
  13. package/plugins/CSS3DRenderPlugin/index.js +49 -44
  14. package/plugins/ModelChassisCompassPlugin/index.d.ts +7 -3
  15. package/plugins/ModelChassisCompassPlugin/index.js +13 -26
  16. package/plugins/ModelEntryDoorGuidePlugin/index.d.ts +13 -1
  17. package/plugins/ModelEntryDoorGuidePlugin/index.js +212 -2
  18. package/plugins/ModelRoomLabelPlugin/Controller.d.ts +35 -0
  19. package/plugins/ModelRoomLabelPlugin/Controller.js +147 -0
  20. package/plugins/ModelRoomLabelPlugin/RoomLabelItem.d.ts +8 -0
  21. package/plugins/ModelRoomLabelPlugin/RoomLabelItem.js +48 -0
  22. package/plugins/ModelRoomLabelPlugin/RoomLabelItems.d.ts +7 -0
  23. package/plugins/ModelRoomLabelPlugin/RoomLabelItems.js +149 -0
  24. package/plugins/ModelRoomLabelPlugin/index.d.ts +8 -0
  25. package/plugins/ModelRoomLabelPlugin/index.js +16 -0
  26. package/plugins/ModelRoomLabelPlugin/typings.d.ts +35 -0
  27. package/plugins/ModelRoomLabelPlugin/typings.js +5 -0
  28. package/plugins/ModelRoomLabelPlugin/utils/parseData.d.ts +3 -0
  29. package/plugins/ModelRoomLabelPlugin/utils/parseData.js +29 -0
  30. package/plugins/PanoMaskSelectorPlugin/compare.d.ts +1 -0
  31. package/plugins/PanoMaskSelectorPlugin/compare.js +15 -0
  32. package/plugins/PanoMaskSelectorPlugin/createBox.d.ts +7 -0
  33. package/plugins/PanoMaskSelectorPlugin/createBox.js +61 -0
  34. package/plugins/PanoMaskSelectorPlugin/createTextures.d.ts +3 -0
  35. package/plugins/PanoMaskSelectorPlugin/createTextures.js +29 -0
  36. package/plugins/PanoMaskSelectorPlugin/fragmentShader.d.ts +1 -0
  37. package/plugins/PanoMaskSelectorPlugin/fragmentShader.js +8 -0
  38. package/plugins/PanoMaskSelectorPlugin/index.d.ts +49 -0
  39. package/plugins/PanoMaskSelectorPlugin/index.js +262 -0
  40. package/plugins/PanoMaskSelectorPlugin/vertexShader.d.ts +1 -0
  41. package/plugins/PanoMaskSelectorPlugin/vertexShader.js +8 -0
  42. package/plugins/floorplan/ModelFloorplanPlugin/components/Camera.js +4 -2
  43. package/plugins/floorplan/ModelFloorplanPlugin/components/Compass.js +2 -1
  44. package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RoomLabels.js +5 -2
  45. package/plugins/floorplan/ModelFloorplanPlugin/components/index.js +1 -1
  46. package/shared-utils/createCanvasTextTexture.d.ts +8 -0
  47. package/shared-utils/createCanvasTextTexture.js +29 -0
  48. package/shared-utils/three/transfromToMeshBasicMaterial.d.ts +2 -0
  49. package/shared-utils/three/transfromToMeshBasicMaterial.js +27 -0
  50. package/typedoc/plugins.d.ts +2 -0
  51. package/typedoc/plugins.js +39 -1
  52. package/data/wYnRjQ4KZoV1yPoG.d.ts +0 -114
  53. package/data/wYnRjQ4KZoV1yPoG.js +0 -512
@@ -0,0 +1,85 @@
1
+ declare const _default: {
2
+ auto_floor_plan_checksum: string;
3
+ code: string;
4
+ create_time: string;
5
+ editor_type: number;
6
+ hierarchy_floor_plan: {
7
+ checksum: string;
8
+ index: number;
9
+ url: string;
10
+ }[];
11
+ house_layout: string;
12
+ initial: {
13
+ flag_position: number[];
14
+ fov: number;
15
+ heading: number;
16
+ latitude: number;
17
+ longitude: number;
18
+ pano: number;
19
+ pano_index: number;
20
+ };
21
+ is_active: number;
22
+ machine: {
23
+ create_time: string;
24
+ create_user: string;
25
+ name: string;
26
+ principle: string;
27
+ };
28
+ machine_id: string;
29
+ machine_version: string;
30
+ model: {
31
+ file_url: string;
32
+ material_base_url: string;
33
+ material_textures: string[];
34
+ modify_time: string;
35
+ score: number;
36
+ type: number;
37
+ };
38
+ name: string;
39
+ observers: {
40
+ accessible_nodes: number[];
41
+ floor_index: number;
42
+ index: number;
43
+ offset_point_count: number;
44
+ position: number[];
45
+ quaternion: {
46
+ w: number;
47
+ x: number;
48
+ y: number;
49
+ z: number;
50
+ };
51
+ standing_position: number[];
52
+ visible_nodes: number[];
53
+ }[];
54
+ outline_floor_plan: {
55
+ checksum: string;
56
+ index: number;
57
+ url: string;
58
+ }[];
59
+ panorama: {
60
+ base_url: string;
61
+ count: number;
62
+ list: {
63
+ back: string;
64
+ down: string;
65
+ front: string;
66
+ index: number;
67
+ left: string;
68
+ right: string;
69
+ up: string;
70
+ }[];
71
+ type: number;
72
+ work_code: string;
73
+ };
74
+ picture_checksum: string;
75
+ picture_url: string;
76
+ project_id: string;
77
+ standard_floor_plan_checksum: string;
78
+ standard_floor_plan_url: string;
79
+ status: number;
80
+ title: string;
81
+ title_picture_checksum: string;
82
+ title_picture_url: string;
83
+ user_id: number;
84
+ };
85
+ export default _default;
@@ -0,0 +1,509 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _default = {
8
+ auto_floor_plan_checksum: 'aed8bc7ab26ecf872eab5f7e021c1468',
9
+ code: 'jd6oMOzPxnQ3BvxY',
10
+ create_time: '2020-09-21T16:51:35+08:00',
11
+ editor_type: 2,
12
+ hierarchy_floor_plan: [{
13
+ checksum: '0b2ea64f1c69168a37158c50bfa6f826',
14
+ index: 0,
15
+ url: 'https://vrlab-public.ljcdn.com/release/vrcustomer/hierarchy_0_8d91b8c3-dad7-46ce-a59d-5f5f9c69886f.png'
16
+ }],
17
+ house_layout: '{"bedroom_amount":3,"parlor_amount":1,"cookroom_amount":1,"toilet_amount":1}',
18
+ initial: {
19
+ flag_position: [-0.9130508762958334, -1.11370560835245, -0.24353941878694424],
20
+ fov: 95,
21
+ heading: 0,
22
+ latitude: 0,
23
+ longitude: 4.400505948239804,
24
+ pano: 1,
25
+ pano_index: 1
26
+ },
27
+ is_active: 1,
28
+ machine: {
29
+ create_time: '2020年09月21日 16:51',
30
+ create_user: '专业摄影师',
31
+ name: '黎曼',
32
+ principle: '结构光'
33
+ },
34
+ machine_id: 'RA02332',
35
+ machine_version: '3',
36
+ model: {
37
+ file_url: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/model/auto3d-qeu5ywEpiJzg5gaC9QpWyy.at3d',
38
+ material_base_url: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/materials/',
39
+ material_textures: ['https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/materials/texture_0.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/materials/texture_1.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/materials/texture_2.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/materials/texture_3.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/materials/texture_4.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/materials/texture_5.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/materials/texture_6.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/materials/texture_7.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/materials/texture_8.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/materials/texture_9.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/materials/texture_10.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/materials/texture_11.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/materials/texture_12.jpg'],
40
+ modify_time: '2020-09-21T17:20:45+08:00',
41
+ score: 83.82,
42
+ type: 0
43
+ },
44
+ name: '贝壳·如视 | 真实,如你所视',
45
+ observers: [{
46
+ accessible_nodes: [1, 2, 6, 7, 8, 10, 14, 15, 16],
47
+ floor_index: 0,
48
+ index: 0,
49
+ offset_point_count: 6573,
50
+ position: [-3.430150032043457, 0.018071100115776062, -1.9207799434661865],
51
+ quaternion: {
52
+ w: -0.989085273721542,
53
+ x: 0.003238631961863086,
54
+ y: -0.14717795935761704,
55
+ z: -0.006204243743046776
56
+ },
57
+ standing_position: [-3.430150032043457, -1.1133381217676959, -1.9207799434661865],
58
+ visible_nodes: [1, 2, 6, 7, 8, 10, 14, 15, 16]
59
+ }, {
60
+ accessible_nodes: [0, 3, 6, 8, 9, 10, 14, 15, 16],
61
+ floor_index: 0,
62
+ index: 1,
63
+ offset_point_count: 3293,
64
+ position: [-3.7095398902893066, 0.017862999811768532, -0.3837150037288666],
65
+ quaternion: {
66
+ w: -0.5378445092598537,
67
+ x: 0.0001340429872279609,
68
+ y: -0.8430356295255136,
69
+ z: -0.003769128668192933
70
+ },
71
+ standing_position: [-3.7095398902893066, -1.11370560835245, -0.3837150037288666],
72
+ visible_nodes: [0, 3, 6, 8, 9, 10, 14, 15, 16]
73
+ }, {
74
+ accessible_nodes: [0, 3, 4],
75
+ floor_index: 0,
76
+ index: 2,
77
+ offset_point_count: 1841,
78
+ position: [-2.31892991065979, 0.008750589564442635, -2.053270101547241],
79
+ quaternion: {
80
+ w: 0.4337316014651306,
81
+ x: -0.00471810171258783,
82
+ y: -0.9010084932574741,
83
+ z: -0.006190308942413364
84
+ },
85
+ standing_position: [-2.31892991065979, -1.1133908762806561, -2.053270101547241],
86
+ visible_nodes: [0, 3, 4]
87
+ }, {
88
+ accessible_nodes: [1, 2, 4],
89
+ floor_index: 0,
90
+ index: 3,
91
+ offset_point_count: 2379,
92
+ position: [-1.9788000583648682, 0.0072142197750508785, -3.802309989929199],
93
+ quaternion: {
94
+ w: -0.9064472082570724,
95
+ x: 0.008106068582235244,
96
+ y: 0.42204014256261446,
97
+ z: 0.0130335520418885
98
+ },
99
+ standing_position: [-1.9788000583648682, -1.1130612357119551, -3.802309989929199],
100
+ visible_nodes: [1, 2, 4]
101
+ }, {
102
+ accessible_nodes: [2, 3, 5],
103
+ floor_index: 0,
104
+ index: 4,
105
+ offset_point_count: 751,
106
+ position: [-2.3900299072265625, 0.004910539835691452, -5.7006402015686035],
107
+ quaternion: {
108
+ w: -0.9739380628682965,
109
+ x: -0.00502326215894827,
110
+ y: -0.22675746465624044,
111
+ z: -0.0006735229018219181
112
+ },
113
+ standing_position: [-2.3900299072265625, -1.1150510259320234, -5.7006402015686035],
114
+ visible_nodes: [2, 3, 5]
115
+ }, {
116
+ accessible_nodes: [4],
117
+ floor_index: 0,
118
+ index: 5,
119
+ offset_point_count: 680,
120
+ position: [-3.222490072250366, 0.008529409766197205, -5.840260028839111],
121
+ quaternion: {
122
+ w: -0.8008381930422249,
123
+ x: 0.00039689477822813196,
124
+ y: -0.5988566243157812,
125
+ z: -0.005367157992855828
126
+ },
127
+ standing_position: [-3.222490072250366, -1.1136373571706892, -5.840260028839111],
128
+ visible_nodes: [4]
129
+ }, {
130
+ accessible_nodes: [0, 1, 7, 8, 14, 15, 16],
131
+ floor_index: 0,
132
+ index: 6,
133
+ offset_point_count: 1177,
134
+ position: [-3.436269998550415, 0.011738499626517296, -3.0659399032592773],
135
+ quaternion: {
136
+ w: -0.9196292468464603,
137
+ x: 0.007112508924359496,
138
+ y: -0.3926970813999781,
139
+ z: 0.004522793200545717
140
+ },
141
+ standing_position: [-3.436269998550415, -1.1131451928487355, -3.0659399032592773],
142
+ visible_nodes: [0, 1, 7, 8, 14, 15, 16]
143
+ }, {
144
+ accessible_nodes: [0, 6, 8, 11],
145
+ floor_index: 0,
146
+ index: 7,
147
+ offset_point_count: 394,
148
+ position: [-3.6748299598693848, -0.003179490100592375, -3.7783000469207764],
149
+ quaternion: {
150
+ w: -0.9464840604409244,
151
+ x: 0.00892357841384773,
152
+ y: -0.3225910441784086,
153
+ z: 0.004826404383832336
154
+ },
155
+ standing_position: [-3.6748299598693848, -1.11299778983609, -3.7783000469207764],
156
+ visible_nodes: [0, 6, 8, 11]
157
+ }, {
158
+ accessible_nodes: [0, 1, 6, 7, 9, 10, 14, 15, 16, 17, 18],
159
+ floor_index: 0,
160
+ index: 8,
161
+ offset_point_count: 5909,
162
+ position: [-2.841779947280884, 0.017803499475121498, 0.5038179755210876],
163
+ quaternion: {
164
+ w: 0.6783540282339365,
165
+ x: -0.001212015189926618,
166
+ y: -0.7346661807130643,
167
+ z: -0.009997054797191016
168
+ },
169
+ standing_position: [-2.841779947280884, -1.1139173760093757, 0.5038179755210876],
170
+ visible_nodes: [0, 1, 6, 7, 9, 10, 14, 15, 16, 17, 18]
171
+ }, {
172
+ accessible_nodes: [1, 8, 10, 14, 16, 17],
173
+ floor_index: 0,
174
+ index: 9,
175
+ offset_point_count: 1231,
176
+ position: [-0.6371009945869446, 0.01774520054459572, 0.6157640218734741],
177
+ quaternion: {
178
+ w: -0.9433675967029996,
179
+ x: 0.006560135171246665,
180
+ y: -0.33163820221554347,
181
+ z: 0.005535274938686342
182
+ },
183
+ standing_position: [-0.6371009945869446, -1.1140405662599202, 0.6157640218734741],
184
+ visible_nodes: [1, 8, 10, 14, 16, 17]
185
+ }, {
186
+ accessible_nodes: [0, 1, 8, 9, 11, 12],
187
+ floor_index: 0,
188
+ index: 10,
189
+ offset_point_count: 4322,
190
+ position: [-1.5579299926757812, 0.023390699177980423, 2.3980400562286377],
191
+ quaternion: {
192
+ w: 0.3622333835905008,
193
+ x: 0.004104938580523103,
194
+ y: -0.9320412580107872,
195
+ z: -0.008319828751056961
196
+ },
197
+ standing_position: [-1.5579299926757812, -1.1143527844749628, 2.3980400562286377],
198
+ visible_nodes: [0, 1, 8, 9, 11, 12]
199
+ }, {
200
+ accessible_nodes: [7, 10, 12],
201
+ floor_index: 0,
202
+ index: 11,
203
+ offset_point_count: 4708,
204
+ position: [-1.3674999475479126, 0.026045100763440132, 4.396009922027588],
205
+ quaternion: {
206
+ w: 0.5185370294576233,
207
+ x: 0.003703136286039047,
208
+ y: -0.8550269410004673,
209
+ z: -0.005877862801058266
210
+ },
211
+ standing_position: [-1.3674999475479126, -1.1147835692493964, 4.396009922027588],
212
+ visible_nodes: [7, 10, 12]
213
+ }, {
214
+ accessible_nodes: [10, 11, 13],
215
+ floor_index: 0,
216
+ index: 12,
217
+ offset_point_count: 2071,
218
+ position: [-1.1632299423217773, 0.027289800345897675, 6.461870193481445],
219
+ quaternion: {
220
+ w: -0.0037028337577882996,
221
+ x: 0.008951636891445505,
222
+ y: -0.9999039275988303,
223
+ z: -0.009914452903694066
224
+ },
225
+ standing_position: [-1.1632299423217773, -1.1152325805668877, 6.461870193481445],
226
+ visible_nodes: [10, 11, 13]
227
+ }, {
228
+ accessible_nodes: [12],
229
+ floor_index: 0,
230
+ index: 13,
231
+ offset_point_count: 1669,
232
+ position: [-0.2940880060195923, 0.025459500029683113, 6.9311299324035645],
233
+ quaternion: {
234
+ w: 0.8544306311546163,
235
+ x: 0.0004961463249251912,
236
+ y: -0.5194534013976637,
237
+ z: -0.010779597811301287
238
+ },
239
+ standing_position: [-0.2940880060195923, -1.115373238466142, 6.9311299324035645],
240
+ visible_nodes: [12]
241
+ }, {
242
+ accessible_nodes: [0, 1, 6, 8, 9, 15, 16],
243
+ floor_index: 0,
244
+ index: 14,
245
+ offset_point_count: 4861,
246
+ position: [-3.9490299224853516, 0.023371299728751183, 2.2563400268554688],
247
+ quaternion: {
248
+ w: -0.24002868162604082,
249
+ x: 0.009990929774077957,
250
+ y: -0.9706858627657254,
251
+ z: -0.007440866520056428
252
+ },
253
+ standing_position: [-3.9490299224853516, -1.1142302520291398, 2.2563400268554688],
254
+ visible_nodes: [0, 1, 6, 8, 9, 15, 16]
255
+ }, {
256
+ accessible_nodes: [0, 1, 6, 8, 14, 16],
257
+ floor_index: 0,
258
+ index: 15,
259
+ offset_point_count: 1148,
260
+ position: [-4.077690124511719, 0.021678300574421883, 4.011050224304199],
261
+ quaternion: {
262
+ w: 0.09170607987926703,
263
+ x: 0.005138054812279162,
264
+ y: -0.9957436862733897,
265
+ z: -0.0076233711504389646
266
+ },
267
+ standing_position: [-4.077690124511719, -1.1145934462841778, 4.011050224304199],
268
+ visible_nodes: [0, 1, 6, 8, 14, 16]
269
+ }, {
270
+ accessible_nodes: [0, 1, 6, 8, 9, 14, 15, 17],
271
+ floor_index: 0,
272
+ index: 16,
273
+ offset_point_count: 3288,
274
+ position: [-3.833250045776367, 0.01999020017683506, 1.346369981765747],
275
+ quaternion: {
276
+ w: -0.7136433986699771,
277
+ x: 0.010795636882410697,
278
+ y: -0.700424092451111,
279
+ z: 0.0016189456884060957
280
+ },
281
+ standing_position: [-3.833250045776367, -1.1140563261095286, 1.346369981765747],
282
+ visible_nodes: [0, 1, 6, 8, 9, 14, 15, 17]
283
+ }, {
284
+ accessible_nodes: [8, 9, 16, 18, 19],
285
+ floor_index: 0,
286
+ index: 17,
287
+ offset_point_count: 1401,
288
+ position: [-5.840350151062012, 0.01806499995291233, 1.4736700057983398],
289
+ quaternion: {
290
+ w: -0.6981996098963569,
291
+ x: 0.010659313671587132,
292
+ y: -0.7158175025379979,
293
+ z: -0.002997937723264997
294
+ },
295
+ standing_position: [-5.840350151062012, -1.1139910875476793, 1.4736700057983398],
296
+ visible_nodes: [8, 9, 16, 18, 19]
297
+ }, {
298
+ accessible_nodes: [8, 17, 19],
299
+ floor_index: 0,
300
+ index: 18,
301
+ offset_point_count: 3056,
302
+ position: [-5.922100067138672, 0.023484699428081512, 2.230710029602051],
303
+ quaternion: {
304
+ w: -0.7469539506562336,
305
+ x: 0.0048913814465065325,
306
+ y: -0.6648494097135921,
307
+ z: -0.0033333608573649816
308
+ },
309
+ standing_position: [-5.922100067138672, -1.1141469610549704, 2.230710029602051],
310
+ visible_nodes: [8, 17, 19]
311
+ }, {
312
+ accessible_nodes: [17, 18],
313
+ floor_index: 0,
314
+ index: 19,
315
+ offset_point_count: 513,
316
+ position: [-6.761740207672119, 0.022394400089979172, 4.034029960632324],
317
+ quaternion: {
318
+ w: -0.8196478492992725,
319
+ x: 0.0073670371175836285,
320
+ y: -0.5728124473163854,
321
+ z: -0.003005125095976417
322
+ },
323
+ standing_position: [-6.761740207672119, -1.1144843655365237, 4.034029960632324],
324
+ visible_nodes: [17, 18]
325
+ }],
326
+ outline_floor_plan: [{
327
+ checksum: '06ce13857ada6c86397135f37f260b83',
328
+ index: 0,
329
+ url: 'https://vrlab-public.ljcdn.com/release/vrcustomer/outline_0_8d91b8c3-dad7-46ce-a59d-5f5f9c69886f.png'
330
+ }],
331
+ panorama: {
332
+ base_url: 'http://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/',
333
+ count: 20,
334
+ list: [{
335
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/0/9027712962ae76abc5686a0fa93f889e/0_b.jpg',
336
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/0/9027712962ae76abc5686a0fa93f889e/0_d.jpg',
337
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/0/9027712962ae76abc5686a0fa93f889e/0_f.jpg',
338
+ index: 0,
339
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/0/9027712962ae76abc5686a0fa93f889e/0_l.jpg',
340
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/0/9027712962ae76abc5686a0fa93f889e/0_r.jpg',
341
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/0/9027712962ae76abc5686a0fa93f889e/0_u.jpg'
342
+ }, {
343
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/1/9aec4c388fe2dae5488131eef5565ece/1_b_BeUhHE.jpg',
344
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/1/9aec4c388fe2dae5488131eef5565ece/1_d.jpg',
345
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/1/9aec4c388fe2dae5488131eef5565ece/1_f.jpg',
346
+ index: 1,
347
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/1/9aec4c388fe2dae5488131eef5565ece/1_l_CyYGuz.jpg',
348
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/1/9aec4c388fe2dae5488131eef5565ece/1_r.jpg',
349
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/1/9aec4c388fe2dae5488131eef5565ece/1_u.jpg'
350
+ }, {
351
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/2/465cd2abfd09c931f171d0603d0a34bf/2_b.jpg',
352
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/2/465cd2abfd09c931f171d0603d0a34bf/2_d.jpg',
353
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/2/465cd2abfd09c931f171d0603d0a34bf/2_f.jpg',
354
+ index: 2,
355
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/2/465cd2abfd09c931f171d0603d0a34bf/2_l.jpg',
356
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/2/465cd2abfd09c931f171d0603d0a34bf/2_r.jpg',
357
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/2/465cd2abfd09c931f171d0603d0a34bf/2_u.jpg'
358
+ }, {
359
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/3/26719aea4175b898173145bce07e2b93/3_b.jpg',
360
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/3/26719aea4175b898173145bce07e2b93/3_d.jpg',
361
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/3/26719aea4175b898173145bce07e2b93/3_f.jpg',
362
+ index: 3,
363
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/3/26719aea4175b898173145bce07e2b93/3_l.jpg',
364
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/3/26719aea4175b898173145bce07e2b93/3_r.jpg',
365
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/3/26719aea4175b898173145bce07e2b93/3_u.jpg'
366
+ }, {
367
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/4/40c264133d0b30a5cb4b423f09890a41/4_b.jpg',
368
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/4/40c264133d0b30a5cb4b423f09890a41/4_d.jpg',
369
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/4/40c264133d0b30a5cb4b423f09890a41/4_f.jpg',
370
+ index: 4,
371
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/4/40c264133d0b30a5cb4b423f09890a41/4_l.jpg',
372
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/4/40c264133d0b30a5cb4b423f09890a41/4_r.jpg',
373
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/4/40c264133d0b30a5cb4b423f09890a41/4_u.jpg'
374
+ }, {
375
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/5/40c42cd098ad71110cd79916ea11ac2e/5_b.jpg',
376
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/5/40c42cd098ad71110cd79916ea11ac2e/5_d.jpg',
377
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/5/40c42cd098ad71110cd79916ea11ac2e/5_f.jpg',
378
+ index: 5,
379
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/5/40c42cd098ad71110cd79916ea11ac2e/5_l.jpg',
380
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/5/40c42cd098ad71110cd79916ea11ac2e/5_r.jpg',
381
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/5/40c42cd098ad71110cd79916ea11ac2e/5_u.jpg'
382
+ }, {
383
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/6/1c249cfe3456a3b6a26281a59658ee52/6_b.jpg',
384
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/6/1c249cfe3456a3b6a26281a59658ee52/6_d.jpg',
385
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/6/1c249cfe3456a3b6a26281a59658ee52/6_f.jpg',
386
+ index: 6,
387
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/6/1c249cfe3456a3b6a26281a59658ee52/6_l.jpg',
388
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/6/1c249cfe3456a3b6a26281a59658ee52/6_r.jpg',
389
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/6/1c249cfe3456a3b6a26281a59658ee52/6_u.jpg'
390
+ }, {
391
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/7/275d22f2cc3873610cb8b141b404c279/7_b.jpg',
392
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/7/275d22f2cc3873610cb8b141b404c279/7_d.jpg',
393
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/7/275d22f2cc3873610cb8b141b404c279/7_f.jpg',
394
+ index: 7,
395
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/7/275d22f2cc3873610cb8b141b404c279/7_l.jpg',
396
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/7/275d22f2cc3873610cb8b141b404c279/7_r.jpg',
397
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/7/275d22f2cc3873610cb8b141b404c279/7_u.jpg'
398
+ }, {
399
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/8/6080697d5b078fc04827e58819f8f262/8_b.jpg',
400
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/8/6080697d5b078fc04827e58819f8f262/8_d.jpg',
401
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/8/6080697d5b078fc04827e58819f8f262/8_f.jpg',
402
+ index: 8,
403
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/8/6080697d5b078fc04827e58819f8f262/8_l.jpg',
404
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/8/6080697d5b078fc04827e58819f8f262/8_r.jpg',
405
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/8/6080697d5b078fc04827e58819f8f262/8_u.jpg'
406
+ }, {
407
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/9/0f93665c4f89a121a28a206c11debb97/9_b.jpg',
408
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/9/0f93665c4f89a121a28a206c11debb97/9_d.jpg',
409
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/9/0f93665c4f89a121a28a206c11debb97/9_f.jpg',
410
+ index: 9,
411
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/9/0f93665c4f89a121a28a206c11debb97/9_l.jpg',
412
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/9/0f93665c4f89a121a28a206c11debb97/9_r.jpg',
413
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/9/0f93665c4f89a121a28a206c11debb97/9_u.jpg'
414
+ }, {
415
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/10/3fc0303ee0741969d23877bf111eb276/10_b.jpg',
416
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/10/3fc0303ee0741969d23877bf111eb276/10_d.jpg',
417
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/10/3fc0303ee0741969d23877bf111eb276/10_f.jpg',
418
+ index: 10,
419
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/10/3fc0303ee0741969d23877bf111eb276/10_l.jpg',
420
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/10/3fc0303ee0741969d23877bf111eb276/10_r.jpg',
421
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/10/3fc0303ee0741969d23877bf111eb276/10_u.jpg'
422
+ }, {
423
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/11/380e7befbe739403459a99126a484e68/11_b.jpg',
424
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/11/380e7befbe739403459a99126a484e68/11_d.jpg',
425
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/11/380e7befbe739403459a99126a484e68/11_f_aPtlEw.jpg',
426
+ index: 11,
427
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/11/380e7befbe739403459a99126a484e68/11_l.jpg',
428
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/11/380e7befbe739403459a99126a484e68/11_r.jpg',
429
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/11/380e7befbe739403459a99126a484e68/11_u.jpg'
430
+ }, {
431
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/12/a4e0da9ca349648d9b464cbdd82d6461/12_b.jpg',
432
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/12/a4e0da9ca349648d9b464cbdd82d6461/12_d.jpg',
433
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/12/a4e0da9ca349648d9b464cbdd82d6461/12_f_OpLQvQ.jpg',
434
+ index: 12,
435
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/12/a4e0da9ca349648d9b464cbdd82d6461/12_l.jpg',
436
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/12/a4e0da9ca349648d9b464cbdd82d6461/12_r.jpg',
437
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/12/a4e0da9ca349648d9b464cbdd82d6461/12_u.jpg'
438
+ }, {
439
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/13/fae7ea7b1e452880739b4154cf3ec008/13_b.jpg',
440
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/13/fae7ea7b1e452880739b4154cf3ec008/13_d.jpg',
441
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/13/fae7ea7b1e452880739b4154cf3ec008/13_f.jpg',
442
+ index: 13,
443
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/13/fae7ea7b1e452880739b4154cf3ec008/13_l.jpg',
444
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/13/fae7ea7b1e452880739b4154cf3ec008/13_r_kdHVsN.jpg',
445
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/13/fae7ea7b1e452880739b4154cf3ec008/13_u.jpg'
446
+ }, {
447
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/14/61adf6d60ccf0b9686d484965af0a690/14_b.jpg',
448
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/14/61adf6d60ccf0b9686d484965af0a690/14_d.jpg',
449
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/14/61adf6d60ccf0b9686d484965af0a690/14_f.jpg',
450
+ index: 14,
451
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/14/61adf6d60ccf0b9686d484965af0a690/14_l.jpg',
452
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/14/61adf6d60ccf0b9686d484965af0a690/14_r.jpg',
453
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/14/61adf6d60ccf0b9686d484965af0a690/14_u.jpg'
454
+ }, {
455
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/15/9801f4bdae5467b15e83be9da4f5d16a/15_b.jpg',
456
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/15/9801f4bdae5467b15e83be9da4f5d16a/15_d.jpg',
457
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/15/9801f4bdae5467b15e83be9da4f5d16a/15_f.jpg',
458
+ index: 15,
459
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/15/9801f4bdae5467b15e83be9da4f5d16a/15_l.jpg',
460
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/15/9801f4bdae5467b15e83be9da4f5d16a/15_r.jpg',
461
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/15/9801f4bdae5467b15e83be9da4f5d16a/15_u.jpg'
462
+ }, {
463
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/16/d395712ff07be2a5f749873901107596/16_b.jpg',
464
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/16/d395712ff07be2a5f749873901107596/16_d.jpg',
465
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/16/d395712ff07be2a5f749873901107596/16_f.jpg',
466
+ index: 16,
467
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/16/d395712ff07be2a5f749873901107596/16_l.jpg',
468
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/16/d395712ff07be2a5f749873901107596/16_r.jpg',
469
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/16/d395712ff07be2a5f749873901107596/16_u.jpg'
470
+ }, {
471
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/17/46a2f1b8ea02b8fcdf5007e02bd2e628/17_b.jpg',
472
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/17/46a2f1b8ea02b8fcdf5007e02bd2e628/17_d.jpg',
473
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/17/46a2f1b8ea02b8fcdf5007e02bd2e628/17_f.jpg',
474
+ index: 17,
475
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/17/46a2f1b8ea02b8fcdf5007e02bd2e628/17_l.jpg',
476
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/17/46a2f1b8ea02b8fcdf5007e02bd2e628/17_r.jpg',
477
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/17/46a2f1b8ea02b8fcdf5007e02bd2e628/17_u.jpg'
478
+ }, {
479
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/18/c0e4c11f4088ce9778f7e5972bd66d99/18_b.jpg',
480
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/18/c0e4c11f4088ce9778f7e5972bd66d99/18_d.jpg',
481
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/18/c0e4c11f4088ce9778f7e5972bd66d99/18_f.jpg',
482
+ index: 18,
483
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/18/c0e4c11f4088ce9778f7e5972bd66d99/18_l.jpg',
484
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/18/c0e4c11f4088ce9778f7e5972bd66d99/18_r.jpg',
485
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/18/c0e4c11f4088ce9778f7e5972bd66d99/18_u.jpg'
486
+ }, {
487
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/19/c700e846cc5866fb32dd62f8ef72604f/19_b_QXmsem.jpg',
488
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/19/c700e846cc5866fb32dd62f8ef72604f/19_d.jpg',
489
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/19/c700e846cc5866fb32dd62f8ef72604f/19_f.jpg',
490
+ index: 19,
491
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/19/c700e846cc5866fb32dd62f8ef72604f/19_l.jpg',
492
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/19/c700e846cc5866fb32dd62f8ef72604f/19_r.jpg',
493
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/images/cube_2048/19/c700e846cc5866fb32dd62f8ef72604f/19_u.jpg'
494
+ }],
495
+ type: 0,
496
+ work_code: 'jd6oMOzPxnQ3BvxY'
497
+ },
498
+ picture_checksum: 'ad45dd34089bbb14656d24c3b2fd8e84',
499
+ picture_url: 'https://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/screenshot/1600658105_1/pc0_r0NZn6ojF.jpg',
500
+ project_id: 'auto3d-qeu5ywEpiJzg5gaC9QpWyy',
501
+ standard_floor_plan_checksum: '',
502
+ standard_floor_plan_url: '',
503
+ status: 1,
504
+ title: '7465afe7417649efb3c8f0ecbbb67589',
505
+ title_picture_checksum: '6ba53322ba52936846fd50a2b72ab375',
506
+ title_picture_url: 'http://vrlab-public.ljcdn.com/release/auto3dhd/7465afe7417649efb3c8f0ecbbb67589/screenshot/1600658105_1/pc1_bafKlDk3C_2.jpg',
507
+ user_id: 1000000020199196
508
+ };
509
+ exports["default"] = _default;
@@ -1,4 +1,5 @@
1
1
  import { FloorplanServerData } from '../plugins/floorplan/typings/floorplanServerData';
2
+ import { ModelRoomLabelPluginData } from '../plugins/ModelRoomLabelPlugin/typings';
2
3
  declare const _default: {
3
4
  auto_floor_plan_checksum: string;
4
5
  auto_floor_plan_url: string;
@@ -87,3 +88,4 @@ declare const _default: {
87
88
  };
88
89
  export default _default;
89
90
  export declare const floorplanServerData: FloorplanServerData;
91
+ export declare const modelRoomLabels: ModelRoomLabelPluginData;