@realsee/dnalogel 0.1.0

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 (271) hide show
  1. package/README.md +94 -0
  2. package/TERMS.txt +56 -0
  3. package/components/ARVideoFigure/ARVideoFigureMesh.d.ts +44 -0
  4. package/components/ARVideoFigure/ARVideoFigureMesh.js +347 -0
  5. package/components/ARVideoFigure/ARVideoFigureScene.d.ts +11 -0
  6. package/components/ARVideoFigure/ARVideoFigureScene.js +74 -0
  7. package/components/ARVideoFigure/ImgBgTransparent.d.ts +16 -0
  8. package/components/ARVideoFigure/ImgBgTransparent.js +49 -0
  9. package/components/ARVideoFigure/ImgBgTransparentMesh.d.ts +30 -0
  10. package/components/ARVideoFigure/ImgBgTransparentMesh.js +173 -0
  11. package/components/ARVideoFigure/fragmentShader.d.ts +5 -0
  12. package/components/ARVideoFigure/fragmentShader.js +16 -0
  13. package/components/ARVideoFigure/index.d.ts +15 -0
  14. package/components/ARVideoFigure/index.js +64 -0
  15. package/components/ARVideoFigure/vertexShader.d.ts +1 -0
  16. package/components/ARVideoFigure/vertexShader.js +8 -0
  17. package/components/GlassFilters/index.d.ts +32 -0
  18. package/components/GlassFilters/index.js +54 -0
  19. package/components/ModelView/ModelViewController.d.ts +18 -0
  20. package/components/ModelView/ModelViewController.js +147 -0
  21. package/components/ModelView/index.d.ts +10 -0
  22. package/components/ModelView/index.js +22 -0
  23. package/components/PBRView/index.d.ts +14 -0
  24. package/components/PBRView/index.js +31 -0
  25. package/components/PaintBrush/index.d.ts +16 -0
  26. package/components/PaintBrush/index.js +33 -0
  27. package/components/PanoTag/index.d.ts +4 -0
  28. package/components/PanoTag/index.js +11 -0
  29. package/custom.d.js +3 -0
  30. package/data/1aGKl9JmrlXMXx8d.d.ts +104 -0
  31. package/data/1aGKl9JmrlXMXx8d.js +535 -0
  32. package/data/6gyq3v1verxD7JO1.d.ts +104 -0
  33. package/data/6gyq3v1verxD7JO1.js +460 -0
  34. package/data/KpokNd82rwjhackhQTBEoYKHg8zGbPXe.d.ts +84 -0
  35. package/data/KpokNd82rwjhackhQTBEoYKHg8zGbPXe.js +598 -0
  36. package/data/PrXel3aqGbp34JQn.d.ts +389 -0
  37. package/data/PrXel3aqGbp34JQn.js +4639 -0
  38. package/data/YdoNP9K4rwQDwjJr.d.ts +83 -0
  39. package/data/YdoNP9K4rwQDwjJr.js +1451 -0
  40. package/data/auto3d-njL5J99VwCmnjtQElOmXQr.d.ts +86 -0
  41. package/data/auto3d-njL5J99VwCmnjtQElOmXQr.js +709 -0
  42. package/data/oPzy3ApbjjpD8YdR.d.ts +83 -0
  43. package/data/oPzy3ApbjjpD8YdR.js +281 -0
  44. package/data/qjAxMG4XbPn96wKG.d.ts +104 -0
  45. package/data/qjAxMG4XbPn96wKG.js +635 -0
  46. package/data/rXel3aPQRRBD4JQn.d.ts +86 -0
  47. package/data/rXel3aPQRRBD4JQn.js +620 -0
  48. package/data/vLykj3NWrllMrG06.d.ts +89 -0
  49. package/data/vLykj3NWrllMrG06.js +2532 -0
  50. package/data/wYnRjQ4KZoV1yPoG.d.ts +114 -0
  51. package/data/wYnRjQ4KZoV1yPoG.js +512 -0
  52. package/data/wz0QV9KA4ugyo9ME.d.ts +39 -0
  53. package/data/wz0QV9KA4ugyo9ME.js +134 -0
  54. package/examples/FiveStateController/index.js +140 -0
  55. package/examples/VRHouse/Mobile.js +22 -0
  56. package/examples/VRHouse/PC.js +22 -0
  57. package/examples/VRHouse/index.js +22 -0
  58. package/index.d.ts +15 -0
  59. package/index.js +43 -0
  60. package/package.json +19 -0
  61. package/plugins/CSS3DRenderPlugin/components/Marker/index.d.ts +12 -0
  62. package/plugins/CSS3DRenderPlugin/components/Marker/index.js +113 -0
  63. package/plugins/CSS3DRenderPlugin/index.d.ts +49 -0
  64. package/plugins/CSS3DRenderPlugin/index.js +220 -0
  65. package/plugins/CameraMovementPlugin/index.d.ts +7 -0
  66. package/plugins/CameraMovementPlugin/index.js +338 -0
  67. package/plugins/CameraMovementPlugin/typing.d.ts +68 -0
  68. package/plugins/CameraMovementPlugin/typing.js +35 -0
  69. package/plugins/ModelChassisCompassPlugin/index.d.ts +15 -0
  70. package/plugins/ModelChassisCompassPlugin/index.js +156 -0
  71. package/plugins/ModelEntryDoorGuidePlugin/index.d.ts +10 -0
  72. package/plugins/ModelEntryDoorGuidePlugin/index.js +16 -0
  73. package/plugins/ModelTVVideoPlugin/index.d.ts +21 -0
  74. package/plugins/ModelTVVideoPlugin/index.js +313 -0
  75. package/plugins/ModelViewPlugin/index.d.ts +17 -0
  76. package/plugins/ModelViewPlugin/index.js +199 -0
  77. package/plugins/PanoCursorRaycasterPlugin/PanoCursorRaycasterPluginUsage.d.ts +48 -0
  78. package/plugins/PanoCursorRaycasterPlugin/components/MovePointTowardsCamera.d.ts +9 -0
  79. package/plugins/PanoCursorRaycasterPlugin/components/MovePointTowardsCamera.js +113 -0
  80. package/plugins/PanoCursorRaycasterPlugin/components/PointAxesHelper.d.ts +11 -0
  81. package/plugins/PanoCursorRaycasterPlugin/components/PointAxesHelper.js +25 -0
  82. package/plugins/PanoCursorRaycasterPlugin/index.d.ts +49 -0
  83. package/plugins/PanoCursorRaycasterPlugin/index.js +119 -0
  84. package/plugins/PanoCursorRaycasterPlugin/utils/addLineToFive.d.ts +5 -0
  85. package/plugins/PanoCursorRaycasterPlugin/utils/addLineToFive.js +25 -0
  86. package/plugins/PanoCursorRaycasterPlugin/utils/createLine.d.ts +3 -0
  87. package/plugins/PanoCursorRaycasterPlugin/utils/createLine.js +34 -0
  88. package/plugins/PanoCursorRaycasterPlugin/utils/vecror3.d.ts +7 -0
  89. package/plugins/PanoCursorRaycasterPlugin/utils/vecror3.js +18 -0
  90. package/plugins/PanoDoorLabelPlugin/index.d.ts +4 -0
  91. package/plugins/PanoDoorLabelPlugin/index.js +12 -0
  92. package/plugins/PanoIRobotPlugin/index.d.ts +10 -0
  93. package/plugins/PanoIRobotPlugin/index.js +16 -0
  94. package/plugins/PanoRulerPlugin/data/roomInfo.d.ts +3 -0
  95. package/plugins/PanoRulerPlugin/data/roomInfo.js +49 -0
  96. package/plugins/PanoRulerPlugin/data/roomRules.d.ts +3 -0
  97. package/plugins/PanoRulerPlugin/data/roomRules.js +233 -0
  98. package/plugins/PanoRulerPlugin/index.d.ts +27 -0
  99. package/plugins/PanoRulerPlugin/index.js +589 -0
  100. package/plugins/PanoRulerPlugin/typings.d.ts +21 -0
  101. package/plugins/PanoRulerPlugin/typings.js +5 -0
  102. package/plugins/PanoTVVideoPlugin/index.d.ts +24 -0
  103. package/plugins/PanoTVVideoPlugin/index.js +351 -0
  104. package/plugins/TreasurePlugin/Controller.d.ts +32 -0
  105. package/plugins/TreasurePlugin/Controller.js +175 -0
  106. package/plugins/TreasurePlugin/TreasureFaceAnime.d.ts +23 -0
  107. package/plugins/TreasurePlugin/TreasureFaceAnime.js +128 -0
  108. package/plugins/TreasurePlugin/TreasureObject.d.ts +35 -0
  109. package/plugins/TreasurePlugin/TreasureObject.js +186 -0
  110. package/plugins/TreasurePlugin/TreasureOpenAnime.d.ts +23 -0
  111. package/plugins/TreasurePlugin/TreasureOpenAnime.js +103 -0
  112. package/plugins/TreasurePlugin/constants.d.ts +12 -0
  113. package/plugins/TreasurePlugin/constants.js +30 -0
  114. package/plugins/TreasurePlugin/index.d.ts +11 -0
  115. package/plugins/TreasurePlugin/index.js +16 -0
  116. package/plugins/TreasurePlugin/treasureDataMap.d.ts +7 -0
  117. package/plugins/TreasurePlugin/treasureDataMap.js +20 -0
  118. package/plugins/TreasurePlugin/typings.d.ts +2 -0
  119. package/plugins/TreasurePlugin/typings.js +5 -0
  120. package/plugins/TreasurePlugin/utils/loadTreasureTextures.d.ts +7 -0
  121. package/plugins/TreasurePlugin/utils/loadTreasureTextures.js +115 -0
  122. package/plugins/floorplan/Assets/floorplanExtraObject.d.ts +1 -0
  123. package/plugins/floorplan/Assets/floorplanExtraObject.js +8 -0
  124. package/plugins/floorplan/ModelFloorplanPlugin/Controller.d.ts +100 -0
  125. package/plugins/floorplan/ModelFloorplanPlugin/Controller.js +643 -0
  126. package/plugins/floorplan/ModelFloorplanPlugin/components/Camera.d.ts +13 -0
  127. package/plugins/floorplan/ModelFloorplanPlugin/components/Camera.js +58 -0
  128. package/plugins/floorplan/ModelFloorplanPlugin/components/Compass.d.ts +5 -0
  129. package/plugins/floorplan/ModelFloorplanPlugin/components/Compass.js +69 -0
  130. package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RoomHighlight.d.ts +10 -0
  131. package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RoomHighlight.js +105 -0
  132. package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RoomLabels.d.ts +13 -0
  133. package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RoomLabels.js +95 -0
  134. package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/index.d.ts +13 -0
  135. package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/index.js +48 -0
  136. package/plugins/floorplan/ModelFloorplanPlugin/components/index.d.ts +20 -0
  137. package/plugins/floorplan/ModelFloorplanPlugin/components/index.js +66 -0
  138. package/plugins/floorplan/ModelFloorplanPlugin/controller.style.d.ts +1 -0
  139. package/plugins/floorplan/ModelFloorplanPlugin/controller.style.js +14 -0
  140. package/plugins/floorplan/ModelFloorplanPlugin/index.d.ts +9 -0
  141. package/plugins/floorplan/ModelFloorplanPlugin/index.js +18 -0
  142. package/plugins/floorplan/ModelFloorplanPlugin/typings/events.type.d.ts +23 -0
  143. package/plugins/floorplan/ModelFloorplanPlugin/typings/events.type.js +5 -0
  144. package/plugins/floorplan/ModelFloorplanPlugin/utils/constant.d.ts +15 -0
  145. package/plugins/floorplan/ModelFloorplanPlugin/utils/constant.js +31 -0
  146. package/plugins/floorplan/ModelFloorplanPlugin/utils/correctFiveState.d.ts +14 -0
  147. package/plugins/floorplan/ModelFloorplanPlugin/utils/correctFiveState.js +162 -0
  148. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/Camera.d.ts +13 -0
  149. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/Camera.js +91 -0
  150. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/Camera.style.d.ts +3 -0
  151. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/Camera.style.js +35 -0
  152. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/ExtraObjects.d.ts +5 -0
  153. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/ExtraObjects.js +50 -0
  154. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/RoomHighlight.d.ts +9 -0
  155. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/RoomHighlight.js +102 -0
  156. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/index.d.ts +11 -0
  157. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/index.js +42 -0
  158. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/index.d.ts +17 -0
  159. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/index.js +75 -0
  160. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/index.style.d.ts +2 -0
  161. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/index.style.js +13 -0
  162. package/plugins/floorplan/PanoFloorplanRadarPlugin/Controller.d.ts +33 -0
  163. package/plugins/floorplan/PanoFloorplanRadarPlugin/Controller.js +214 -0
  164. package/plugins/floorplan/PanoFloorplanRadarPlugin/index.d.ts +8 -0
  165. package/plugins/floorplan/PanoFloorplanRadarPlugin/index.js +18 -0
  166. package/plugins/floorplan/TopviewFloorplanPlugin/Controller.d.ts +55 -0
  167. package/plugins/floorplan/TopviewFloorplanPlugin/Controller.js +267 -0
  168. package/plugins/floorplan/TopviewFloorplanPlugin/index.d.ts +5 -0
  169. package/plugins/floorplan/TopviewFloorplanPlugin/index.js +16 -0
  170. package/plugins/floorplan/TopviewFloorplanPlugin/style.d.ts +1 -0
  171. package/plugins/floorplan/TopviewFloorplanPlugin/style.js +14 -0
  172. package/plugins/floorplan/components/FloorplanImage.d.ts +7 -0
  173. package/plugins/floorplan/components/FloorplanImage.js +76 -0
  174. package/plugins/floorplan/typings/floorplanData.d.ts +127 -0
  175. package/plugins/floorplan/typings/floorplanData.js +5 -0
  176. package/plugins/floorplan/typings/floorplanServerData.d.ts +125 -0
  177. package/plugins/floorplan/typings/floorplanServerData.js +380 -0
  178. package/plugins/floorplan/utils/formatData.d.ts +5 -0
  179. package/plugins/floorplan/utils/formatData.js +220 -0
  180. package/plugins/floorplan/utils/formatPosition.d.ts +37 -0
  181. package/plugins/floorplan/utils/formatPosition.js +87 -0
  182. package/shared-utils/Preloader.d.ts +6 -0
  183. package/shared-utils/Preloader.js +51 -0
  184. package/shared-utils/Subscribe.d.ts +45 -0
  185. package/shared-utils/Subscribe.js +210 -0
  186. package/shared-utils/animationFrame/BetterTween.d.ts +11 -0
  187. package/shared-utils/animationFrame/BetterTween.js +102 -0
  188. package/shared-utils/animationFrame/calculateProgress.d.ts +8 -0
  189. package/shared-utils/animationFrame/calculateProgress.js +38 -0
  190. package/shared-utils/animationFrame/formatRad.d.ts +15 -0
  191. package/shared-utils/animationFrame/formatRad.js +34 -0
  192. package/shared-utils/animationFrame/index.d.ts +15 -0
  193. package/shared-utils/animationFrame/index.js +69 -0
  194. package/shared-utils/animationFrame/tween.d.ts +75 -0
  195. package/shared-utils/animationFrame/tween.js +76 -0
  196. package/shared-utils/changeModelCanvansOpacity.d.ts +2 -0
  197. package/shared-utils/changeModelCanvansOpacity.js +24 -0
  198. package/shared-utils/createFiveContainer.d.ts +10 -0
  199. package/shared-utils/createFiveContainer.js +165 -0
  200. package/shared-utils/createLine/index.d.ts +3 -0
  201. package/shared-utils/createLine/index.js +29 -0
  202. package/shared-utils/debounce.d.ts +6 -0
  203. package/shared-utils/debounce.js +26 -0
  204. package/shared-utils/equal.d.ts +11 -0
  205. package/shared-utils/equal.js +96 -0
  206. package/shared-utils/filter.d.ts +27 -0
  207. package/shared-utils/filter.js +93 -0
  208. package/shared-utils/five/changeMode.d.ts +2 -0
  209. package/shared-utils/five/changeMode.js +86 -0
  210. package/shared-utils/five/useFivePlugin.d.ts +1 -0
  211. package/shared-utils/five/useFivePlugin.js +15 -0
  212. package/shared-utils/formatRad.d.ts +7 -0
  213. package/shared-utils/formatRad.js +16 -0
  214. package/shared-utils/getPxmm.d.ts +6 -0
  215. package/shared-utils/getPxmm.js +37 -0
  216. package/shared-utils/getRandomColor.d.ts +1 -0
  217. package/shared-utils/getRandomColor.js +13 -0
  218. package/shared-utils/isTruelyObject.d.ts +18 -0
  219. package/shared-utils/isTruelyObject.js +27 -0
  220. package/shared-utils/math/evenNumber.d.ts +1 -0
  221. package/shared-utils/math/evenNumber.js +11 -0
  222. package/shared-utils/math/planimetry.d.ts +116 -0
  223. package/shared-utils/math/planimetry.js +342 -0
  224. package/shared-utils/math/rad2Deg.d.ts +1 -0
  225. package/shared-utils/math/rad2Deg.js +10 -0
  226. package/shared-utils/nearlyEqual.d.ts +7 -0
  227. package/shared-utils/nearlyEqual.js +17 -0
  228. package/shared-utils/nextFrame.d.ts +1 -0
  229. package/shared-utils/nextFrame.js +13 -0
  230. package/shared-utils/noop.d.ts +5 -0
  231. package/shared-utils/noop.js +17 -0
  232. package/shared-utils/object3d2LocalMatrix.d.ts +12 -0
  233. package/shared-utils/object3d2LocalMatrix.js +73 -0
  234. package/shared-utils/px2rem.d.ts +1 -0
  235. package/shared-utils/px2rem.js +12 -0
  236. package/shared-utils/tap.d.ts +8 -0
  237. package/shared-utils/tap.js +19 -0
  238. package/shared-utils/three/centerPoint.d.ts +2 -0
  239. package/shared-utils/three/centerPoint.js +12 -0
  240. package/shared-utils/three/getNormal.d.ts +2 -0
  241. package/shared-utils/three/getNormal.js +13 -0
  242. package/shared-utils/three/loadFbxObj.d.ts +3 -0
  243. package/shared-utils/three/loadFbxObj.js +42 -0
  244. package/shared-utils/three/loadTexture.d.ts +2 -0
  245. package/shared-utils/three/loadTexture.js +38 -0
  246. package/shared-utils/three/vecror3.d.ts +7 -0
  247. package/shared-utils/three/vecror3.js +18 -0
  248. package/shared-utils/throttle.d.ts +7 -0
  249. package/shared-utils/throttle.js +25 -0
  250. package/shared-utils/to.d.ts +9 -0
  251. package/shared-utils/to.js +25 -0
  252. package/shared-utils/useDebounce.d.ts +8 -0
  253. package/shared-utils/useDebounce.js +43 -0
  254. package/shared-utils/useThrottle.d.ts +8 -0
  255. package/shared-utils/useThrottle.js +41 -0
  256. package/shared-utils/uuid.d.ts +4 -0
  257. package/shared-utils/uuid.js +20 -0
  258. package/shared-utils/vectorTocoordinates.d.ts +7 -0
  259. package/shared-utils/vectorTocoordinates.js +16 -0
  260. package/typedoc/components.d.ts +6 -0
  261. package/typedoc/components.js +5 -0
  262. package/typedoc/plugins.d.ts +17 -0
  263. package/typedoc/plugins.js +113 -0
  264. package/typedoc/shared-utils.d.ts +3 -0
  265. package/typedoc/shared-utils.js +5 -0
  266. package/typedoc/typings.d.ts +3 -0
  267. package/typedoc/typings.js +5 -0
  268. package/typings/math.type.d.ts +44 -0
  269. package/typings/math.type.js +5 -0
  270. package/typings/utils.type.d.ts +2 -0
  271. package/typings/utils.type.js +5 -0
