@realsee/dnalogel 0.1.7-alpha.8 → 2.0.0-alpha.2

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