@@ -0,0 +1,2532 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.floorplanServerData = exports["default"] = void 0;
7
+ var _default = {
8
+ auto_floor_plan_checksum: '3d0b8203b08a23785e6acdb8186dde70',
9
+ auto_floor_plan_url: '',
10
+ code: 'BEy832AVen8DNnOe',
11
+ create_time: '2021-09-10T13:01:41+08:00',
12
+ decoration_enable: false,
13
+ editor_type: 2,
14
+ hierarchy_floor_plan: [{
15
+ checksum: '289f0820d2b48f3cc45c5a9513b67944',
16
+ index: 0,
17
+ url: 'https://vrlab-public.ljcdn.com/release/vrcustomer/hierarchy_0_ec177b0b-ddd9-43fe-b9c1-1ac2ce11a065.png'
18
+ }, {
19
+ checksum: 'e1b36fb1ebb23247ae971512dde1a77f',
20
+ index: 1,
21
+ url: 'https://vrlab-public.ljcdn.com/release/vrcustomer/hierarchy_1_ec177b0b-ddd9-43fe-b9c1-1ac2ce11a065.png'
22
+ }, {
23
+ checksum: 'df2bfda3e64f44f24cc9b435b75a7741',
24
+ index: 2,
25
+ url: 'https://vrlab-public.ljcdn.com/release/vrcustomer/hierarchy_2_ec177b0b-ddd9-43fe-b9c1-1ac2ce11a065.png'
26
+ }],
27
+ house_layout: '{"bedroom_amount":4,"parlor_amount":1,"cookroom_amount":1,"toilet_amount":3}',
28
+ initial: {
29
+ flag_position: [2.645116918485062, -1.1110399827557513, 6.4596901320775695],
30
+ fov: 95,
31
+ heading: 0,
32
+ latitude: 0,
33
+ longitude: 3.193668872327031,
34
+ pano: 5,
35
+ pano_index: 5
36
+ },
37
+ is_active: 1,
38
+ machine: {
39
+ create_time: '2021年09月10日 13:01',
40
+ create_user: '专业摄影师',
41
+ name: '伽罗华',
42
+ principle: '激光'
43
+ },
44
+ machine_id: 'PHAB800037',
45
+ machine_version: '3',
46
+ model: {
47
+ file_url: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/model/auto3d-VDKsQUwFdpt39RPpMHfdtk.at3d',
48
+ material_base_url: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/materials/',
49
+ material_textures: ['https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/materials/texture_0.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/materials/texture_1.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/materials/texture_2.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/materials/texture_3.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/materials/texture_4.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/materials/texture_5.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/materials/texture_6.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/materials/texture_7.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/materials/texture_8.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/materials/texture_9.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/materials/texture_10.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/materials/texture_11.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/materials/texture_12.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/materials/texture_13.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/materials/texture_14.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/materials/texture_15.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/materials/texture_16.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/materials/texture_17.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/materials/texture_18.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/materials/texture_19.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/materials/texture_20.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/materials/texture_21.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/materials/texture_22.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/materials/texture_23.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/materials/texture_24.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/materials/texture_25.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/materials/texture_26.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/materials/texture_27.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/materials/texture_28.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/materials/texture_29.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/materials/texture_30.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/materials/texture_31.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/materials/texture_32.jpg'],
50
+ modify_time: '2021-09-10T21:36:11+08:00',
51
+ score: 101.36,
52
+ type: 0
53
+ },
54
+ name: '贝壳·如视 | 真实,如你所视',
55
+ observers: [{
56
+ accessible_nodes: [1, 2, 5, 9, 14, 15, 16, 17, 18],
57
+ floor_index: 0,
58
+ index: 0,
59
+ offset_point_count: 0,
60
+ position: [1.2749899625778198, -0.030437400564551353, -1.7918100357055664],
61
+ quaternion: {
62
+ w: 0.011343780140639392,
63
+ x: 0.009568884667252689,
64
+ y: -0.9998898072923358,
65
+ z: 0.0003738448707354643
66
+ },
67
+ standing_position: [1.2749899625778198, -1.1070020242625014, -1.7918100357055664],
68
+ visible_nodes: [1, 2, 5, 9, 14, 15, 16, 17, 18]
69
+ }, {
70
+ accessible_nodes: [0, 2, 5, 9, 12, 13, 14, 15, 16, 17, 18],
71
+ floor_index: 0,
72
+ index: 1,
73
+ offset_point_count: 0,
74
+ position: [1.057729959487915, -0.04077820107340813, -0.015849700197577477],
75
+ quaternion: {
76
+ w: -0.011946544586031158,
77
+ x: -0.006343317489586267,
78
+ y: -0.9999030930532783,
79
+ z: 0.0032935952382189223
80
+ },
81
+ standing_position: [1.057729959487915, -1.1100294287073686, -0.015849700197577477],
82
+ visible_nodes: [0, 2, 5, 9, 12, 13, 14, 15, 16, 17, 18]
83
+ }, {
84
+ accessible_nodes: [0, 1, 3, 5, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18],
85
+ floor_index: 0,
86
+ index: 2,
87
+ offset_point_count: 0,
88
+ position: [1.0877000093460083, -0.040640801191329956, 1.91225004196167],
89
+ quaternion: {
90
+ w: -0.08084483331667779,
91
+ x: -0.006228844519549869,
92
+ y: -0.9966932101101376,
93
+ z: 0.005288871116917768
94
+ },
95
+ standing_position: [1.0877000093460083, -1.1072608726948356, 1.91225004196167],
96
+ visible_nodes: [0, 1, 3, 5, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]
97
+ }, {
98
+ accessible_nodes: [2, 4],
99
+ floor_index: 0,
100
+ index: 3,
101
+ offset_point_count: 0,
102
+ position: [3.1423699855804443, -0.04099230095744133, 1.7463200092315674],
103
+ quaternion: {
104
+ w: -0.02726404418466759,
105
+ x: -0.004310175899561027,
106
+ y: -0.9995959106230196,
107
+ z: 0.006790993062892156
108
+ },
109
+ standing_position: [3.1423699855804443, -1.1182659389667748, 1.7463200092315674],
110
+ visible_nodes: [2, 4]
111
+ }, {
112
+ accessible_nodes: [3, 19, 21],
113
+ floor_index: 0,
114
+ index: 4,
115
+ offset_point_count: 0,
116
+ position: [3.3780601024627686, -0.037994999438524246, -0.6245669722557068],
117
+ quaternion: {
118
+ w: -0.1370199770877478,
119
+ x: 0.002526019829436302,
120
+ y: -0.9905543666170888,
121
+ z: -0.004604408001666247
122
+ },
123
+ standing_position: [3.3780601024627686, -1.1087222845733493, -0.6245669722557068],
124
+ visible_nodes: [3, 19, 21]
125
+ }, {
126
+ accessible_nodes: [0, 1, 2, 6, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21],
127
+ floor_index: 0,
128
+ index: 5,
129
+ offset_point_count: 0,
130
+ position: [1.5069799423217773, -0.048482801765203476, 3.901439905166626],
131
+ quaternion: {
132
+ w: -0.016321783141136647,
133
+ x: -0.008116959327295442,
134
+ y: -0.9998328024444744,
135
+ z: -0.0014409885125760333
136
+ },
137
+ standing_position: [1.5069799423217773, -1.1110399827557513, 3.901439905166626],
138
+ visible_nodes: [0, 1, 2, 6, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21]
139
+ }, {
140
+ accessible_nodes: [5, 7, 8, 9, 10, 11, 22, 23, 24],
141
+ floor_index: 0,
142
+ index: 6,
143
+ offset_point_count: 0,
144
+ position: [-0.2938069999217987, -0.04446839913725853, 4.296989917755127],
145
+ quaternion: {
146
+ w: -0.0034773478204763075,
147
+ x: -0.006477528961372483,
148
+ y: -0.9999725367828055,
149
+ z: -0.0009348058988663726
150
+ },
151
+ standing_position: [-0.2938069999217987, -1.1106107528656923, 4.296989917755127],
152
+ visible_nodes: [5, 7, 8, 9, 10, 11, 22, 23, 24]
153
+ }, {
154
+ accessible_nodes: [6, 8, 9, 11, 12, 13, 19, 21, 22, 23, 24],
155
+ floor_index: 0,
156
+ index: 7,
157
+ offset_point_count: 0,
158
+ position: [-0.39517900347709656, -0.044975701719522476, 3.52266001701355],
159
+ quaternion: {
160
+ w: 0.02532380576218535,
161
+ x: -0.009051186383765997,
162
+ y: -0.9996341691812419,
163
+ z: 0.0028835702119555037
164
+ },
165
+ standing_position: [-0.39517900347709656, -1.1098131949521381, 3.52266001701355],
166
+ visible_nodes: [6, 8, 9, 11, 12, 13, 19, 21, 22, 23, 24]
167
+ }, {
168
+ accessible_nodes: [6, 7, 19],
169
+ floor_index: 0,
170
+ index: 8,
171
+ offset_point_count: 0,
172
+ position: [-0.5960140228271484, -0.051310598850250244, 2.164109945297241],
173
+ quaternion: {
174
+ w: -0.09578572790643647,
175
+ x: -0.002446966221074989,
176
+ y: -0.9953989485442127,
177
+ z: -0.00019770647228659237
178
+ },
179
+ standing_position: [-0.5960140228271484, -1.113305581208349, 2.164109945297241],
180
+ visible_nodes: [6, 7, 19]
181
+ }, {
182
+ accessible_nodes: [0, 1, 2, 5, 6, 7, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21],
183
+ floor_index: 0,
184
+ index: 9,
185
+ offset_point_count: 0,
186
+ position: [0.750652015209198, -0.04486130177974701, 5.4638800621032715],
187
+ quaternion: {
188
+ w: 0.022159978263429806,
189
+ x: -0.007241345290231516,
190
+ y: -0.9997279795577488,
191
+ z: -0.0006777168692622624
192
+ },
193
+ standing_position: [0.750652015209198, -1.1120890448854033, 5.4638800621032715],
194
+ visible_nodes: [0, 1, 2, 5, 6, 7, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21]
195
+ }, {
196
+ accessible_nodes: [2, 5, 6, 9, 11, 12, 13, 14, 15, 19, 20, 21],
197
+ floor_index: 0,
198
+ index: 10,
199
+ offset_point_count: 0,
200
+ position: [2.9368200302124023, -0.04768089950084686, 5.488850116729736],
201
+ quaternion: {
202
+ w: -0.0443160313322821,
203
+ x: -0.002024391295069854,
204
+ y: -0.9990155023015439,
205
+ z: -0.0001392844631377002
206
+ },
207
+ standing_position: [2.9368200302124023, -1.111505567219839, 5.488850116729736],
208
+ visible_nodes: [2, 5, 6, 9, 11, 12, 13, 14, 15, 19, 20, 21]
209
+ }, {
210
+ accessible_nodes: [2, 5, 6, 7, 9, 10, 12, 13, 14, 19, 20],
211
+ floor_index: 0,
212
+ index: 11,
213
+ offset_point_count: 0,
214
+ position: [3.733750104904175, -0.05183950066566467, 7.340410232543945],
215
+ quaternion: {
216
+ w: 0.043907478290063355,
217
+ x: -0.006754042186677378,
218
+ y: -0.999012757782145,
219
+ z: 0.00016194656059157397
220
+ },
221
+ standing_position: [3.733750104904175, -1.1062539829058644, 7.340410232543945],
222
+ visible_nodes: [2, 5, 6, 7, 9, 10, 12, 13, 14, 19, 20]
223
+ }, {
224
+ accessible_nodes: [1, 2, 5, 7, 9, 10, 11, 13, 14, 19, 20],
225
+ floor_index: 0,
226
+ index: 12,
227
+ offset_point_count: 0,
228
+ position: [3.1843199729919434, -0.051378898322582245, 9.403039932250977],
229
+ quaternion: {
230
+ w: -0.059702859882157996,
231
+ x: -0.0064930823867550514,
232
+ y: -0.9981932635363946,
233
+ z: -0.0019010602235434559
234
+ },
235
+ standing_position: [3.1843199729919434, -1.1109960971852422, 9.403039932250977],
236
+ visible_nodes: [1, 2, 5, 7, 9, 10, 11, 13, 14, 19, 20]
237
+ }, {
238
+ accessible_nodes: [1, 2, 5, 7, 9, 10, 11, 12],
239
+ floor_index: 0,
240
+ index: 13,
241
+ offset_point_count: 0,
242
+ position: [3.191499948501587, -0.05412460118532181, 10.890700340270996],
243
+ quaternion: {
244
+ w: -0.12157695840659818,
245
+ x: -0.00860568783458469,
246
+ y: -0.9925442302130493,
247
+ z: -0.0009647237651621734
248
+ },
249
+ standing_position: [3.191499948501587, -1.1099475036233604, 10.890700340270996],
250
+ visible_nodes: [1, 2, 5, 7, 9, 10, 11, 12]
251
+ }, {
252
+ accessible_nodes: [0, 1, 2, 5, 9, 10, 11, 12, 15, 16, 17, 18, 19, 20, 21],
253
+ floor_index: 0,
254
+ index: 14,
255
+ offset_point_count: 0,
256
+ position: [0.7147390246391296, -0.047619301825761795, 7.833529949188232],
257
+ quaternion: {
258
+ w: 0.05318651825019094,
259
+ x: -0.004413553865654683,
260
+ y: -0.9985748357746859,
261
+ z: 0.00015397046204156128
262
+ },
263
+ standing_position: [0.7147390246391296, -1.1144971143440476, 7.833529949188232],
264
+ visible_nodes: [0, 1, 2, 5, 9, 10, 11, 12, 15, 16, 17, 18, 19, 20, 21]
265
+ }, {
266
+ accessible_nodes: [0, 1, 2, 5, 9, 10, 14, 16, 17, 18, 19],
267
+ floor_index: 0,
268
+ index: 15,
269
+ offset_point_count: 0,
270
+ position: [0.9319689869880676, -0.04500259831547737, 10.476799964904785],
271
+ quaternion: {
272
+ w: 0.031963749884590845,
273
+ x: -0.003947583459161337,
274
+ y: -0.9994812156148678,
275
+ z: -0.00020367300841041952
276
+ },
277
+ standing_position: [0.9319689869880676, -1.105754818778001, 10.476799964904785],
278
+ visible_nodes: [0, 1, 2, 5, 9, 10, 14, 16, 17, 18, 19]
279
+ }, {
280
+ accessible_nodes: [0, 1, 2, 5, 9, 14, 15, 17, 18],
281
+ floor_index: 0,
282
+ index: 16,
283
+ offset_point_count: 0,
284
+ position: [0.9270970225334167, -0.044294700026512146, 12.08810043334961],
285
+ quaternion: {
286
+ w: 0.06548370747376515,
287
+ x: -0.0035435604564887074,
288
+ y: -0.9978470499620231,
289
+ z: 0.0007738783459612689
290
+ },
291
+ standing_position: [0.9270970225334167, -1.1033117720179206, 12.08810043334961],
292
+ visible_nodes: [0, 1, 2, 5, 9, 14, 15, 17, 18]
293
+ }, {
294
+ accessible_nodes: [0, 1, 2, 5, 9, 14, 15, 16, 18],
295
+ floor_index: 0,
296
+ index: 17,
297
+ offset_point_count: 0,
298
+ position: [0.9155660271644592, -0.03588249906897545, 14.006600379943848],
299
+ quaternion: {
300
+ w: -0.057726026489643784,
301
+ x: -0.0061089708259838985,
302
+ y: -0.9983104201082437,
303
+ z: 0.0025889489802432635
304
+ },
305
+ standing_position: [0.9155660271644592, -1.0941013870795724, 14.006600379943848],
306
+ visible_nodes: [0, 1, 2, 5, 9, 14, 15, 16, 18]
307
+ }, {
308
+ accessible_nodes: [0, 1, 2, 5, 9, 14, 15, 16, 17],
309
+ floor_index: 0,
310
+ index: 18,
311
+ offset_point_count: 0,
312
+ position: [0.5929080247879028, -0.029502900317311287, 15.355400085449219],
313
+ quaternion: {
314
+ w: 0.044813590815266244,
315
+ x: -0.0060672693546733715,
316
+ y: -0.9989752585389711,
317
+ z: 0.0018308241572581381
318
+ },
319
+ standing_position: [0.5929080247879028, -1.0872688086624738, 15.355400085449219],
320
+ visible_nodes: [0, 1, 2, 5, 9, 14, 15, 16, 17]
321
+ }, {
322
+ accessible_nodes: [4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 20, 22, 23],
323
+ floor_index: 0,
324
+ index: 19,
325
+ offset_point_count: 0,
326
+ position: [-0.32936400175094604, 0.3756510019302368, 5.436989784240723],
327
+ quaternion: {
328
+ w: -0.01976385114564157,
329
+ x: -0.008698346916840466,
330
+ y: -0.9997644072412932,
331
+ z: 0.002203829347575735
332
+ },
333
+ standing_position: [-0.32936400175094604, -0.5716276884928236, 5.436989784240723],
334
+ visible_nodes: [4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 20, 22, 23]
335
+ }, {
336
+ accessible_nodes: [5, 9, 10, 11, 12, 14, 19, 21, 22, 23, 24, 25],
337
+ floor_index: 0,
338
+ index: 20,
339
+ offset_point_count: 0,
340
+ position: [-1.1141899824142456, 0.7432829737663269, 5.777560234069824],
341
+ quaternion: {
342
+ w: -0.017663832308254766,
343
+ x: -0.0041730656154184385,
344
+ y: -0.9998339947360074,
345
+ z: 0.0015933744855181641
346
+ },
347
+ standing_position: [-1.1141899824142456, -0.3677049111009454, 5.777560234069824],
348
+ visible_nodes: [5, 9, 10, 11, 12, 14, 19, 21, 22, 23, 24, 25]
349
+ }, {
350
+ accessible_nodes: [4, 5, 7, 9, 10, 14, 20, 22, 23, 24, 25],
351
+ floor_index: 0,
352
+ index: 21,
353
+ offset_point_count: 0,
354
+ position: [-1.0822900533676147, 1.2663899660110474, 6.562880039215088],
355
+ quaternion: {
356
+ w: -0.002856101933729382,
357
+ x: -0.00010743052778420805,
358
+ y: -0.9999391939630614,
359
+ z: 0.010651201863596376
360
+ },
361
+ standing_position: [-1.0822900533676147, 0.31641261265497056, 6.562880039215088],
362
+ visible_nodes: [4, 5, 7, 9, 10, 14, 20, 22, 23, 24, 25]
363
+ }, {
364
+ accessible_nodes: [6, 7, 19, 20, 21, 23, 24, 25, 26, 27],
365
+ floor_index: 0,
366
+ index: 22,
367
+ offset_point_count: 0,
368
+ position: [-1.152999997138977, 1.9759700298309326, 7.423749923706055],
369
+ quaternion: {
370
+ w: 0.0027841452851510382,
371
+ x: 0.0015829046589660401,
372
+ y: -0.9999841152360045,
373
+ z: 0.0046396897036360945
374
+ },
375
+ standing_position: [-1.152999997138977, 1.0302532736437284, 7.423749923706055],
376
+ visible_nodes: [6, 7, 19, 20, 21, 23, 24, 25, 26, 27]
377
+ }, {
378
+ accessible_nodes: [6, 7, 19, 20, 21, 22, 24, 25, 26],
379
+ floor_index: 0,
380
+ index: 23,
381
+ offset_point_count: 0,
382
+ position: [-1.1461700201034546, 2.6894500255584717, 8.269789695739746],
383
+ quaternion: {
384
+ w: 0.013927494705406307,
385
+ x: -0.0047754167767634055,
386
+ y: -0.9998905971406025,
387
+ z: -0.0014203799447387224
388
+ },
389
+ standing_position: [-1.1461700201034546, 1.743090023982331, 8.269789695739746],
390
+ visible_nodes: [6, 7, 19, 20, 21, 22, 24, 25, 26]
391
+ }, {
392
+ accessible_nodes: [6, 7, 20, 21, 22, 23, 25, 26, 27, 28],
393
+ floor_index: 1,
394
+ index: 24,
395
+ offset_point_count: 0,
396
+ position: [-1.0456199645996094, 3.1650099754333496, 9.172369956970215],
397
+ quaternion: {
398
+ w: -0.017092891754488946,
399
+ x: -0.00756262813749623,
400
+ y: -0.9998210806526402,
401
+ z: -0.002906423166594822
402
+ },
403
+ standing_position: [-1.0456199645996094, 2.093695536568431, 9.172369956970215],
404
+ visible_nodes: [6, 7, 20, 21, 22, 23, 25, 26, 27, 28]
405
+ }, {
406
+ accessible_nodes: [20, 21, 22, 23, 24, 26, 27, 28],
407
+ floor_index: 1,
408
+ index: 25,
409
+ offset_point_count: 0,
410
+ position: [-0.7763460278511047, 3.1574599742889404, 10.540399551391602],
411
+ quaternion: {
412
+ w: 0.08346144165199836,
413
+ x: -0.00656058805743221,
414
+ y: -0.996481337593142,
415
+ z: -0.004009281500919144
416
+ },
417
+ standing_position: [-0.7763460278511047, 2.094983299881333, 10.540399551391602],
418
+ visible_nodes: [20, 21, 22, 23, 24, 26, 27, 28]
419
+ }, {
420
+ accessible_nodes: [22, 23, 24, 25, 28],
421
+ floor_index: 1,
422
+ index: 26,
423
+ offset_point_count: 0,
424
+ position: [-0.8469380140304565, 3.160360097885132, 12.981900215148926],
425
+ quaternion: {
426
+ w: -0.0010430750506980869,
427
+ x: -0.0036441732575778775,
428
+ y: -0.9999923035206256,
429
+ z: 0.0010081248648241858
430
+ },
431
+ standing_position: [-0.8469380140304565, 2.1062864274232664, 12.981900215148926],
432
+ visible_nodes: [22, 23, 24, 25, 28]
433
+ }, {
434
+ accessible_nodes: [22, 24, 25, 28, 39],
435
+ floor_index: 1,
436
+ index: 27,
437
+ offset_point_count: 0,
438
+ position: [0.1066960021853447, 3.1715800762176514, 8.594010353088379],
439
+ quaternion: {
440
+ w: -0.029828017825452535,
441
+ x: 0.0028447228524662855,
442
+ y: -0.9995411997567186,
443
+ z: -0.004425513002827359
444
+ },
445
+ standing_position: [0.1066960021853447, 2.1014367199483184, 8.594010353088379],
446
+ visible_nodes: [22, 24, 25, 28, 39]
447
+ }, {
448
+ accessible_nodes: [24, 25, 26, 27, 29, 33, 39, 40, 41, 42, 43, 44],
449
+ floor_index: 1,
450
+ index: 28,
451
+ offset_point_count: 0,
452
+ position: [0.12793199717998505, 3.163749933242798, 5.602560043334961],
453
+ quaternion: {
454
+ w: -0.012276509954847862,
455
+ x: -0.0016897521750165888,
456
+ y: -0.9999160060774415,
457
+ z: -0.0037958110550428926
458
+ },
459
+ standing_position: [0.12793199717998505, 2.098158409131841, 5.602560043334961],
460
+ visible_nodes: [24, 25, 26, 27, 29, 33, 39, 40, 41, 42, 43, 44]
461
+ }, {
462
+ accessible_nodes: [28, 30, 31, 32, 33, 41, 42],
463
+ floor_index: 1,
464
+ index: 29,
465
+ offset_point_count: 0,
466
+ position: [1.8064099550247192, 3.163140058517456, 5.4435200691223145],
467
+ quaternion: {
468
+ w: -0.06316009792058462,
469
+ x: -0.0038953433006434822,
470
+ y: -0.9979686295805058,
471
+ z: -0.007365412962147094
472
+ },
473
+ standing_position: [1.8064099550247192, 2.0939899583135126, 5.4435200691223145],
474
+ visible_nodes: [28, 30, 31, 32, 33, 41, 42]
475
+ }, {
476
+ accessible_nodes: [29, 31, 32, 33, 39],
477
+ floor_index: 1,
478
+ index: 30,
479
+ offset_point_count: 0,
480
+ position: [1.7527199983596802, 3.1572799682617188, 7.735579967498779],
481
+ quaternion: {
482
+ w: -0.04788675466671479,
483
+ x: -0.005725762686800391,
484
+ y: -0.9988360634772878,
485
+ z: -0.0007800278634169064
486
+ },
487
+ standing_position: [1.7527199983596802, 2.08892163649449, 7.735579967498779],
488
+ visible_nodes: [29, 31, 32, 33, 39]
489
+ }, {
490
+ accessible_nodes: [29, 30, 32, 33, 34, 37],
491
+ floor_index: 1,
492
+ index: 31,
493
+ offset_point_count: 0,
494
+ position: [2.4142301082611084, 3.1626200675964355, 9.678500175476074],
495
+ quaternion: {
496
+ w: 0.048800237631354805,
497
+ x: -0.008714721517482428,
498
+ y: -0.9987697409706753,
499
+ z: 0.0012668434128062104
500
+ },
501
+ standing_position: [2.4142301082611084, 2.097281939435004, 9.678500175476074],
502
+ visible_nodes: [29, 30, 32, 33, 34, 37]
503
+ }, {
504
+ accessible_nodes: [29, 30, 31],
505
+ floor_index: 1,
506
+ index: 32,
507
+ offset_point_count: 0,
508
+ position: [2.6121599674224854, 3.116849899291992, 10.942999839782715],
509
+ quaternion: {
510
+ w: -0.04381564945950141,
511
+ x: -0.005878997949890798,
512
+ y: -0.9990223039040795,
513
+ z: 0.00027315046239082485
514
+ },
515
+ standing_position: [2.6121599674224854, 2.058735433668919, 10.942999839782715],
516
+ visible_nodes: [29, 30, 31]
517
+ }, {
518
+ accessible_nodes: [28, 29, 30, 31, 34, 37, 42],
519
+ floor_index: 1,
520
+ index: 33,
521
+ offset_point_count: 0,
522
+ position: [3.2632598876953125, 3.1594300270080566, 5.168950080871582],
523
+ quaternion: {
524
+ w: -0.10742184603741257,
525
+ x: -0.00432100993754878,
526
+ y: -0.9941948536769788,
527
+ z: -0.004295912715745982
528
+ },
529
+ standing_position: [3.2632598876953125, 2.1012681756827254, 5.168950080871582],
530
+ visible_nodes: [28, 29, 30, 31, 34, 37, 42]
531
+ }, {
532
+ accessible_nodes: [31, 33, 35, 37],
533
+ floor_index: 1,
534
+ index: 34,
535
+ offset_point_count: 0,
536
+ position: [3.2257299423217773, 3.156330108642578, 3.152290105819702],
537
+ quaternion: {
538
+ w: -0.01825917044384125,
539
+ x: -0.007090014083500325,
540
+ y: -0.9998076075015508,
541
+ z: -0.0010331283717200843
542
+ },
543
+ standing_position: [3.2257299423217773, 2.0889270044502846, 3.152290105819702],
544
+ visible_nodes: [31, 33, 35, 37]
545
+ }, {
546
+ accessible_nodes: [34, 36],
547
+ floor_index: 1,
548
+ index: 35,
549
+ offset_point_count: 0,
550
+ position: [1.772029995918274, 3.1509199142456055, 3.5140600204467773],
551
+ quaternion: {
552
+ w: 0.04111812725159652,
553
+ x: -0.0020009338244199176,
554
+ y: -0.9991507873209248,
555
+ z: -0.0017294182972317983
556
+ },
557
+ standing_position: [1.772029995918274, 2.0860560121340495, 3.5140600204467773],
558
+ visible_nodes: [34, 36]
559
+ }, {
560
+ accessible_nodes: [35],
561
+ floor_index: 1,
562
+ index: 36,
563
+ offset_point_count: 0,
564
+ position: [1.5219299793243408, 3.1535398960113525, 2.1029698848724365],
565
+ quaternion: {
566
+ w: -0.04213741836470278,
567
+ x: 0.00020212605993525387,
568
+ y: -0.9991022938382137,
569
+ z: -0.004358770268910757
570
+ },
571
+ standing_position: [1.5219299793243408, 2.0849446947216057, 2.1029698848724365],
572
+ visible_nodes: [35]
573
+ }, {
574
+ accessible_nodes: [31, 33, 34, 38],
575
+ floor_index: 1,
576
+ index: 37,
577
+ offset_point_count: 0,
578
+ position: [3.2859699726104736, 3.0853099822998047, 0.3743399977684021],
579
+ quaternion: {
580
+ w: -0.0354155110860913,
581
+ x: -0.0040778105115058996,
582
+ y: -0.9993631525512369,
583
+ z: 0.0015495790212691795
584
+ },
585
+ standing_position: [3.2859699726104736, 2.0218354182259555, 0.3743399977684021],
586
+ visible_nodes: [31, 33, 34, 38]
587
+ }, {
588
+ accessible_nodes: [37],
589
+ floor_index: 1,
590
+ index: 38,
591
+ offset_point_count: 0,
592
+ position: [1.7530800104141235, 3.082279920578003, -0.35538598895072937],
593
+ quaternion: {
594
+ w: 0.05259855433078189,
595
+ x: -0.008035440684400184,
596
+ y: -0.9985825506402138,
597
+ z: -0.001308555272843372
598
+ },
599
+ standing_position: [1.7530800104141235, 2.012410230565008, -0.35538598895072937],
600
+ visible_nodes: [37]
601
+ }, {
602
+ accessible_nodes: [27, 28, 30, 40, 42, 43, 44, 45, 46],
603
+ floor_index: 1,
604
+ index: 39,
605
+ offset_point_count: 0,
606
+ position: [-0.25293999910354614, 3.1606600284576416, 4.12060022354126],
607
+ quaternion: {
608
+ w: -0.02320047765989491,
609
+ x: -0.00651507030916039,
610
+ y: -0.9997092807897621,
611
+ z: 0.0008092202866269843
612
+ },
613
+ standing_position: [-0.25293999910354614, 2.099861033685797, 4.12060022354126],
614
+ visible_nodes: [27, 28, 30, 40, 42, 43, 44, 45, 46]
615
+ }, {
616
+ accessible_nodes: [28, 39],
617
+ floor_index: 1,
618
+ index: 40,
619
+ offset_point_count: 0,
620
+ position: [-0.5009310245513916, 3.154360055923462, 2.4275200366973877],
621
+ quaternion: {
622
+ w: -0.06173863497891133,
623
+ x: -0.001086048139787542,
624
+ y: -0.9980864694284949,
625
+ z: -0.0032485397043555456
626
+ },
627
+ standing_position: [-0.5009310245513916, 2.0891836715505985, 2.4275200366973877],
628
+ visible_nodes: [28, 39]
629
+ }, {
630
+ accessible_nodes: [28, 29, 42, 43, 44, 45, 46],
631
+ floor_index: 1,
632
+ index: 41,
633
+ offset_point_count: 0,
634
+ position: [-0.9105370044708252, 3.168410062789917, 4.874139785766602],
635
+ quaternion: {
636
+ w: -0.0059092878447459755,
637
+ x: -0.008663723289252202,
638
+ y: -0.9999425916286403,
639
+ z: -0.0021993584906204824
640
+ },
641
+ standing_position: [-0.9105370044708252, 2.0999476248338427, 4.874139785766602],
642
+ visible_nodes: [28, 29, 42, 43, 44, 45, 46]
643
+ }, {
644
+ accessible_nodes: [28, 29, 33, 39, 41, 43, 44, 45, 46],
645
+ floor_index: 1,
646
+ index: 42,
647
+ offset_point_count: 0,
648
+ position: [-1.053439974784851, 3.709630012512207, 6.191319942474365],
649
+ quaternion: {
650
+ w: -0.035071771235375575,
651
+ x: -0.0025701215697544965,
652
+ y: -0.9993675288194869,
653
+ z: 0.005283041643370265
654
+ },
655
+ standing_position: [-1.053439974784851, 2.7656916856368188, 6.191319942474365],
656
+ visible_nodes: [28, 29, 33, 39, 41, 43, 44, 45, 46]
657
+ }, {
658
+ accessible_nodes: [28, 39, 41, 42, 44, 45, 46],
659
+ floor_index: 1,
660
+ index: 43,
661
+ offset_point_count: 0,
662
+ position: [-1.0038100481033325, 4.401090145111084, 7.033649921417236],
663
+ quaternion: {
664
+ w: 0.021884501889610025,
665
+ x: -0.00253275334327512,
666
+ y: -0.9997443229931926,
667
+ z: 0.005092853584023668
668
+ },
669
+ standing_position: [-1.0038100481033325, 3.4416205053177045, 7.033649921417236],
670
+ visible_nodes: [28, 39, 41, 42, 44, 45, 46]
671
+ }, {
672
+ accessible_nodes: [28, 39, 41, 42, 43, 45, 46],
673
+ floor_index: 1,
674
+ index: 44,
675
+ offset_point_count: 0,
676
+ position: [-0.9845139980316162, 4.9202799797058105, 7.639599800109863],
677
+ quaternion: {
678
+ w: -0.05029441944878479,
679
+ x: 0.0024356805640125653,
680
+ y: -0.9986789366681258,
681
+ z: 0.01024292912320219
682
+ },
683
+ standing_position: [-0.9845139980316162, 3.9505319420970038, 7.639599800109863],
684
+ visible_nodes: [28, 39, 41, 42, 43, 45, 46]
685
+ }, {
686
+ accessible_nodes: [39, 41, 42, 43, 44, 46],
687
+ floor_index: 1,
688
+ index: 45,
689
+ offset_point_count: 0,
690
+ position: [-1.0458300113677979, 5.44074010848999, 8.27029037475586],
691
+ quaternion: {
692
+ w: 0.0087502435123525,
693
+ x: 0.003638899579953246,
694
+ y: -0.9999439700642344,
695
+ z: 0.004717752875727198
696
+ },
697
+ standing_position: [-1.0458300113677979, 4.475474854011692, 8.27029037475586],
698
+ visible_nodes: [39, 41, 42, 43, 44, 46]
699
+ }, {
700
+ accessible_nodes: [39, 41, 42, 43, 44, 45, 47, 50, 51, 52],
701
+ floor_index: 2,
702
+ index: 46,
703
+ offset_point_count: 0,
704
+ position: [-1.0732500553131104, 5.995779991149902, 9.177129745483398],
705
+ quaternion: {
706
+ w: -0.03952658919852013,
707
+ x: -0.0036511362877439343,
708
+ y: -0.9992113356207073,
709
+ z: 0.001020032218099435
710
+ },
711
+ standing_position: [-1.0732500553131104, 4.930705555271547, 9.177129745483398],
712
+ visible_nodes: [39, 41, 42, 43, 44, 45, 47, 50, 51, 52]
713
+ }, {
714
+ accessible_nodes: [46, 48, 49, 50, 51, 52],
715
+ floor_index: 2,
716
+ index: 47,
717
+ offset_point_count: 0,
718
+ position: [0.5308300256729126, 6.006209850311279, 9.601280212402344],
719
+ quaternion: {
720
+ w: -0.07612787265121741,
721
+ x: -0.004819719068062573,
722
+ y: -0.9970821637711214,
723
+ z: 0.0029098752628363015
724
+ },
725
+ standing_position: [0.5308300256729126, 4.939613020176168, 9.601280212402344],
726
+ visible_nodes: [46, 48, 49, 50, 51, 52]
727
+ }, {
728
+ accessible_nodes: [47, 49, 50, 52],
729
+ floor_index: 2,
730
+ index: 48,
731
+ offset_point_count: 0,
732
+ position: [0.6562449932098389, 6.239630222320557, 10.713500022888184],
733
+ quaternion: {
734
+ w: -0.1365423823025202,
735
+ x: 0.001226141612499186,
736
+ y: -0.9906332803855461,
737
+ z: 0.0006116840579621095
738
+ },
739
+ standing_position: [0.6562449932098389, 5.17543063158421, 10.713500022888184],
740
+ visible_nodes: [47, 49, 50, 52]
741
+ }, {
742
+ accessible_nodes: [47, 48, 50],
743
+ floor_index: 2,
744
+ index: 49,
745
+ offset_point_count: 0,
746
+ position: [-0.13813599944114685, 6.235529899597168, 11.974300384521484],
747
+ quaternion: {
748
+ w: 0.0004006507748002934,
749
+ x: 0.00033789732972401164,
750
+ y: -0.9998708581982917,
751
+ z: 0.0160623279232143
752
+ },
753
+ standing_position: [-0.13813599944114685, 5.162995592222559, 11.974300384521484],
754
+ visible_nodes: [47, 48, 50]
755
+ }, {
756
+ accessible_nodes: [46, 47, 48, 49, 51, 52],
757
+ floor_index: 2,
758
+ index: 50,
759
+ offset_point_count: 0,
760
+ position: [0.9873030185699463, 5.987679958343506, 7.059579849243164],
761
+ quaternion: {
762
+ w: -0.10500133359885434,
763
+ x: 0.006647574737943137,
764
+ y: -0.9944492153426818,
765
+ z: -0.0011376559921293513
766
+ },
767
+ standing_position: [0.9873030185699463, 4.927682981359809, 7.059579849243164],
768
+ visible_nodes: [46, 47, 48, 49, 51, 52]
769
+ }, {
770
+ accessible_nodes: [46, 47, 50, 52],
771
+ floor_index: 2,
772
+ index: 51,
773
+ offset_point_count: 0,
774
+ position: [2.8373498916625977, 5.984320163726807, 5.548110008239746],
775
+ quaternion: {
776
+ w: -0.014081862370425698,
777
+ x: 0.005842115681574836,
778
+ y: -0.9998818417122036,
779
+ z: 0.0019686923091649018
780
+ },
781
+ standing_position: [2.8373498916625977, 4.9260856694194715, 5.548110008239746],
782
+ visible_nodes: [46, 47, 50, 52]
783
+ }, {
784
+ accessible_nodes: [46, 47, 48, 50, 51],
785
+ floor_index: 2,
786
+ index: 52,
787
+ offset_point_count: 0,
788
+ position: [0.8967400193214417, 5.987239837646484, 4.15064001083374],
789
+ quaternion: {
790
+ w: -0.06533157257927838,
791
+ x: 0.007213059633901819,
792
+ y: -0.9978324226758387,
793
+ z: 0.003196608597190854
794
+ },
795
+ standing_position: [0.8967400193214417, 4.924379201276399, 4.15064001083374],
796
+ visible_nodes: [46, 47, 48, 50, 51]
797
+ }],
798
+ outline_floor_plan: [{
799
+ checksum: '4f0d672229b904dd4e03c31a624e4635',
800
+ index: 0,
801
+ url: 'https://vrlab-public.ljcdn.com/release/vrcustomer/outline_0_ec177b0b-ddd9-43fe-b9c1-1ac2ce11a065.png'
802
+ }, {
803
+ checksum: '99f52b1a30b99b52621fb946da0ac251',
804
+ index: 1,
805
+ url: 'https://vrlab-public.ljcdn.com/release/vrcustomer/outline_1_ec177b0b-ddd9-43fe-b9c1-1ac2ce11a065.png'
806
+ }, {
807
+ checksum: 'dc2c68d626e92c01ea048fd03af073fd',
808
+ index: 2,
809
+ url: 'https://vrlab-public.ljcdn.com/release/vrcustomer/outline_2_ec177b0b-ddd9-43fe-b9c1-1ac2ce11a065.png'
810
+ }],
811
+ panorama: {
812
+ base_url: 'http://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/',
813
+ count: 53,
814
+ list: [{
815
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/0/4023ca78c7e9f42c379cfa855d4baa3c/0_b.jpg',
816
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/0/4023ca78c7e9f42c379cfa855d4baa3c/0_d.jpg',
817
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/0/4023ca78c7e9f42c379cfa855d4baa3c/0_f.jpg',
818
+ index: 0,
819
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/0/4023ca78c7e9f42c379cfa855d4baa3c/0_l.jpg',
820
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/0/4023ca78c7e9f42c379cfa855d4baa3c/0_r.jpg',
821
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/0/4023ca78c7e9f42c379cfa855d4baa3c/0_u.jpg'
822
+ }, {
823
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/1/a639a00edd1c386aecef753a0d08ce26/1_b.jpg',
824
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/1/a639a00edd1c386aecef753a0d08ce26/1_d.jpg',
825
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/1/a639a00edd1c386aecef753a0d08ce26/1_f.jpg',
826
+ index: 1,
827
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/1/a639a00edd1c386aecef753a0d08ce26/1_l.jpg',
828
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/1/a639a00edd1c386aecef753a0d08ce26/1_r.jpg',
829
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/1/a639a00edd1c386aecef753a0d08ce26/1_u.jpg'
830
+ }, {
831
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/2/04c79c58ae3831b97c83cd1809a0fcae/2_b.jpg',
832
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/2/04c79c58ae3831b97c83cd1809a0fcae/2_d.jpg',
833
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/2/04c79c58ae3831b97c83cd1809a0fcae/2_f.jpg',
834
+ index: 2,
835
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/2/04c79c58ae3831b97c83cd1809a0fcae/2_l.jpg',
836
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/2/04c79c58ae3831b97c83cd1809a0fcae/2_r.jpg',
837
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/2/04c79c58ae3831b97c83cd1809a0fcae/2_u.jpg'
838
+ }, {
839
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/3/a66253cc711dd58db7252caf6f0a60f8/3_b.jpg',
840
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/3/a66253cc711dd58db7252caf6f0a60f8/3_d.jpg',
841
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/3/a66253cc711dd58db7252caf6f0a60f8/3_f.jpg',
842
+ index: 3,
843
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/3/a66253cc711dd58db7252caf6f0a60f8/3_l.jpg',
844
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/3/a66253cc711dd58db7252caf6f0a60f8/3_r.jpg',
845
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/3/a66253cc711dd58db7252caf6f0a60f8/3_u.jpg'
846
+ }, {
847
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/4/0468cd3f03d98cd52870a3f35ab97f3e/4_b.jpg',
848
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/4/0468cd3f03d98cd52870a3f35ab97f3e/4_d.jpg',
849
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/4/0468cd3f03d98cd52870a3f35ab97f3e/4_f.jpg',
850
+ index: 4,
851
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/4/0468cd3f03d98cd52870a3f35ab97f3e/4_l.jpg',
852
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/4/0468cd3f03d98cd52870a3f35ab97f3e/4_r.jpg',
853
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/4/0468cd3f03d98cd52870a3f35ab97f3e/4_u.jpg'
854
+ }, {
855
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/5/fbd4822f167fcd1c8508ef0bf9cc3229/5_b.jpg',
856
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/5/fbd4822f167fcd1c8508ef0bf9cc3229/5_d.jpg',
857
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/5/fbd4822f167fcd1c8508ef0bf9cc3229/5_f.jpg',
858
+ index: 5,
859
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/5/fbd4822f167fcd1c8508ef0bf9cc3229/5_l.jpg',
860
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/5/fbd4822f167fcd1c8508ef0bf9cc3229/5_r.jpg',
861
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/5/fbd4822f167fcd1c8508ef0bf9cc3229/5_u.jpg'
862
+ }, {
863
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/6/a7fb48b520274d6d61472dbb460c80da/6_b.jpg',
864
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/6/a7fb48b520274d6d61472dbb460c80da/6_d.jpg',
865
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/6/a7fb48b520274d6d61472dbb460c80da/6_f.jpg',
866
+ index: 6,
867
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/6/a7fb48b520274d6d61472dbb460c80da/6_l.jpg',
868
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/6/a7fb48b520274d6d61472dbb460c80da/6_r.jpg',
869
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/6/a7fb48b520274d6d61472dbb460c80da/6_u.jpg'
870
+ }, {
871
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/7/9954f3235afbd96dd3b4765ffe72b25e/7_b.jpg',
872
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/7/9954f3235afbd96dd3b4765ffe72b25e/7_d.jpg',
873
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/7/9954f3235afbd96dd3b4765ffe72b25e/7_f.jpg',
874
+ index: 7,
875
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/7/9954f3235afbd96dd3b4765ffe72b25e/7_l.jpg',
876
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/7/9954f3235afbd96dd3b4765ffe72b25e/7_r.jpg',
877
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/7/9954f3235afbd96dd3b4765ffe72b25e/7_u.jpg'
878
+ }, {
879
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/8/cfdb43d01d935d1000887377eb38ee08/8_b.jpg',
880
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/8/cfdb43d01d935d1000887377eb38ee08/8_d.jpg',
881
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/8/cfdb43d01d935d1000887377eb38ee08/8_f.jpg',
882
+ index: 8,
883
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/8/cfdb43d01d935d1000887377eb38ee08/8_l.jpg',
884
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/8/cfdb43d01d935d1000887377eb38ee08/8_r.jpg',
885
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/8/cfdb43d01d935d1000887377eb38ee08/8_u.jpg'
886
+ }, {
887
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/9/cbd64e3378275b86beaf058f599307a6/9_b.jpg',
888
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/9/cbd64e3378275b86beaf058f599307a6/9_d.jpg',
889
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/9/cbd64e3378275b86beaf058f599307a6/9_f.jpg',
890
+ index: 9,
891
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/9/cbd64e3378275b86beaf058f599307a6/9_l.jpg',
892
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/9/cbd64e3378275b86beaf058f599307a6/9_r.jpg',
893
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/9/cbd64e3378275b86beaf058f599307a6/9_u.jpg'
894
+ }, {
895
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/10/fb5e00b506f54fb94ddd4af8e6c208c0/10_b.jpg',
896
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/10/fb5e00b506f54fb94ddd4af8e6c208c0/10_d.jpg',
897
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/10/fb5e00b506f54fb94ddd4af8e6c208c0/10_f.jpg',
898
+ index: 10,
899
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/10/fb5e00b506f54fb94ddd4af8e6c208c0/10_l.jpg',
900
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/10/fb5e00b506f54fb94ddd4af8e6c208c0/10_r.jpg',
901
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/10/fb5e00b506f54fb94ddd4af8e6c208c0/10_u.jpg'
902
+ }, {
903
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/11/1d0c2976e96dee8673dfaf96feba9090/11_b.jpg',
904
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/11/1d0c2976e96dee8673dfaf96feba9090/11_d.jpg',
905
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/11/1d0c2976e96dee8673dfaf96feba9090/11_f.jpg',
906
+ index: 11,
907
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/11/1d0c2976e96dee8673dfaf96feba9090/11_l.jpg',
908
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/11/1d0c2976e96dee8673dfaf96feba9090/11_r.jpg',
909
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/11/1d0c2976e96dee8673dfaf96feba9090/11_u.jpg'
910
+ }, {
911
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/12/665d6e21992ffb060ebac8f4aa826e76/12_b.jpg',
912
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/12/665d6e21992ffb060ebac8f4aa826e76/12_d.jpg',
913
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/12/665d6e21992ffb060ebac8f4aa826e76/12_f.jpg',
914
+ index: 12,
915
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/12/665d6e21992ffb060ebac8f4aa826e76/12_l.jpg',
916
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/12/665d6e21992ffb060ebac8f4aa826e76/12_r.jpg',
917
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/12/665d6e21992ffb060ebac8f4aa826e76/12_u.jpg'
918
+ }, {
919
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/13/339f7c83e7c3be909e496e786cf0f1e5/13_b.jpg',
920
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/13/339f7c83e7c3be909e496e786cf0f1e5/13_d.jpg',
921
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/13/339f7c83e7c3be909e496e786cf0f1e5/13_f.jpg',
922
+ index: 13,
923
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/13/339f7c83e7c3be909e496e786cf0f1e5/13_l.jpg',
924
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/13/339f7c83e7c3be909e496e786cf0f1e5/13_r.jpg',
925
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/13/339f7c83e7c3be909e496e786cf0f1e5/13_u.jpg'
926
+ }, {
927
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/14/52f63df270b7171b7f70eab0b10ec6ab/14_b.jpg',
928
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/14/52f63df270b7171b7f70eab0b10ec6ab/14_d.jpg',
929
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/14/52f63df270b7171b7f70eab0b10ec6ab/14_f.jpg',
930
+ index: 14,
931
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/14/52f63df270b7171b7f70eab0b10ec6ab/14_l.jpg',
932
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/14/52f63df270b7171b7f70eab0b10ec6ab/14_r.jpg',
933
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/14/52f63df270b7171b7f70eab0b10ec6ab/14_u.jpg'
934
+ }, {
935
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/15/163eccd6db575fb3edc14e9da2de0f76/15_b.jpg',
936
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/15/163eccd6db575fb3edc14e9da2de0f76/15_d.jpg',
937
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/15/163eccd6db575fb3edc14e9da2de0f76/15_f.jpg',
938
+ index: 15,
939
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/15/163eccd6db575fb3edc14e9da2de0f76/15_l.jpg',
940
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/15/163eccd6db575fb3edc14e9da2de0f76/15_r.jpg',
941
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/15/163eccd6db575fb3edc14e9da2de0f76/15_u.jpg'
942
+ }, {
943
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/16/50833dd84ea8e8dd47d220f69d207dd1/16_b.jpg',
944
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/16/50833dd84ea8e8dd47d220f69d207dd1/16_d.jpg',
945
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/16/50833dd84ea8e8dd47d220f69d207dd1/16_f.jpg',
946
+ index: 16,
947
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/16/50833dd84ea8e8dd47d220f69d207dd1/16_l.jpg',
948
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/16/50833dd84ea8e8dd47d220f69d207dd1/16_r.jpg',
949
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/16/50833dd84ea8e8dd47d220f69d207dd1/16_u.jpg'
950
+ }, {
951
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/17/05ddaf3f4b50b7da4d3ef019b246cc03/17_b.jpg',
952
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/17/05ddaf3f4b50b7da4d3ef019b246cc03/17_d.jpg',
953
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/17/05ddaf3f4b50b7da4d3ef019b246cc03/17_f.jpg',
954
+ index: 17,
955
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/17/05ddaf3f4b50b7da4d3ef019b246cc03/17_l.jpg',
956
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/17/05ddaf3f4b50b7da4d3ef019b246cc03/17_r.jpg',
957
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/17/05ddaf3f4b50b7da4d3ef019b246cc03/17_u.jpg'
958
+ }, {
959
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/18/3893a18ca62c9945fcaa357ecb1af099/18_b.jpg',
960
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/18/3893a18ca62c9945fcaa357ecb1af099/18_d.jpg',
961
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/18/3893a18ca62c9945fcaa357ecb1af099/18_f.jpg',
962
+ index: 18,
963
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/18/3893a18ca62c9945fcaa357ecb1af099/18_l.jpg',
964
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/18/3893a18ca62c9945fcaa357ecb1af099/18_r.jpg',
965
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/18/3893a18ca62c9945fcaa357ecb1af099/18_u.jpg'
966
+ }, {
967
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/19/481caf75b236d09a9a776c7f69e8b783/19_b.jpg',
968
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/19/481caf75b236d09a9a776c7f69e8b783/19_d.jpg',
969
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/19/481caf75b236d09a9a776c7f69e8b783/19_f.jpg',
970
+ index: 19,
971
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/19/481caf75b236d09a9a776c7f69e8b783/19_l.jpg',
972
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/19/481caf75b236d09a9a776c7f69e8b783/19_r.jpg',
973
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/19/481caf75b236d09a9a776c7f69e8b783/19_u.jpg'
974
+ }, {
975
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/20/d68e947b212363686eea2b3119e57559/20_b.jpg',
976
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/20/d68e947b212363686eea2b3119e57559/20_d.jpg',
977
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/20/d68e947b212363686eea2b3119e57559/20_f.jpg',
978
+ index: 20,
979
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/20/d68e947b212363686eea2b3119e57559/20_l.jpg',
980
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/20/d68e947b212363686eea2b3119e57559/20_r.jpg',
981
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/20/d68e947b212363686eea2b3119e57559/20_u.jpg'
982
+ }, {
983
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/21/e8ca69c130a0d90386690c4ffefda013/21_b.jpg',
984
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/21/e8ca69c130a0d90386690c4ffefda013/21_d.jpg',
985
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/21/e8ca69c130a0d90386690c4ffefda013/21_f.jpg',
986
+ index: 21,
987
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/21/e8ca69c130a0d90386690c4ffefda013/21_l.jpg',
988
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/21/e8ca69c130a0d90386690c4ffefda013/21_r.jpg',
989
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/21/e8ca69c130a0d90386690c4ffefda013/21_u.jpg'
990
+ }, {
991
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/22/036d99b24364676a0bc46a8411688c44/22_b.jpg',
992
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/22/036d99b24364676a0bc46a8411688c44/22_d.jpg',
993
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/22/036d99b24364676a0bc46a8411688c44/22_f.jpg',
994
+ index: 22,
995
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/22/036d99b24364676a0bc46a8411688c44/22_l.jpg',
996
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/22/036d99b24364676a0bc46a8411688c44/22_r.jpg',
997
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/22/036d99b24364676a0bc46a8411688c44/22_u.jpg'
998
+ }, {
999
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/23/f57872fbe5e9b972d9ea901ee3bcce43/23_b.jpg',
1000
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/23/f57872fbe5e9b972d9ea901ee3bcce43/23_d.jpg',
1001
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/23/f57872fbe5e9b972d9ea901ee3bcce43/23_f.jpg',
1002
+ index: 23,
1003
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/23/f57872fbe5e9b972d9ea901ee3bcce43/23_l.jpg',
1004
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/23/f57872fbe5e9b972d9ea901ee3bcce43/23_r.jpg',
1005
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/23/f57872fbe5e9b972d9ea901ee3bcce43/23_u.jpg'
1006
+ }, {
1007
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/24/6f7864712f819ba49015fcf923c0a15c/24_b.jpg',
1008
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/24/6f7864712f819ba49015fcf923c0a15c/24_d.jpg',
1009
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/24/6f7864712f819ba49015fcf923c0a15c/24_f.jpg',
1010
+ index: 24,
1011
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/24/6f7864712f819ba49015fcf923c0a15c/24_l.jpg',
1012
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/24/6f7864712f819ba49015fcf923c0a15c/24_r.jpg',
1013
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/24/6f7864712f819ba49015fcf923c0a15c/24_u.jpg'
1014
+ }, {
1015
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/25/17930a7bf46cb5121439d24036307c97/25_b.jpg',
1016
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/25/17930a7bf46cb5121439d24036307c97/25_d.jpg',
1017
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/25/17930a7bf46cb5121439d24036307c97/25_f.jpg',
1018
+ index: 25,
1019
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/25/17930a7bf46cb5121439d24036307c97/25_l.jpg',
1020
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/25/17930a7bf46cb5121439d24036307c97/25_r.jpg',
1021
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/25/17930a7bf46cb5121439d24036307c97/25_u.jpg'
1022
+ }, {
1023
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/26/f436029065727118ec520ad380b78503/26_b.jpg',
1024
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/26/f436029065727118ec520ad380b78503/26_d.jpg',
1025
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/26/f436029065727118ec520ad380b78503/26_f.jpg',
1026
+ index: 26,
1027
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/26/f436029065727118ec520ad380b78503/26_l.jpg',
1028
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/26/f436029065727118ec520ad380b78503/26_r.jpg',
1029
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/26/f436029065727118ec520ad380b78503/26_u.jpg'
1030
+ }, {
1031
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/27/790f79a76f86aa38573b45783af7bc1e/27_b.jpg',
1032
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/27/790f79a76f86aa38573b45783af7bc1e/27_d.jpg',
1033
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/27/790f79a76f86aa38573b45783af7bc1e/27_f.jpg',
1034
+ index: 27,
1035
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/27/790f79a76f86aa38573b45783af7bc1e/27_l.jpg',
1036
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/27/790f79a76f86aa38573b45783af7bc1e/27_r.jpg',
1037
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/27/790f79a76f86aa38573b45783af7bc1e/27_u.jpg'
1038
+ }, {
1039
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/28/61ceb17f4acd4f80ea046573fc6b4db9/28_b.jpg',
1040
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/28/61ceb17f4acd4f80ea046573fc6b4db9/28_d.jpg',
1041
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/28/61ceb17f4acd4f80ea046573fc6b4db9/28_f.jpg',
1042
+ index: 28,
1043
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/28/61ceb17f4acd4f80ea046573fc6b4db9/28_l.jpg',
1044
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/28/61ceb17f4acd4f80ea046573fc6b4db9/28_r.jpg',
1045
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/28/61ceb17f4acd4f80ea046573fc6b4db9/28_u.jpg'
1046
+ }, {
1047
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/29/7dc228fc38f46d024452d8fed636bb7d/29_b.jpg',
1048
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/29/7dc228fc38f46d024452d8fed636bb7d/29_d.jpg',
1049
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/29/7dc228fc38f46d024452d8fed636bb7d/29_f.jpg',
1050
+ index: 29,
1051
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/29/7dc228fc38f46d024452d8fed636bb7d/29_l.jpg',
1052
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/29/7dc228fc38f46d024452d8fed636bb7d/29_r.jpg',
1053
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/29/7dc228fc38f46d024452d8fed636bb7d/29_u.jpg'
1054
+ }, {
1055
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/30/006b76d10a7f05450aa521d3d25e1ad6/30_b.jpg',
1056
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/30/006b76d10a7f05450aa521d3d25e1ad6/30_d.jpg',
1057
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/30/006b76d10a7f05450aa521d3d25e1ad6/30_f.jpg',
1058
+ index: 30,
1059
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/30/006b76d10a7f05450aa521d3d25e1ad6/30_l.jpg',
1060
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/30/006b76d10a7f05450aa521d3d25e1ad6/30_r.jpg',
1061
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/30/006b76d10a7f05450aa521d3d25e1ad6/30_u.jpg'
1062
+ }, {
1063
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/31/376c59553b1ffaec33ac9383a3b21540/31_b.jpg',
1064
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/31/376c59553b1ffaec33ac9383a3b21540/31_d.jpg',
1065
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/31/376c59553b1ffaec33ac9383a3b21540/31_f.jpg',
1066
+ index: 31,
1067
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/31/376c59553b1ffaec33ac9383a3b21540/31_l.jpg',
1068
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/31/376c59553b1ffaec33ac9383a3b21540/31_r.jpg',
1069
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/31/376c59553b1ffaec33ac9383a3b21540/31_u.jpg'
1070
+ }, {
1071
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/32/c87b394ae495418a01042b9e9a021266/32_b.jpg',
1072
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/32/c87b394ae495418a01042b9e9a021266/32_d.jpg',
1073
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/32/c87b394ae495418a01042b9e9a021266/32_f.jpg',
1074
+ index: 32,
1075
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/32/c87b394ae495418a01042b9e9a021266/32_l.jpg',
1076
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/32/c87b394ae495418a01042b9e9a021266/32_r.jpg',
1077
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/32/c87b394ae495418a01042b9e9a021266/32_u.jpg'
1078
+ }, {
1079
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/33/42234ce2385dcd1f476c755486385c2f/33_b.jpg',
1080
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/33/42234ce2385dcd1f476c755486385c2f/33_d.jpg',
1081
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/33/42234ce2385dcd1f476c755486385c2f/33_f.jpg',
1082
+ index: 33,
1083
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/33/42234ce2385dcd1f476c755486385c2f/33_l.jpg',
1084
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/33/42234ce2385dcd1f476c755486385c2f/33_r.jpg',
1085
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/33/42234ce2385dcd1f476c755486385c2f/33_u.jpg'
1086
+ }, {
1087
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/34/5aa1582bf38bcba3c0fff77861d91dc3/34_b.jpg',
1088
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/34/5aa1582bf38bcba3c0fff77861d91dc3/34_d.jpg',
1089
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/34/5aa1582bf38bcba3c0fff77861d91dc3/34_f.jpg',
1090
+ index: 34,
1091
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/34/5aa1582bf38bcba3c0fff77861d91dc3/34_l.jpg',
1092
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/34/5aa1582bf38bcba3c0fff77861d91dc3/34_r.jpg',
1093
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/34/5aa1582bf38bcba3c0fff77861d91dc3/34_u.jpg'
1094
+ }, {
1095
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/35/cef5b9a06c6c4c58d22af77491a7da2e/35_b.jpg',
1096
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/35/cef5b9a06c6c4c58d22af77491a7da2e/35_d.jpg',
1097
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/35/cef5b9a06c6c4c58d22af77491a7da2e/35_f.jpg',
1098
+ index: 35,
1099
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/35/cef5b9a06c6c4c58d22af77491a7da2e/35_l.jpg',
1100
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/35/cef5b9a06c6c4c58d22af77491a7da2e/35_r.jpg',
1101
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/35/cef5b9a06c6c4c58d22af77491a7da2e/35_u.jpg'
1102
+ }, {
1103
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/36/10ebb0ac99ecb753add9beaed88512a2/36_b.jpg',
1104
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/36/10ebb0ac99ecb753add9beaed88512a2/36_d.jpg',
1105
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/36/10ebb0ac99ecb753add9beaed88512a2/36_f.jpg',
1106
+ index: 36,
1107
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/36/10ebb0ac99ecb753add9beaed88512a2/36_l.jpg',
1108
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/36/10ebb0ac99ecb753add9beaed88512a2/36_r.jpg',
1109
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/36/10ebb0ac99ecb753add9beaed88512a2/36_u.jpg'
1110
+ }, {
1111
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/37/5fb9800c75230f2de299790c13e02b9e/37_b.jpg',
1112
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/37/5fb9800c75230f2de299790c13e02b9e/37_d.jpg',
1113
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/37/5fb9800c75230f2de299790c13e02b9e/37_f.jpg',
1114
+ index: 37,
1115
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/37/5fb9800c75230f2de299790c13e02b9e/37_l.jpg',
1116
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/37/5fb9800c75230f2de299790c13e02b9e/37_r.jpg',
1117
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/37/5fb9800c75230f2de299790c13e02b9e/37_u.jpg'
1118
+ }, {
1119
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/38/053c994b53b71e42752f3fa832010f31/38_b.jpg',
1120
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/38/053c994b53b71e42752f3fa832010f31/38_d.jpg',
1121
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/38/053c994b53b71e42752f3fa832010f31/38_f.jpg',
1122
+ index: 38,
1123
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/38/053c994b53b71e42752f3fa832010f31/38_l.jpg',
1124
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/38/053c994b53b71e42752f3fa832010f31/38_r.jpg',
1125
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/38/053c994b53b71e42752f3fa832010f31/38_u.jpg'
1126
+ }, {
1127
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/39/35635e38a61def7890dad81a74b8b91c/39_b.jpg',
1128
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/39/35635e38a61def7890dad81a74b8b91c/39_d.jpg',
1129
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/39/35635e38a61def7890dad81a74b8b91c/39_f.jpg',
1130
+ index: 39,
1131
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/39/35635e38a61def7890dad81a74b8b91c/39_l.jpg',
1132
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/39/35635e38a61def7890dad81a74b8b91c/39_r.jpg',
1133
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/39/35635e38a61def7890dad81a74b8b91c/39_u.jpg'
1134
+ }, {
1135
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/40/8f5597661a9e37752b96d3b8b399d8ec/40_b.jpg',
1136
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/40/8f5597661a9e37752b96d3b8b399d8ec/40_d.jpg',
1137
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/40/8f5597661a9e37752b96d3b8b399d8ec/40_f.jpg',
1138
+ index: 40,
1139
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/40/8f5597661a9e37752b96d3b8b399d8ec/40_l.jpg',
1140
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/40/8f5597661a9e37752b96d3b8b399d8ec/40_r.jpg',
1141
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/40/8f5597661a9e37752b96d3b8b399d8ec/40_u.jpg'
1142
+ }, {
1143
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/41/9315d6b55c4d95cbbbaf4d46d957f001/41_b.jpg',
1144
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/41/9315d6b55c4d95cbbbaf4d46d957f001/41_d.jpg',
1145
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/41/9315d6b55c4d95cbbbaf4d46d957f001/41_f.jpg',
1146
+ index: 41,
1147
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/41/9315d6b55c4d95cbbbaf4d46d957f001/41_l.jpg',
1148
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/41/9315d6b55c4d95cbbbaf4d46d957f001/41_r.jpg',
1149
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/41/9315d6b55c4d95cbbbaf4d46d957f001/41_u.jpg'
1150
+ }, {
1151
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/42/c75d495008394467f067966aa67874c6/42_b.jpg',
1152
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/42/c75d495008394467f067966aa67874c6/42_d.jpg',
1153
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/42/c75d495008394467f067966aa67874c6/42_f.jpg',
1154
+ index: 42,
1155
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/42/c75d495008394467f067966aa67874c6/42_l.jpg',
1156
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/42/c75d495008394467f067966aa67874c6/42_r.jpg',
1157
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/42/c75d495008394467f067966aa67874c6/42_u.jpg'
1158
+ }, {
1159
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/43/292b280b442f548a075f88166a6e73c8/43_b.jpg',
1160
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/43/292b280b442f548a075f88166a6e73c8/43_d.jpg',
1161
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/43/292b280b442f548a075f88166a6e73c8/43_f.jpg',
1162
+ index: 43,
1163
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/43/292b280b442f548a075f88166a6e73c8/43_l.jpg',
1164
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/43/292b280b442f548a075f88166a6e73c8/43_r.jpg',
1165
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/43/292b280b442f548a075f88166a6e73c8/43_u.jpg'
1166
+ }, {
1167
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/44/5f7ca8da01d3a5108347d00a1370a2e2/44_b.jpg',
1168
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/44/5f7ca8da01d3a5108347d00a1370a2e2/44_d.jpg',
1169
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/44/5f7ca8da01d3a5108347d00a1370a2e2/44_f.jpg',
1170
+ index: 44,
1171
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/44/5f7ca8da01d3a5108347d00a1370a2e2/44_l.jpg',
1172
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/44/5f7ca8da01d3a5108347d00a1370a2e2/44_r.jpg',
1173
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/44/5f7ca8da01d3a5108347d00a1370a2e2/44_u.jpg'
1174
+ }, {
1175
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/45/efd646c0e9ed0a583b38ab0a12097634/45_b.jpg',
1176
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/45/efd646c0e9ed0a583b38ab0a12097634/45_d.jpg',
1177
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/45/efd646c0e9ed0a583b38ab0a12097634/45_f.jpg',
1178
+ index: 45,
1179
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/45/efd646c0e9ed0a583b38ab0a12097634/45_l.jpg',
1180
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/45/efd646c0e9ed0a583b38ab0a12097634/45_r.jpg',
1181
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/45/efd646c0e9ed0a583b38ab0a12097634/45_u.jpg'
1182
+ }, {
1183
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/46/afe8159f48b0b563a80db3385e1ad02a/46_b.jpg',
1184
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/46/afe8159f48b0b563a80db3385e1ad02a/46_d.jpg',
1185
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/46/afe8159f48b0b563a80db3385e1ad02a/46_f.jpg',
1186
+ index: 46,
1187
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/46/afe8159f48b0b563a80db3385e1ad02a/46_l.jpg',
1188
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/46/afe8159f48b0b563a80db3385e1ad02a/46_r.jpg',
1189
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/46/afe8159f48b0b563a80db3385e1ad02a/46_u.jpg'
1190
+ }, {
1191
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/47/4ed5ee98fa5f39ae49e9780de2f00afd/47_b.jpg',
1192
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/47/4ed5ee98fa5f39ae49e9780de2f00afd/47_d.jpg',
1193
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/47/4ed5ee98fa5f39ae49e9780de2f00afd/47_f.jpg',
1194
+ index: 47,
1195
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/47/4ed5ee98fa5f39ae49e9780de2f00afd/47_l.jpg',
1196
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/47/4ed5ee98fa5f39ae49e9780de2f00afd/47_r.jpg',
1197
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/47/4ed5ee98fa5f39ae49e9780de2f00afd/47_u.jpg'
1198
+ }, {
1199
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/48/db9707236913d9eb83bdbfd03a21e70a/48_b.jpg',
1200
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/48/db9707236913d9eb83bdbfd03a21e70a/48_d.jpg',
1201
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/48/db9707236913d9eb83bdbfd03a21e70a/48_f.jpg',
1202
+ index: 48,
1203
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/48/db9707236913d9eb83bdbfd03a21e70a/48_l.jpg',
1204
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/48/db9707236913d9eb83bdbfd03a21e70a/48_r.jpg',
1205
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/48/db9707236913d9eb83bdbfd03a21e70a/48_u.jpg'
1206
+ }, {
1207
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/49/9eedc783b78ad4917848e9b29eb08e30/49_b.jpg',
1208
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/49/9eedc783b78ad4917848e9b29eb08e30/49_d.jpg',
1209
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/49/9eedc783b78ad4917848e9b29eb08e30/49_f.jpg',
1210
+ index: 49,
1211
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/49/9eedc783b78ad4917848e9b29eb08e30/49_l.jpg',
1212
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/49/9eedc783b78ad4917848e9b29eb08e30/49_r.jpg',
1213
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/49/9eedc783b78ad4917848e9b29eb08e30/49_u.jpg'
1214
+ }, {
1215
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/50/b631f8bf2a299c5381192689fc64e5f6/50_b.jpg',
1216
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/50/b631f8bf2a299c5381192689fc64e5f6/50_d.jpg',
1217
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/50/b631f8bf2a299c5381192689fc64e5f6/50_f.jpg',
1218
+ index: 50,
1219
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/50/b631f8bf2a299c5381192689fc64e5f6/50_l.jpg',
1220
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/50/b631f8bf2a299c5381192689fc64e5f6/50_r.jpg',
1221
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/50/b631f8bf2a299c5381192689fc64e5f6/50_u.jpg'
1222
+ }, {
1223
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/51/365a6e7d0dc20983d37f3f12c2cffc5e/51_b.jpg',
1224
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/51/365a6e7d0dc20983d37f3f12c2cffc5e/51_d.jpg',
1225
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/51/365a6e7d0dc20983d37f3f12c2cffc5e/51_f.jpg',
1226
+ index: 51,
1227
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/51/365a6e7d0dc20983d37f3f12c2cffc5e/51_l.jpg',
1228
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/51/365a6e7d0dc20983d37f3f12c2cffc5e/51_r.jpg',
1229
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/51/365a6e7d0dc20983d37f3f12c2cffc5e/51_u.jpg'
1230
+ }, {
1231
+ back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/52/0e47bddd975526040863edb33e8abf58/52_b.jpg',
1232
+ down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/52/0e47bddd975526040863edb33e8abf58/52_d.jpg',
1233
+ front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/52/0e47bddd975526040863edb33e8abf58/52_f.jpg',
1234
+ index: 52,
1235
+ left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/52/0e47bddd975526040863edb33e8abf58/52_l.jpg',
1236
+ right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/52/0e47bddd975526040863edb33e8abf58/52_r.jpg',
1237
+ up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/images/cube_2048/52/0e47bddd975526040863edb33e8abf58/52_u.jpg'
1238
+ }],
1239
+ type: 0,
1240
+ work_code: 'BEy832AVen8DNnOe'
1241
+ },
1242
+ picture_checksum: '827b858e4d7d1049b36de7f72e925b22',
1243
+ picture_url: 'https://vrlab-public.ljcdn.com/release/auto3dhd/819bc62edb75ee61c624a1c621e2ca66/screenshot/1631238905_5/pc0_Hzeck00HK.jpg',
1244
+ project_id: 'auto3d-VDKsQUwFdpt39RPpMHfdtk',
1245
+ standard_floor_plan_checksum: '',
1246
+ standard_floor_plan_url: '',
1247
+ status: 1,
1248
+ title: '819bc62edb75ee61c624a1c621e2ca66',
1249
+ title_picture_checksum: 'c2e1be3f88758e8af23eb1327b949d18',
1250
+ title_picture_url: 'http://vrlab-public.ljcdn.com/release/vradmin/783b7534-6ee1-448f-ae0f-f1483a46748c_1000.jpg',
1251
+ user_id: 1000000026510413
1252
+ };
1253
+ exports["default"] = _default;
1254
+ var floorplanServerData = {
1255
+ computed_data: {
1256
+ bounding: {
1257
+ max: {
1258
+ x: 43107,
1259
+ y: 41027
1260
+ },
1261
+ min: {
1262
+ x: 34878,
1263
+ y: 20309
1264
+ },
1265
+ origin: {
1266
+ x: 37500,
1267
+ y: 37500
1268
+ }
1269
+ },
1270
+ entrance: {
1271
+ floor_index: 0,
1272
+ north_rad: 7.888895565424576,
1273
+ position: {
1274
+ x: 37771,
1275
+ y: 39427.4562
1276
+ },
1277
+ position_in_image: {
1278
+ x: 0.3515615506136833,
1279
+ y: 0.077205512115069
1280
+ },
1281
+ rad: 3.1416,
1282
+ room_id: 'u-gSJA1fkTe8J6es'
1283
+ },
1284
+ floor_datas: [{
1285
+ floor_index: 0,
1286
+ floor_name: '一层',
1287
+ rooms: [{
1288
+ floor_type: 1,
1289
+ id: 'u-OYiP6TkTe8hSA8',
1290
+ name: '客厅',
1291
+ observer_indexs: [1, 2, 5, 6, 9, 10, 11, 12, 14, 19, 20, 21, 22, 23],
1292
+ path: [{
1293
+ x: 37771,
1294
+ y: 36441
1295
+ }, {
1296
+ x: 37771,
1297
+ y: 38548.0267
1298
+ }, {
1299
+ x: 39369.6613,
1300
+ y: 38548.0267
1301
+ }, {
1302
+ x: 39369.6613,
1303
+ y: 35123
1304
+ }, {
1305
+ x: 42069,
1306
+ y: 35123
1307
+ }, {
1308
+ x: 42069,
1309
+ y: 27426.7556
1310
+ }, {
1311
+ x: 39236,
1312
+ y: 27426.7556
1313
+ }, {
1314
+ x: 36893,
1315
+ y: 27426.7556
1316
+ }, {
1317
+ x: 35886,
1318
+ y: 27426.7556
1319
+ }, {
1320
+ x: 35886,
1321
+ y: 33712
1322
+ }, {
1323
+ x: 37771,
1324
+ y: 33712
1325
+ }],
1326
+ room_label: {
1327
+ position: {
1328
+ x: 38977.5,
1329
+ y: 30517.5
1330
+ },
1331
+ position_in_image: {
1332
+ x: 0.498177178271965,
1333
+ y: 0.5072642146925379
1334
+ }
1335
+ },
1336
+ room_type: '100900000002',
1337
+ size: 47743872.38195658
1338
+ }, {
1339
+ floor_type: 1,
1340
+ id: 'u-gSJA1fkTe8J6es',
1341
+ name: '门厅',
1342
+ observer_indexs: [0],
1343
+ path: [{
1344
+ x: 37771,
1345
+ y: 40027
1346
+ }, {
1347
+ x: 40239,
1348
+ y: 40027
1349
+ }, {
1350
+ x: 40239,
1351
+ y: 38548.0267
1352
+ }, {
1353
+ x: 39369.6613,
1354
+ y: 38548.0267
1355
+ }, {
1356
+ x: 37771,
1357
+ y: 38548.0267
1358
+ }],
1359
+ room_label: {
1360
+ position: {
1361
+ x: 39005,
1362
+ y: 39287.5
1363
+ },
1364
+ position_in_image: {
1365
+ x: 0.5015190181066959,
1366
+ y: 0.08396080702770538
1367
+ }
1368
+ },
1369
+ room_type: '100900000012',
1370
+ size: 3044190.376399994
1371
+ }, {
1372
+ floor_type: 3,
1373
+ id: 'u-12zVUSKTe8JmL2',
1374
+ name: '卫生间A',
1375
+ observer_indexs: [7, 8],
1376
+ path: [{
1377
+ x: 35886,
1378
+ y: 36441
1379
+ }, {
1380
+ x: 37771,
1381
+ y: 36441
1382
+ }, {
1383
+ x: 37771,
1384
+ y: 33712
1385
+ }, {
1386
+ x: 35886,
1387
+ y: 33712
1388
+ }],
1389
+ room_label: {
1390
+ position: {
1391
+ x: 36828.5,
1392
+ y: 35076.5
1393
+ },
1394
+ position_in_image: {
1395
+ x: 0.2370275853688176,
1396
+ y: 0.2872140167969881
1397
+ }
1398
+ },
1399
+ room_type: '100900000004',
1400
+ size: 4604885
1401
+ }, {
1402
+ floor_type: 3,
1403
+ id: 'u-KhmJ4PKtE8JUg3',
1404
+ name: '厨房',
1405
+ observer_indexs: [3, 4],
1406
+ path: [{
1407
+ x: 42069,
1408
+ y: 40027
1409
+ }, {
1410
+ x: 42069,
1411
+ y: 35123
1412
+ }, {
1413
+ x: 39369.6613,
1414
+ y: 35123
1415
+ }, {
1416
+ x: 39369.6613,
1417
+ y: 38548.0267
1418
+ }, {
1419
+ x: 40239,
1420
+ y: 38548.0267
1421
+ }, {
1422
+ x: 40239,
1423
+ y: 40027
1424
+ }],
1425
+ room_label: {
1426
+ position: {
1427
+ x: 40719,
1428
+ y: 36473
1429
+ },
1430
+ position_in_image: {
1431
+ x: 0.7098067808968282,
1432
+ y: 0.21980886185925283
1433
+ }
1434
+ },
1435
+ room_type: '100900000003',
1436
+ size: 10827694.066843271
1437
+ }, {
1438
+ floor_type: 0,
1439
+ id: 'u-MvmD6EkTE8k5rk',
1440
+ name: '卧室A',
1441
+ observer_indexs: [15, 16, 17],
1442
+ path: [{
1443
+ x: 39176,
1444
+ y: 25806
1445
+ }, {
1446
+ x: 39176,
1447
+ y: 23018
1448
+ }, {
1449
+ x: 38854,
1450
+ y: 23018
1451
+ }, {
1452
+ x: 38854,
1453
+ y: 22958
1454
+ }, {
1455
+ x: 35886,
1456
+ y: 22958
1457
+ }, {
1458
+ x: 35886,
1459
+ y: 27426.7556
1460
+ }, {
1461
+ x: 36893,
1462
+ y: 27426.7556
1463
+ }, {
1464
+ x: 39236,
1465
+ y: 27426.7556
1466
+ }, {
1467
+ x: 39236,
1468
+ y: 25806
1469
+ }],
1470
+ room_label: {
1471
+ position: {
1472
+ x: 37531.147705078125,
1473
+ y: 25099.595458984375
1474
+ },
1475
+ position_in_image: {
1476
+ x: 0.3224143523001732,
1477
+ y: 0.7687713360853183
1478
+ }
1479
+ },
1480
+ room_type: '100900000001',
1481
+ size: 13518211.473999977
1482
+ }, {
1483
+ floor_type: 4,
1484
+ id: 'u-oJFy5Mkte8kd9M',
1485
+ name: '阳台A',
1486
+ observer_indexs: [13],
1487
+ path: [{
1488
+ x: 42069,
1489
+ y: 25806
1490
+ }, {
1491
+ x: 39236,
1492
+ y: 25806
1493
+ }, {
1494
+ x: 39236,
1495
+ y: 27426.7556
1496
+ }, {
1497
+ x: 42069,
1498
+ y: 27426.7556
1499
+ }],
1500
+ room_label: {
1501
+ position: {
1502
+ x: 40652.5,
1503
+ y: 26616
1504
+ },
1505
+ position_in_image: {
1506
+ x: 0.7017256045692065,
1507
+ y: 0.69557872381504
1508
+ }
1509
+ },
1510
+ room_type: '100900000005',
1511
+ size: 3868080.828799963
1512
+ }, {
1513
+ floor_type: 4,
1514
+ id: 'u-g4FuqwKtE8Keee',
1515
+ name: '阳台B',
1516
+ observer_indexs: [18],
1517
+ path: [{
1518
+ x: 38854,
1519
+ y: 21309
1520
+ }, {
1521
+ x: 35886,
1522
+ y: 21309
1523
+ }, {
1524
+ x: 35886,
1525
+ y: 22958
1526
+ }, {
1527
+ x: 38854,
1528
+ y: 22958
1529
+ }],
1530
+ room_label: {
1531
+ position: {
1532
+ x: 37370,
1533
+ y: 22133.5
1534
+ },
1535
+ position_in_image: {
1536
+ x: 0.30283144975088105,
1537
+ y: 0.9119364803552467
1538
+ }
1539
+ },
1540
+ room_type: '100900000005',
1541
+ size: 4240672
1542
+ }]
1543
+ }, {
1544
+ floor_index: 1,
1545
+ floor_name: '二层',
1546
+ rooms: [{
1547
+ floor_type: 1,
1548
+ id: 'u-8U1mk8kTE8p152',
1549
+ name: '过道',
1550
+ observer_indexs: [24, 27, 28, 41, 42, 43, 44, 45],
1551
+ path: [{
1552
+ x: 37902,
1553
+ y: 32654
1554
+ }, {
1555
+ x: 38194.0851,
1556
+ y: 32654
1557
+ }, {
1558
+ x: 38194.0851,
1559
+ y: 27477.7671
1560
+ }, {
1561
+ x: 35906,
1562
+ y: 27477.7671
1563
+ }, {
1564
+ x: 35906,
1565
+ y: 33122.187
1566
+ }, {
1567
+ x: 37902,
1568
+ y: 33122.187
1569
+ }],
1570
+ room_label: {
1571
+ position: {
1572
+ x: 37050,
1573
+ y: 30299.5
1574
+ },
1575
+ position_in_image: {
1576
+ x: 0.26394458621946776,
1577
+ y: 0.5177864658750845
1578
+ }
1579
+ },
1580
+ room_type: '100900000012',
1581
+ size: 11753938.620619774
1582
+ }, {
1583
+ floor_type: 4,
1584
+ id: 'u-Qt2a8lkTE8Q5Fn',
1585
+ name: '阳台C',
1586
+ observer_indexs: [37, 38],
1587
+ path: [{
1588
+ x: 37902,
1589
+ y: 37108
1590
+ }, {
1591
+ x: 37118,
1592
+ y: 37108
1593
+ }, {
1594
+ x: 37118,
1595
+ y: 38415
1596
+ }, {
1597
+ x: 42085,
1598
+ y: 38415
1599
+ }, {
1600
+ x: 42085,
1601
+ y: 36534
1602
+ }, {
1603
+ x: 39930.5492,
1604
+ y: 36534
1605
+ }, {
1606
+ x: 37902,
1607
+ y: 36534
1608
+ }],
1609
+ room_label: {
1610
+ position: {
1611
+ x: 39601.5,
1612
+ y: 37474.5
1613
+ },
1614
+ position_in_image: {
1615
+ x: 0.5740065621582209,
1616
+ y: 0.17146925378897576
1617
+ }
1618
+ },
1619
+ room_type: '100900000005',
1620
+ size: 7719881
1621
+ }, {
1622
+ floor_type: 3,
1623
+ id: 'u-NUjVStktE8QgQB',
1624
+ name: '卫生间C',
1625
+ observer_indexs: [35, 36],
1626
+ path: [{
1627
+ x: 37902,
1628
+ y: 36454
1629
+ }, {
1630
+ x: 37902,
1631
+ y: 36534
1632
+ }, {
1633
+ x: 39930.5492,
1634
+ y: 36534
1635
+ }, {
1636
+ x: 39930.5492,
1637
+ y: 32654
1638
+ }, {
1639
+ x: 38194.0851,
1640
+ y: 32654
1641
+ }, {
1642
+ x: 37902,
1643
+ y: 32654
1644
+ }, {
1645
+ x: 37902,
1646
+ y: 33122.187
1647
+ }, {
1648
+ x: 37902,
1649
+ y: 33706
1650
+ }, {
1651
+ x: 37902,
1652
+ y: 35648
1653
+ }],
1654
+ room_label: {
1655
+ position: {
1656
+ x: 38916,
1657
+ y: 34594
1658
+ },
1659
+ position_in_image: {
1660
+ x: 0.4907036091870215,
1661
+ y: 0.3105029442996428
1662
+ }
1663
+ },
1664
+ room_type: '100900000004',
1665
+ size: 6760375.56400013
1666
+ }, {
1667
+ floor_type: 0,
1668
+ id: 'u-k8xCaekTE8qNO7',
1669
+ name: '衣帽间',
1670
+ observer_indexs: [34],
1671
+ path: [{
1672
+ x: 42085,
1673
+ y: 36534
1674
+ }, {
1675
+ x: 42085,
1676
+ y: 32654
1677
+ }, {
1678
+ x: 39930.5492,
1679
+ y: 32654
1680
+ }, {
1681
+ x: 39930.5492,
1682
+ y: 36534
1683
+ }],
1684
+ room_label: {
1685
+ position: {
1686
+ x: 41007.5,
1687
+ y: 34594
1688
+ },
1689
+ position_in_image: {
1690
+ x: 0.7448657187993681,
1691
+ y: 0.3105029442996428
1692
+ }
1693
+ },
1694
+ room_type: '100900000013',
1695
+ size: 7466434.43599987
1696
+ }, {
1697
+ floor_type: 3,
1698
+ id: 'u-HLe50ekte8QoQY',
1699
+ name: '卫生间B',
1700
+ observer_indexs: [39, 40],
1701
+ path: [{
1702
+ x: 35906,
1703
+ y: 36454
1704
+ }, {
1705
+ x: 37902,
1706
+ y: 36454
1707
+ }, {
1708
+ x: 37902,
1709
+ y: 35648
1710
+ }, {
1711
+ x: 37902,
1712
+ y: 33706
1713
+ }, {
1714
+ x: 37902,
1715
+ y: 33122.187
1716
+ }, {
1717
+ x: 35906,
1718
+ y: 33122.187
1719
+ }],
1720
+ room_label: {
1721
+ position: {
1722
+ x: 36904,
1723
+ y: 34788
1724
+ },
1725
+ position_in_image: {
1726
+ x: 0.2462024547332604,
1727
+ y: 0.30113910609132155
1728
+ }
1729
+ },
1730
+ room_type: '100900000004',
1731
+ size: 6025361.187999964
1732
+ }, {
1733
+ floor_type: 0,
1734
+ id: 'u-LOmp8sKtE8QwsF',
1735
+ name: '卧室C',
1736
+ observer_indexs: [25, 26],
1737
+ path: [{
1738
+ x: 39167,
1739
+ y: 25808
1740
+ }, {
1741
+ x: 39167,
1742
+ y: 23427
1743
+ }, {
1744
+ x: 39167,
1745
+ y: 23051
1746
+ }, {
1747
+ x: 35906,
1748
+ y: 23051
1749
+ }, {
1750
+ x: 35906,
1751
+ y: 23427
1752
+ }, {
1753
+ x: 35906,
1754
+ y: 27477.7671
1755
+ }, {
1756
+ x: 38194.0851,
1757
+ y: 27477.7671
1758
+ }, {
1759
+ x: 39225.7979,
1760
+ y: 27477.7671
1761
+ }, {
1762
+ x: 39225.7979,
1763
+ y: 25808
1764
+ }],
1765
+ room_label: {
1766
+ position: {
1767
+ x: 37536.73425292969,
1768
+ y: 25846.139282226562
1769
+ },
1770
+ position_in_image: {
1771
+ x: 0.3230932376874089,
1772
+ y: 0.7327377506406717
1773
+ }
1774
+ },
1775
+ room_type: '100900000001',
1776
+ size: 13217001.946569204
1777
+ }, {
1778
+ floor_type: 0,
1779
+ id: 'u-v7i75MKtE8R6AJ',
1780
+ name: '卧室B',
1781
+ observer_indexs: [29, 30, 31, 33],
1782
+ path: [{
1783
+ x: 42085,
1784
+ y: 32654
1785
+ }, {
1786
+ x: 42085,
1787
+ y: 27477.7671
1788
+ }, {
1789
+ x: 39225.7979,
1790
+ y: 27477.7671
1791
+ }, {
1792
+ x: 38194.0851,
1793
+ y: 27477.7671
1794
+ }, {
1795
+ x: 38194.0851,
1796
+ y: 32654
1797
+ }, {
1798
+ x: 39930.5492,
1799
+ y: 32654
1800
+ }],
1801
+ room_label: {
1802
+ position: {
1803
+ x: 40139.5,
1804
+ y: 30065.5
1805
+ },
1806
+ position_in_image: {
1807
+ x: 0.6393851014704095,
1808
+ y: 0.5290809923737813
1809
+ }
1810
+ },
1811
+ room_type: '100900000001',
1812
+ size: 18915787.384480238
1813
+ }, {
1814
+ floor_type: 4,
1815
+ id: 'u-GnW2cJkTE8r794',
1816
+ name: '阳台D',
1817
+ observer_indexs: [32],
1818
+ path: [{
1819
+ x: 42085,
1820
+ y: 25808
1821
+ }, {
1822
+ x: 39225.7979,
1823
+ y: 25808
1824
+ }, {
1825
+ x: 39225.7979,
1826
+ y: 27477.7671
1827
+ }, {
1828
+ x: 42085,
1829
+ y: 27477.7671
1830
+ }],
1831
+ room_label: {
1832
+ position: {
1833
+ x: 40655,
1834
+ y: 26642.5
1835
+ },
1836
+ position_in_image: {
1837
+ x: 0.7020294081905456,
1838
+ y: 0.6942996428226663
1839
+ }
1840
+ },
1841
+ room_type: '100900000005',
1842
+ size: 4037422.349330902
1843
+ }]
1844
+ }, {
1845
+ floor_index: 2,
1846
+ floor_name: '三层',
1847
+ rooms: [{
1848
+ floor_type: 0,
1849
+ id: 'u-Y3Z387ktE8wXe1',
1850
+ name: '多功能间',
1851
+ observer_indexs: [46, 47, 50, 51, 52],
1852
+ path: [{
1853
+ x: 39123,
1854
+ y: 35969
1855
+ }, {
1856
+ x: 39123,
1857
+ y: 34053
1858
+ }, {
1859
+ x: 39183,
1860
+ y: 34053
1861
+ }, {
1862
+ x: 42107,
1863
+ y: 34053
1864
+ }, {
1865
+ x: 42107,
1866
+ y: 29283
1867
+ }, {
1868
+ x: 39215,
1869
+ y: 29283
1870
+ }, {
1871
+ x: 39143,
1872
+ y: 29283
1873
+ }, {
1874
+ x: 39143,
1875
+ y: 27459.8519
1876
+ }, {
1877
+ x: 35878,
1878
+ y: 27459.8519
1879
+ }, {
1880
+ x: 35878,
1881
+ y: 31521.7062
1882
+ }, {
1883
+ x: 35878,
1884
+ y: 35969
1885
+ }],
1886
+ room_label: {
1887
+ position: {
1888
+ x: 38379.256774902344,
1889
+ y: 31665.01971435547
1890
+ },
1891
+ position_in_image: {
1892
+ x: 0.425477794981449,
1893
+ y: 0.4518766428055088
1894
+ }
1895
+ },
1896
+ room_type: '100900000001',
1897
+ size: 39325321.030499935
1898
+ }, {
1899
+ floor_type: 1,
1900
+ id: 'u-Y7QFVlKtE8xo1W',
1901
+ name: '阳光房',
1902
+ observer_indexs: [48, 49],
1903
+ path: [{
1904
+ x: 39143,
1905
+ y: 23332
1906
+ }, {
1907
+ x: 35878,
1908
+ y: 23332
1909
+ }, {
1910
+ x: 35878,
1911
+ y: 27459.8519
1912
+ }, {
1913
+ x: 39143,
1914
+ y: 27459.8519
1915
+ }],
1916
+ room_label: {
1917
+ position: {
1918
+ x: 37510.5,
1919
+ y: 25395.5
1920
+ },
1921
+ position_in_image: {
1922
+ x: 0.31990521327014215,
1923
+ y: 0.7544888502751231
1924
+ }
1925
+ },
1926
+ room_type: '100900000012',
1927
+ size: 12400269.225499988
1928
+ }]
1929
+ }],
1930
+ observers: [{
1931
+ floor_index: 0,
1932
+ index: 0,
1933
+ position: {
1934
+ x: 38774.98996257782,
1935
+ y: 39291.81003570557
1936
+ },
1937
+ position_in_image: {
1938
+ x: 0.47356786518140964,
1939
+ y: 0.08375277364100944
1940
+ }
1941
+ }, {
1942
+ floor_index: 0,
1943
+ index: 1,
1944
+ position: {
1945
+ x: 38557.729959487915,
1946
+ y: 37515.84970019758
1947
+ },
1948
+ position_in_image: {
1949
+ x: 0.447166114897061,
1950
+ y: 0.16947341923942574
1951
+ }
1952
+ }, {
1953
+ floor_index: 0,
1954
+ index: 2,
1955
+ position: {
1956
+ x: 38587.70000934601,
1957
+ y: 35587.74995803833
1958
+ },
1959
+ position_in_image: {
1960
+ x: 0.45080811876850263,
1961
+ y: 0.26253740911099865
1962
+ }
1963
+ }, {
1964
+ floor_index: 0,
1965
+ index: 3,
1966
+ position: {
1967
+ x: 40642.369985580444,
1968
+ y: 35753.67999076843
1969
+ },
1970
+ position_in_image: {
1971
+ x: 0.7004945905432549,
1972
+ y: 0.25452842983065777
1973
+ }
1974
+ }, {
1975
+ floor_index: 0,
1976
+ index: 4,
1977
+ position: {
1978
+ x: 40878.06010246277,
1979
+ y: 38124.56697225571
1980
+ },
1981
+ position_in_image: {
1982
+ x: 0.7291359949523355,
1983
+ y: 0.14009233650662675
1984
+ }
1985
+ }, {
1986
+ floor_index: 0,
1987
+ index: 5,
1988
+ position: {
1989
+ x: 39006.97994232178,
1990
+ y: 33598.560094833374
1991
+ },
1992
+ position_in_image: {
1993
+ x: 0.5017596235656553,
1994
+ y: 0.35855004851658584
1995
+ }
1996
+ }, {
1997
+ floor_index: 0,
1998
+ index: 6,
1999
+ position: {
2000
+ x: 37206.1930000782,
2001
+ y: 33203.01008224487
2002
+ },
2003
+ position_in_image: {
2004
+ x: 0.28292538584010224,
2005
+ y: 0.3776421429556486
2006
+ }
2007
+ }, {
2008
+ floor_index: 0,
2009
+ index: 7,
2010
+ position: {
2011
+ x: 37104.8209965229,
2012
+ y: 33977.33998298645
2013
+ },
2014
+ position_in_image: {
2015
+ x: 0.2706065131270997,
2016
+ y: 0.34026740114941356
2017
+ }
2018
+ }, {
2019
+ floor_index: 0,
2020
+ index: 8,
2021
+ position: {
2022
+ x: 36903.98597717285,
2023
+ y: 35335.89005470276
2024
+ },
2025
+ position_in_image: {
2026
+ x: 0.24620075065899277,
2027
+ y: 0.2746939832656261
2028
+ }
2029
+ }, {
2030
+ floor_index: 0,
2031
+ index: 9,
2032
+ position: {
2033
+ x: 38250.6520152092,
2034
+ y: 32036.11993789673
2035
+ },
2036
+ position_in_image: {
2037
+ x: 0.4098495582949566,
2038
+ y: 0.4339646714018376
2039
+ }
2040
+ }, {
2041
+ floor_index: 0,
2042
+ index: 10,
2043
+ position: {
2044
+ x: 40436.8200302124,
2045
+ y: 32011.149883270264
2046
+ },
2047
+ position_in_image: {
2048
+ x: 0.6755158622204888,
2049
+ y: 0.43516990620377144
2050
+ }
2051
+ }, {
2052
+ floor_index: 0,
2053
+ index: 11,
2054
+ position: {
2055
+ x: 41233.750104904175,
2056
+ y: 30159.589767456055
2057
+ },
2058
+ position_in_image: {
2059
+ x: 0.77235995927867,
2060
+ y: 0.5245395420669923
2061
+ }
2062
+ }, {
2063
+ floor_index: 0,
2064
+ index: 12,
2065
+ position: {
2066
+ x: 40684.31997299194,
2067
+ y: 28096.960067749023
2068
+ },
2069
+ position_in_image: {
2070
+ x: 0.7055924137795532,
2071
+ y: 0.6240969172821207
2072
+ }
2073
+ }, {
2074
+ floor_index: 0,
2075
+ index: 13,
2076
+ position: {
2077
+ x: 40691.49994850159,
2078
+ y: 26609.299659729004
2079
+ },
2080
+ position_in_image: {
2081
+ x: 0.7064649348039357,
2082
+ y: 0.6959021305276086
2083
+ }
2084
+ }, {
2085
+ floor_index: 0,
2086
+ index: 14,
2087
+ position: {
2088
+ x: 38214.73902463913,
2089
+ y: 29666.470050811768
2090
+ },
2091
+ position_in_image: {
2092
+ x: 0.40548535965963417,
2093
+ y: 0.5483410536339527
2094
+ }
2095
+ }, {
2096
+ floor_index: 0,
2097
+ index: 15,
2098
+ position: {
2099
+ x: 38431.96898698807,
2100
+ y: 27023.200035095215
2101
+ },
2102
+ position_in_image: {
2103
+ x: 0.4318834593496254,
2104
+ y: 0.6759243153250692
2105
+ }
2106
+ }, {
2107
+ floor_index: 0,
2108
+ index: 16,
2109
+ position: {
2110
+ x: 38427.09702253342,
2111
+ y: 25411.89956665039
2112
+ },
2113
+ position_in_image: {
2114
+ x: 0.43129141117188197,
2115
+ y: 0.7536972889926445
2116
+ }
2117
+ }, {
2118
+ floor_index: 0,
2119
+ index: 17,
2120
+ position: {
2121
+ x: 38415.56602716446,
2122
+ y: 23493.399620056152
2123
+ },
2124
+ position_in_image: {
2125
+ x: 0.4298901479115882,
2126
+ y: 0.8462979235420334
2127
+ }
2128
+ }, {
2129
+ floor_index: 0,
2130
+ index: 18,
2131
+ position: {
2132
+ x: 38092.9080247879,
2133
+ y: 22144.59991455078
2134
+ },
2135
+ position_in_image: {
2136
+ x: 0.3906802800811645,
2137
+ y: 0.9114007184790626
2138
+ }
2139
+ }, {
2140
+ floor_index: 0,
2141
+ index: 19,
2142
+ position: {
2143
+ x: 37170.635998249054,
2144
+ y: 32063.010215759277
2145
+ },
2146
+ position_in_image: {
2147
+ x: 0.2786044474722389,
2148
+ y: 0.4326667527869834
2149
+ }
2150
+ }, {
2151
+ floor_index: 0,
2152
+ index: 20,
2153
+ position: {
2154
+ x: 36385.810017585754,
2155
+ y: 31722.439765930176
2156
+ },
2157
+ position_in_image: {
2158
+ x: 0.1832312574536097,
2159
+ y: 0.44910513727530765
2160
+ }
2161
+ }, {
2162
+ floor_index: 0,
2163
+ index: 21,
2164
+ position: {
2165
+ x: 36417.709946632385,
2166
+ y: 30937.119960784912
2167
+ },
2168
+ position_in_image: {
2169
+ x: 0.1871077830395413,
2170
+ y: 0.4870103310751563
2171
+ }
2172
+ }, {
2173
+ floor_index: 0,
2174
+ index: 22,
2175
+ position: {
2176
+ x: 36347.00000286102,
2177
+ y: 30076.250076293945
2178
+ },
2179
+ position_in_image: {
2180
+ x: 0.1785150082465698,
2181
+ y: 0.5285621162132471
2182
+ }
2183
+ }, {
2184
+ floor_index: 0,
2185
+ index: 23,
2186
+ position: {
2187
+ x: 36353.829979896545,
2188
+ y: 29230.210304260254
2189
+ },
2190
+ position_in_image: {
2191
+ x: 0.17934499694939182,
2192
+ y: 0.5693980932396827
2193
+ }
2194
+ }, {
2195
+ floor_index: 1,
2196
+ index: 24,
2197
+ position: {
2198
+ x: 36454.38003540039,
2199
+ y: 28327.630043029785
2200
+ },
2201
+ position_in_image: {
2202
+ x: 0.1915639853445608,
2203
+ y: 0.6129631217767263
2204
+ }
2205
+ }, {
2206
+ floor_index: 1,
2207
+ index: 25,
2208
+ position: {
2209
+ x: 36723.653972148895,
2210
+ y: 26959.6004486084
2211
+ },
2212
+ position_in_image: {
2213
+ x: 0.22428654419114052,
2214
+ y: 0.6789940897476399
2215
+ }
2216
+ }, {
2217
+ floor_index: 1,
2218
+ index: 26,
2219
+ position: {
2220
+ x: 36653.06198596954,
2221
+ y: 24518.099784851074
2222
+ },
2223
+ position_in_image: {
2224
+ x: 0.21570810377561592,
2225
+ y: 0.7968385083091479
2226
+ }
2227
+ }, {
2228
+ floor_index: 1,
2229
+ index: 27,
2230
+ position: {
2231
+ x: 37606.696002185345,
2232
+ y: 28905.98964691162
2233
+ },
2234
+ position_in_image: {
2235
+ x: 0.3315950907990454,
2236
+ y: 0.5850473189057042
2237
+ }
2238
+ }, {
2239
+ floor_index: 1,
2240
+ index: 28,
2241
+ position: {
2242
+ x: 37627.931997179985,
2243
+ y: 31897.43995666504
2244
+ },
2245
+ position_in_image: {
2246
+ x: 0.33417571967189025,
2247
+ y: 0.4406583667986756
2248
+ }
2249
+ }, {
2250
+ floor_index: 1,
2251
+ index: 29,
2252
+ position: {
2253
+ x: 39306.40995502472,
2254
+ y: 32056.479930877686
2255
+ },
2256
+ position_in_image: {
2257
+ x: 0.5381467924443698,
2258
+ y: 0.43298195140082607
2259
+ }
2260
+ }, {
2261
+ floor_index: 1,
2262
+ index: 30,
2263
+ position: {
2264
+ x: 39252.71999835968,
2265
+ y: 29764.42003250122
2266
+ },
2267
+ position_in_image: {
2268
+ x: 0.5316223111386171,
2269
+ y: 0.5436132815666946
2270
+ }
2271
+ }, {
2272
+ floor_index: 1,
2273
+ index: 31,
2274
+ position: {
2275
+ x: 39914.23010826111,
2276
+ y: 27821.499824523926
2277
+ },
2278
+ position_in_image: {
2279
+ x: 0.6120099779148266,
2280
+ y: 0.6373926139335879
2281
+ }
2282
+ }, {
2283
+ floor_index: 1,
2284
+ index: 32,
2285
+ position: {
2286
+ x: 40112.159967422485,
2287
+ y: 26557.000160217285
2288
+ },
2289
+ position_in_image: {
2290
+ x: 0.6360627011085777,
2291
+ y: 0.6984264813101031
2292
+ }
2293
+ }, {
2294
+ floor_index: 1,
2295
+ index: 33,
2296
+ position: {
2297
+ x: 40763.25988769531,
2298
+ y: 32331.049919128418
2299
+ },
2300
+ position_in_image: {
2301
+ x: 0.7151853065615886,
2302
+ y: 0.41972922487072023
2303
+ }
2304
+ }, {
2305
+ floor_index: 1,
2306
+ index: 34,
2307
+ position: {
2308
+ x: 40725.72994232178,
2309
+ y: 34347.7098941803
2310
+ },
2311
+ position_in_image: {
2312
+ x: 0.7106246132363322,
2313
+ y: 0.322390679883179
2314
+ }
2315
+ }, {
2316
+ floor_index: 1,
2317
+ index: 35,
2318
+ position: {
2319
+ x: 39272.029995918274,
2320
+ y: 33985.93997955322
2321
+ },
2322
+ position_in_image: {
2323
+ x: 0.5339688900131576,
2324
+ y: 0.3398523033326951
2325
+ }
2326
+ }, {
2327
+ floor_index: 1,
2328
+ index: 36,
2329
+ position: {
2330
+ x: 39021.92997932434,
2331
+ y: 35397.03011512756
2332
+ },
2333
+ position_in_image: {
2334
+ x: 0.5035763737178686,
2335
+ y: 0.2717429232972505
2336
+ }
2337
+ }, {
2338
+ floor_index: 1,
2339
+ index: 37,
2340
+ position: {
2341
+ x: 40785.96997261047,
2342
+ y: 37125.6600022316
2343
+ },
2344
+ position_in_image: {
2345
+ x: 0.717945068976847,
2346
+ y: 0.18830678626162767
2347
+ }
2348
+ }, {
2349
+ floor_index: 1,
2350
+ index: 38,
2351
+ position: {
2352
+ x: 39253.08001041412,
2353
+ y: 37855.38598895073
2354
+ },
2355
+ position_in_image: {
2356
+ x: 0.5316660603249633,
2357
+ y: 0.15308495081809395
2358
+ }
2359
+ }, {
2360
+ floor_index: 1,
2361
+ index: 39,
2362
+ position: {
2363
+ x: 37247.060000896454,
2364
+ y: 33379.39977645874
2365
+ },
2366
+ position_in_image: {
2367
+ x: 0.2878916029768446,
2368
+ y: 0.36912830502660776
2369
+ }
2370
+ }, {
2371
+ floor_index: 1,
2372
+ index: 40,
2373
+ position: {
2374
+ x: 36999.06897544861,
2375
+ y: 35072.47996330261
2376
+ },
2377
+ position_in_image: {
2378
+ x: 0.25775537434057705,
2379
+ y: 0.28740805274145126
2380
+ }
2381
+ }, {
2382
+ floor_index: 1,
2383
+ index: 41,
2384
+ position: {
2385
+ x: 36589.462995529175,
2386
+ y: 32625.8602142334
2387
+ },
2388
+ position_in_image: {
2389
+ x: 0.20797946233189632,
2390
+ y: 0.40549955525468684
2391
+ }
2392
+ }, {
2393
+ floor_index: 1,
2394
+ index: 42,
2395
+ position: {
2396
+ x: 36446.56002521515,
2397
+ y: 31308.680057525635
2398
+ },
2399
+ position_in_image: {
2400
+ x: 0.19061368637928655,
2401
+ y: 0.4690761628764536
2402
+ }
2403
+ }, {
2404
+ floor_index: 1,
2405
+ index: 43,
2406
+ position: {
2407
+ x: 36496.18995189667,
2408
+ y: 30466.350078582764
2409
+ },
2410
+ position_in_image: {
2411
+ x: 0.1966447869603436,
2412
+ y: 0.509733078550885
2413
+ }
2414
+ }, {
2415
+ floor_index: 1,
2416
+ index: 44,
2417
+ position: {
2418
+ x: 36515.486001968384,
2419
+ y: 29860.400199890137
2420
+ },
2421
+ position_in_image: {
2422
+ x: 0.1989896709160753,
2423
+ y: 0.5389805869345431
2424
+ }
2425
+ }, {
2426
+ floor_index: 1,
2427
+ index: 45,
2428
+ position: {
2429
+ x: 36454.1699886322,
2430
+ y: 29229.70962524414
2431
+ },
2432
+ position_in_image: {
2433
+ x: 0.19153846015703027,
2434
+ y: 0.5694222596175239
2435
+ }
2436
+ }, {
2437
+ floor_index: 2,
2438
+ index: 46,
2439
+ position: {
2440
+ x: 36426.74994468689,
2441
+ y: 28322.8702545166
2442
+ },
2443
+ position_in_image: {
2444
+ x: 0.18820633669788428,
2445
+ y: 0.6131928634754029
2446
+ }
2447
+ }, {
2448
+ floor_index: 2,
2449
+ index: 47,
2450
+ position: {
2451
+ x: 38030.83002567291,
2452
+ y: 27898.719787597656
2453
+ },
2454
+ position_in_image: {
2455
+ x: 0.3831364717065151,
2456
+ y: 0.6336654219713459
2457
+ }
2458
+ }, {
2459
+ floor_index: 2,
2460
+ index: 48,
2461
+ position: {
2462
+ x: 38156.24499320984,
2463
+ y: 26786.499977111816
2464
+ },
2465
+ position_in_image: {
2466
+ x: 0.39837708022965596,
2467
+ y: 0.6873491660820631
2468
+ }
2469
+ }, {
2470
+ floor_index: 2,
2471
+ index: 49,
2472
+ position: {
2473
+ x: 37361.86400055885,
2474
+ y: 25525.699615478516
2475
+ },
2476
+ position_in_image: {
2477
+ x: 0.3018427513135075,
2478
+ y: 0.7482044784497289
2479
+ }
2480
+ }, {
2481
+ floor_index: 2,
2482
+ index: 50,
2483
+ position: {
2484
+ x: 38487.303018569946,
2485
+ y: 30440.420150756836
2486
+ },
2487
+ position_in_image: {
2488
+ x: 0.43860773102077366,
2489
+ y: 0.5109846437514801
2490
+ }
2491
+ }, {
2492
+ floor_index: 2,
2493
+ index: 51,
2494
+ position: {
2495
+ x: 40337.3498916626,
2496
+ y: 31951.889991760254
2497
+ },
2498
+ position_in_image: {
2499
+ x: 0.6634281068978731,
2500
+ y: 0.4380302156694539
2501
+ }
2502
+ }, {
2503
+ floor_index: 2,
2504
+ index: 52,
2505
+ position: {
2506
+ x: 38396.74001932144,
2507
+ y: 33349.35998916626
2508
+ },
2509
+ position_in_image: {
2510
+ x: 0.4276023841683609,
2511
+ y: 0.3705782416658819
2512
+ }
2513
+ }]
2514
+ },
2515
+ outlines: [{
2516
+ checksum: '4f0d672229b904dd4e03c31a624e4635',
2517
+ index: 0,
2518
+ svg_url: 'https://test-vr-public.realsee-cdn.com/test/vrcustomer/outline_0_3b57137fa12556087333b527d2aa29a8.svg',
2519
+ url: 'http://vrlab-public.ljcdn.com/release/vrcustomer/outline_0_ec177b0b-ddd9-43fe-b9c1-1ac2ce11a065.png'
2520
+ }, {
2521
+ checksum: '99f52b1a30b99b52621fb946da0ac251',
2522
+ index: 1,
2523
+ svg_url: 'https://test-vr-public.realsee-cdn.com/test/vrcustomer/outline_1_3b57137fa12556087333b527d2aa29a8.svg',
2524
+ url: 'http://vrlab-public.ljcdn.com/release/vrcustomer/outline_1_ec177b0b-ddd9-43fe-b9c1-1ac2ce11a065.png'
2525
+ }, {
2526
+ checksum: 'dc2c68d626e92c01ea048fd03af073fd',
2527
+ index: 2,
2528
+ svg_url: 'https://test-vr-public.realsee-cdn.com/test/vrcustomer/outline_2_3b57137fa12556087333b527d2aa29a8.svg',
2529
+ url: 'http://vrlab-public.ljcdn.com/release/vrcustomer/outline_2_ec177b0b-ddd9-43fe-b9c1-1ac2ce11a065.png'
2530
+ }]
2531
+ };
2532
+ exports.floorplanServerData = floorplanServerData;