@realsee/dnalogel 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +94 -0
- package/TERMS.txt +56 -0
- package/components/ARVideoFigure/ARVideoFigureMesh.d.ts +44 -0
- package/components/ARVideoFigure/ARVideoFigureMesh.js +347 -0
- package/components/ARVideoFigure/ARVideoFigureScene.d.ts +11 -0
- package/components/ARVideoFigure/ARVideoFigureScene.js +74 -0
- package/components/ARVideoFigure/ImgBgTransparent.d.ts +16 -0
- package/components/ARVideoFigure/ImgBgTransparent.js +49 -0
- package/components/ARVideoFigure/ImgBgTransparentMesh.d.ts +30 -0
- package/components/ARVideoFigure/ImgBgTransparentMesh.js +173 -0
- package/components/ARVideoFigure/fragmentShader.d.ts +5 -0
- package/components/ARVideoFigure/fragmentShader.js +16 -0
- package/components/ARVideoFigure/index.d.ts +15 -0
- package/components/ARVideoFigure/index.js +64 -0
- package/components/ARVideoFigure/vertexShader.d.ts +1 -0
- package/components/ARVideoFigure/vertexShader.js +8 -0
- package/components/GlassFilters/index.d.ts +32 -0
- package/components/GlassFilters/index.js +54 -0
- package/components/ModelView/ModelViewController.d.ts +18 -0
- package/components/ModelView/ModelViewController.js +147 -0
- package/components/ModelView/index.d.ts +10 -0
- package/components/ModelView/index.js +22 -0
- package/components/PBRView/index.d.ts +14 -0
- package/components/PBRView/index.js +31 -0
- package/components/PaintBrush/index.d.ts +16 -0
- package/components/PaintBrush/index.js +33 -0
- package/components/PanoTag/index.d.ts +4 -0
- package/components/PanoTag/index.js +11 -0
- package/custom.d.js +3 -0
- package/data/1aGKl9JmrlXMXx8d.d.ts +104 -0
- package/data/1aGKl9JmrlXMXx8d.js +535 -0
- package/data/6gyq3v1verxD7JO1.d.ts +104 -0
- package/data/6gyq3v1verxD7JO1.js +460 -0
- package/data/KpokNd82rwjhackhQTBEoYKHg8zGbPXe.d.ts +84 -0
- package/data/KpokNd82rwjhackhQTBEoYKHg8zGbPXe.js +598 -0
- package/data/PrXel3aqGbp34JQn.d.ts +389 -0
- package/data/PrXel3aqGbp34JQn.js +4639 -0
- package/data/YdoNP9K4rwQDwjJr.d.ts +83 -0
- package/data/YdoNP9K4rwQDwjJr.js +1451 -0
- package/data/auto3d-njL5J99VwCmnjtQElOmXQr.d.ts +86 -0
- package/data/auto3d-njL5J99VwCmnjtQElOmXQr.js +709 -0
- package/data/oPzy3ApbjjpD8YdR.d.ts +83 -0
- package/data/oPzy3ApbjjpD8YdR.js +281 -0
- package/data/qjAxMG4XbPn96wKG.d.ts +104 -0
- package/data/qjAxMG4XbPn96wKG.js +635 -0
- package/data/rXel3aPQRRBD4JQn.d.ts +86 -0
- package/data/rXel3aPQRRBD4JQn.js +620 -0
- package/data/vLykj3NWrllMrG06.d.ts +89 -0
- package/data/vLykj3NWrllMrG06.js +2532 -0
- package/data/wYnRjQ4KZoV1yPoG.d.ts +114 -0
- package/data/wYnRjQ4KZoV1yPoG.js +512 -0
- package/data/wz0QV9KA4ugyo9ME.d.ts +39 -0
- package/data/wz0QV9KA4ugyo9ME.js +134 -0
- package/examples/FiveStateController/index.js +140 -0
- package/examples/VRHouse/Mobile.js +22 -0
- package/examples/VRHouse/PC.js +22 -0
- package/examples/VRHouse/index.js +22 -0
- package/index.d.ts +15 -0
- package/index.js +43 -0
- package/package.json +19 -0
- package/plugins/CSS3DRenderPlugin/components/Marker/index.d.ts +12 -0
- package/plugins/CSS3DRenderPlugin/components/Marker/index.js +113 -0
- package/plugins/CSS3DRenderPlugin/index.d.ts +49 -0
- package/plugins/CSS3DRenderPlugin/index.js +220 -0
- package/plugins/CameraMovementPlugin/index.d.ts +7 -0
- package/plugins/CameraMovementPlugin/index.js +338 -0
- package/plugins/CameraMovementPlugin/typing.d.ts +68 -0
- package/plugins/CameraMovementPlugin/typing.js +35 -0
- package/plugins/ModelChassisCompassPlugin/index.d.ts +15 -0
- package/plugins/ModelChassisCompassPlugin/index.js +156 -0
- package/plugins/ModelEntryDoorGuidePlugin/index.d.ts +10 -0
- package/plugins/ModelEntryDoorGuidePlugin/index.js +16 -0
- package/plugins/ModelTVVideoPlugin/index.d.ts +21 -0
- package/plugins/ModelTVVideoPlugin/index.js +313 -0
- package/plugins/ModelViewPlugin/index.d.ts +17 -0
- package/plugins/ModelViewPlugin/index.js +199 -0
- package/plugins/PanoCursorRaycasterPlugin/PanoCursorRaycasterPluginUsage.d.ts +48 -0
- package/plugins/PanoCursorRaycasterPlugin/components/MovePointTowardsCamera.d.ts +9 -0
- package/plugins/PanoCursorRaycasterPlugin/components/MovePointTowardsCamera.js +113 -0
- package/plugins/PanoCursorRaycasterPlugin/components/PointAxesHelper.d.ts +11 -0
- package/plugins/PanoCursorRaycasterPlugin/components/PointAxesHelper.js +25 -0
- package/plugins/PanoCursorRaycasterPlugin/index.d.ts +49 -0
- package/plugins/PanoCursorRaycasterPlugin/index.js +119 -0
- package/plugins/PanoCursorRaycasterPlugin/utils/addLineToFive.d.ts +5 -0
- package/plugins/PanoCursorRaycasterPlugin/utils/addLineToFive.js +25 -0
- package/plugins/PanoCursorRaycasterPlugin/utils/createLine.d.ts +3 -0
- package/plugins/PanoCursorRaycasterPlugin/utils/createLine.js +34 -0
- package/plugins/PanoCursorRaycasterPlugin/utils/vecror3.d.ts +7 -0
- package/plugins/PanoCursorRaycasterPlugin/utils/vecror3.js +18 -0
- package/plugins/PanoDoorLabelPlugin/index.d.ts +4 -0
- package/plugins/PanoDoorLabelPlugin/index.js +12 -0
- package/plugins/PanoIRobotPlugin/index.d.ts +10 -0
- package/plugins/PanoIRobotPlugin/index.js +16 -0
- package/plugins/PanoRulerPlugin/data/roomInfo.d.ts +3 -0
- package/plugins/PanoRulerPlugin/data/roomInfo.js +49 -0
- package/plugins/PanoRulerPlugin/data/roomRules.d.ts +3 -0
- package/plugins/PanoRulerPlugin/data/roomRules.js +233 -0
- package/plugins/PanoRulerPlugin/index.d.ts +27 -0
- package/plugins/PanoRulerPlugin/index.js +589 -0
- package/plugins/PanoRulerPlugin/typings.d.ts +21 -0
- package/plugins/PanoRulerPlugin/typings.js +5 -0
- package/plugins/PanoTVVideoPlugin/index.d.ts +24 -0
- package/plugins/PanoTVVideoPlugin/index.js +351 -0
- package/plugins/TreasurePlugin/Controller.d.ts +32 -0
- package/plugins/TreasurePlugin/Controller.js +175 -0
- package/plugins/TreasurePlugin/TreasureFaceAnime.d.ts +23 -0
- package/plugins/TreasurePlugin/TreasureFaceAnime.js +128 -0
- package/plugins/TreasurePlugin/TreasureObject.d.ts +35 -0
- package/plugins/TreasurePlugin/TreasureObject.js +186 -0
- package/plugins/TreasurePlugin/TreasureOpenAnime.d.ts +23 -0
- package/plugins/TreasurePlugin/TreasureOpenAnime.js +103 -0
- package/plugins/TreasurePlugin/constants.d.ts +12 -0
- package/plugins/TreasurePlugin/constants.js +30 -0
- package/plugins/TreasurePlugin/index.d.ts +11 -0
- package/plugins/TreasurePlugin/index.js +16 -0
- package/plugins/TreasurePlugin/treasureDataMap.d.ts +7 -0
- package/plugins/TreasurePlugin/treasureDataMap.js +20 -0
- package/plugins/TreasurePlugin/typings.d.ts +2 -0
- package/plugins/TreasurePlugin/typings.js +5 -0
- package/plugins/TreasurePlugin/utils/loadTreasureTextures.d.ts +7 -0
- package/plugins/TreasurePlugin/utils/loadTreasureTextures.js +115 -0
- package/plugins/floorplan/Assets/floorplanExtraObject.d.ts +1 -0
- package/plugins/floorplan/Assets/floorplanExtraObject.js +8 -0
- package/plugins/floorplan/ModelFloorplanPlugin/Controller.d.ts +100 -0
- package/plugins/floorplan/ModelFloorplanPlugin/Controller.js +643 -0
- package/plugins/floorplan/ModelFloorplanPlugin/components/Camera.d.ts +13 -0
- package/plugins/floorplan/ModelFloorplanPlugin/components/Camera.js +58 -0
- package/plugins/floorplan/ModelFloorplanPlugin/components/Compass.d.ts +5 -0
- package/plugins/floorplan/ModelFloorplanPlugin/components/Compass.js +69 -0
- package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RoomHighlight.d.ts +10 -0
- package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RoomHighlight.js +105 -0
- package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RoomLabels.d.ts +13 -0
- package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RoomLabels.js +95 -0
- package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/index.d.ts +13 -0
- package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/index.js +48 -0
- package/plugins/floorplan/ModelFloorplanPlugin/components/index.d.ts +20 -0
- package/plugins/floorplan/ModelFloorplanPlugin/components/index.js +66 -0
- package/plugins/floorplan/ModelFloorplanPlugin/controller.style.d.ts +1 -0
- package/plugins/floorplan/ModelFloorplanPlugin/controller.style.js +14 -0
- package/plugins/floorplan/ModelFloorplanPlugin/index.d.ts +9 -0
- package/plugins/floorplan/ModelFloorplanPlugin/index.js +18 -0
- package/plugins/floorplan/ModelFloorplanPlugin/typings/events.type.d.ts +23 -0
- package/plugins/floorplan/ModelFloorplanPlugin/typings/events.type.js +5 -0
- package/plugins/floorplan/ModelFloorplanPlugin/utils/constant.d.ts +15 -0
- package/plugins/floorplan/ModelFloorplanPlugin/utils/constant.js +31 -0
- package/plugins/floorplan/ModelFloorplanPlugin/utils/correctFiveState.d.ts +14 -0
- package/plugins/floorplan/ModelFloorplanPlugin/utils/correctFiveState.js +162 -0
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/Camera.d.ts +13 -0
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/Camera.js +91 -0
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/Camera.style.d.ts +3 -0
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/Camera.style.js +35 -0
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/ExtraObjects.d.ts +5 -0
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/ExtraObjects.js +50 -0
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/RoomHighlight.d.ts +9 -0
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/RoomHighlight.js +102 -0
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/index.d.ts +11 -0
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/index.js +42 -0
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/index.d.ts +17 -0
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/index.js +75 -0
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/index.style.d.ts +2 -0
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/index.style.js +13 -0
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Controller.d.ts +33 -0
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Controller.js +214 -0
- package/plugins/floorplan/PanoFloorplanRadarPlugin/index.d.ts +8 -0
- package/plugins/floorplan/PanoFloorplanRadarPlugin/index.js +18 -0
- package/plugins/floorplan/TopviewFloorplanPlugin/Controller.d.ts +55 -0
- package/plugins/floorplan/TopviewFloorplanPlugin/Controller.js +267 -0
- package/plugins/floorplan/TopviewFloorplanPlugin/index.d.ts +5 -0
- package/plugins/floorplan/TopviewFloorplanPlugin/index.js +16 -0
- package/plugins/floorplan/TopviewFloorplanPlugin/style.d.ts +1 -0
- package/plugins/floorplan/TopviewFloorplanPlugin/style.js +14 -0
- package/plugins/floorplan/components/FloorplanImage.d.ts +7 -0
- package/plugins/floorplan/components/FloorplanImage.js +76 -0
- package/plugins/floorplan/typings/floorplanData.d.ts +127 -0
- package/plugins/floorplan/typings/floorplanData.js +5 -0
- package/plugins/floorplan/typings/floorplanServerData.d.ts +125 -0
- package/plugins/floorplan/typings/floorplanServerData.js +380 -0
- package/plugins/floorplan/utils/formatData.d.ts +5 -0
- package/plugins/floorplan/utils/formatData.js +220 -0
- package/plugins/floorplan/utils/formatPosition.d.ts +37 -0
- package/plugins/floorplan/utils/formatPosition.js +87 -0
- package/shared-utils/Preloader.d.ts +6 -0
- package/shared-utils/Preloader.js +51 -0
- package/shared-utils/Subscribe.d.ts +45 -0
- package/shared-utils/Subscribe.js +210 -0
- package/shared-utils/animationFrame/BetterTween.d.ts +11 -0
- package/shared-utils/animationFrame/BetterTween.js +102 -0
- package/shared-utils/animationFrame/calculateProgress.d.ts +8 -0
- package/shared-utils/animationFrame/calculateProgress.js +38 -0
- package/shared-utils/animationFrame/formatRad.d.ts +15 -0
- package/shared-utils/animationFrame/formatRad.js +34 -0
- package/shared-utils/animationFrame/index.d.ts +15 -0
- package/shared-utils/animationFrame/index.js +69 -0
- package/shared-utils/animationFrame/tween.d.ts +75 -0
- package/shared-utils/animationFrame/tween.js +76 -0
- package/shared-utils/changeModelCanvansOpacity.d.ts +2 -0
- package/shared-utils/changeModelCanvansOpacity.js +24 -0
- package/shared-utils/createFiveContainer.d.ts +10 -0
- package/shared-utils/createFiveContainer.js +165 -0
- package/shared-utils/createLine/index.d.ts +3 -0
- package/shared-utils/createLine/index.js +29 -0
- package/shared-utils/debounce.d.ts +6 -0
- package/shared-utils/debounce.js +26 -0
- package/shared-utils/equal.d.ts +11 -0
- package/shared-utils/equal.js +96 -0
- package/shared-utils/filter.d.ts +27 -0
- package/shared-utils/filter.js +93 -0
- package/shared-utils/five/changeMode.d.ts +2 -0
- package/shared-utils/five/changeMode.js +86 -0
- package/shared-utils/five/useFivePlugin.d.ts +1 -0
- package/shared-utils/five/useFivePlugin.js +15 -0
- package/shared-utils/formatRad.d.ts +7 -0
- package/shared-utils/formatRad.js +16 -0
- package/shared-utils/getPxmm.d.ts +6 -0
- package/shared-utils/getPxmm.js +37 -0
- package/shared-utils/getRandomColor.d.ts +1 -0
- package/shared-utils/getRandomColor.js +13 -0
- package/shared-utils/isTruelyObject.d.ts +18 -0
- package/shared-utils/isTruelyObject.js +27 -0
- package/shared-utils/math/evenNumber.d.ts +1 -0
- package/shared-utils/math/evenNumber.js +11 -0
- package/shared-utils/math/planimetry.d.ts +116 -0
- package/shared-utils/math/planimetry.js +342 -0
- package/shared-utils/math/rad2Deg.d.ts +1 -0
- package/shared-utils/math/rad2Deg.js +10 -0
- package/shared-utils/nearlyEqual.d.ts +7 -0
- package/shared-utils/nearlyEqual.js +17 -0
- package/shared-utils/nextFrame.d.ts +1 -0
- package/shared-utils/nextFrame.js +13 -0
- package/shared-utils/noop.d.ts +5 -0
- package/shared-utils/noop.js +17 -0
- package/shared-utils/object3d2LocalMatrix.d.ts +12 -0
- package/shared-utils/object3d2LocalMatrix.js +73 -0
- package/shared-utils/px2rem.d.ts +1 -0
- package/shared-utils/px2rem.js +12 -0
- package/shared-utils/tap.d.ts +8 -0
- package/shared-utils/tap.js +19 -0
- package/shared-utils/three/centerPoint.d.ts +2 -0
- package/shared-utils/three/centerPoint.js +12 -0
- package/shared-utils/three/getNormal.d.ts +2 -0
- package/shared-utils/three/getNormal.js +13 -0
- package/shared-utils/three/loadFbxObj.d.ts +3 -0
- package/shared-utils/three/loadFbxObj.js +42 -0
- package/shared-utils/three/loadTexture.d.ts +2 -0
- package/shared-utils/three/loadTexture.js +38 -0
- package/shared-utils/three/vecror3.d.ts +7 -0
- package/shared-utils/three/vecror3.js +18 -0
- package/shared-utils/throttle.d.ts +7 -0
- package/shared-utils/throttle.js +25 -0
- package/shared-utils/to.d.ts +9 -0
- package/shared-utils/to.js +25 -0
- package/shared-utils/useDebounce.d.ts +8 -0
- package/shared-utils/useDebounce.js +43 -0
- package/shared-utils/useThrottle.d.ts +8 -0
- package/shared-utils/useThrottle.js +41 -0
- package/shared-utils/uuid.d.ts +4 -0
- package/shared-utils/uuid.js +20 -0
- package/shared-utils/vectorTocoordinates.d.ts +7 -0
- package/shared-utils/vectorTocoordinates.js +16 -0
- package/typedoc/components.d.ts +6 -0
- package/typedoc/components.js +5 -0
- package/typedoc/plugins.d.ts +17 -0
- package/typedoc/plugins.js +113 -0
- package/typedoc/shared-utils.d.ts +3 -0
- package/typedoc/shared-utils.js +5 -0
- package/typedoc/typings.d.ts +3 -0
- package/typedoc/typings.js +5 -0
- package/typings/math.type.d.ts +44 -0
- package/typings/math.type.js +5 -0
- package/typings/utils.type.d.ts +2 -0
- package/typings/utils.type.js +5 -0
|
@@ -0,0 +1,709 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var workJson = {
|
|
8
|
+
auto_floor_plan_checksum: '69f9dc2478725fc83bab6eda1d7d2e38',
|
|
9
|
+
auto_floor_plan_url: '',
|
|
10
|
+
code: 'jGKlDr1e8BA91XJA',
|
|
11
|
+
create_time: '2021-04-07T19:51:08+08:00',
|
|
12
|
+
editor_type: 2,
|
|
13
|
+
hierarchy_floor_plan: [{
|
|
14
|
+
checksum: '73a0a65adbaf75e3ee5dc2ec479c1b09',
|
|
15
|
+
index: 0,
|
|
16
|
+
url: 'https://vrlab-public.ljcdn.com/release/vrcustomer/hierarchy_0_bc7c4e4c-967f-41de-bb65-0c40d02c498e.png'
|
|
17
|
+
}],
|
|
18
|
+
house_layout: '{"bedroom_amount":4,"parlor_amount":2,"cookroom_amount":1,"toilet_amount":2}',
|
|
19
|
+
initial: {
|
|
20
|
+
flag_position: [-4.210117857626502, -1.130587958425482, 2.85086325774339],
|
|
21
|
+
fov: 95,
|
|
22
|
+
heading: 0,
|
|
23
|
+
latitude: 0,
|
|
24
|
+
longitude: 2.8020099352325367,
|
|
25
|
+
pano: 2,
|
|
26
|
+
pano_index: 2
|
|
27
|
+
},
|
|
28
|
+
is_active: 1,
|
|
29
|
+
machine: {
|
|
30
|
+
create_time: '2021年04月07日 19:51',
|
|
31
|
+
create_user: '专业摄影师',
|
|
32
|
+
name: '伽罗华',
|
|
33
|
+
principle: '激光'
|
|
34
|
+
},
|
|
35
|
+
machine_id: 'PHAB800069',
|
|
36
|
+
machine_version: '3',
|
|
37
|
+
model: {
|
|
38
|
+
file_url: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/model/auto3d-njL5J99VwCmnjtQElOmXQr.at3d',
|
|
39
|
+
material_base_url: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/materials/',
|
|
40
|
+
material_textures: ['https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/materials/texture_0.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/materials/texture_1.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/materials/texture_2.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/materials/texture_3.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/materials/texture_4.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/materials/texture_5.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/materials/texture_6.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/materials/texture_7.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/materials/texture_8.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/materials/texture_9.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/materials/texture_10.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/materials/texture_11.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/materials/texture_12.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/materials/texture_13.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/materials/texture_14.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/materials/texture_15.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/materials/texture_16.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/materials/texture_17.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/materials/texture_18.jpg'],
|
|
41
|
+
modify_time: '2021-04-07T20:29:24+08:00',
|
|
42
|
+
score: 94.36,
|
|
43
|
+
type: 0
|
|
44
|
+
},
|
|
45
|
+
name: '贝壳·如视 | 真实,如你所视',
|
|
46
|
+
observers: [{
|
|
47
|
+
accessible_nodes: [1],
|
|
48
|
+
floor_index: 0,
|
|
49
|
+
index: 0,
|
|
50
|
+
offset_point_count: 0,
|
|
51
|
+
position: [-0.7768319845199585, -0.0538100004196167, -1.4428199529647827],
|
|
52
|
+
quaternion: {
|
|
53
|
+
w: 0.09030026617777971,
|
|
54
|
+
x: 0.0016526361509359238,
|
|
55
|
+
y: -0.9958666673505355,
|
|
56
|
+
z: 0.00962865000687863
|
|
57
|
+
},
|
|
58
|
+
standing_position: [-0.7768319845199585, -1.1359061402962223, -1.4428199529647827],
|
|
59
|
+
visible_nodes: [1]
|
|
60
|
+
}, {
|
|
61
|
+
accessible_nodes: [0, 2, 3, 4, 10, 11, 12],
|
|
62
|
+
floor_index: 0,
|
|
63
|
+
index: 1,
|
|
64
|
+
offset_point_count: 0,
|
|
65
|
+
position: [-3.739680051803589, -0.05383260175585747, -2.016940116882324],
|
|
66
|
+
quaternion: {
|
|
67
|
+
w: 0.7480723878451325,
|
|
68
|
+
x: 0.008757164537069461,
|
|
69
|
+
y: -0.6635245570559974,
|
|
70
|
+
z: 0.006794512925566838
|
|
71
|
+
},
|
|
72
|
+
standing_position: [-3.739680051803589, -1.1377943487156954, -2.016940116882324],
|
|
73
|
+
visible_nodes: [0, 2, 3, 4, 10, 11, 12]
|
|
74
|
+
}, {
|
|
75
|
+
accessible_nodes: [1, 3, 4, 5, 6, 7, 10, 11, 12],
|
|
76
|
+
floor_index: 0,
|
|
77
|
+
index: 2,
|
|
78
|
+
offset_point_count: 0,
|
|
79
|
+
position: [-4.13893985748291, -0.050861798226833344, 0.05176810175180435],
|
|
80
|
+
quaternion: {
|
|
81
|
+
w: -0.9930557521999197,
|
|
82
|
+
x: -0.004834261579677821,
|
|
83
|
+
y: -0.11695011947526067,
|
|
84
|
+
z: 0.011813890428598891
|
|
85
|
+
},
|
|
86
|
+
standing_position: [-4.13893985748291, -1.130587958425482, 0.05176810175180435],
|
|
87
|
+
visible_nodes: [1, 3, 4, 5, 6, 7, 10, 11, 12]
|
|
88
|
+
}, {
|
|
89
|
+
accessible_nodes: [1, 2, 4, 10, 11, 12],
|
|
90
|
+
floor_index: 0,
|
|
91
|
+
index: 3,
|
|
92
|
+
offset_point_count: 0,
|
|
93
|
+
position: [-4.63716983795166, -0.05676940083503723, 2.659250020980835],
|
|
94
|
+
quaternion: {
|
|
95
|
+
w: -0.9409974504602495,
|
|
96
|
+
x: -0.0048775365947171965,
|
|
97
|
+
y: -0.33833905007299037,
|
|
98
|
+
z: 0.005165510405949583
|
|
99
|
+
},
|
|
100
|
+
standing_position: [-4.63716983795166, -1.1391967999142292, 2.659250020980835],
|
|
101
|
+
visible_nodes: [1, 2, 4, 10, 11, 12]
|
|
102
|
+
}, {
|
|
103
|
+
accessible_nodes: [1, 2, 3, 10, 11, 12],
|
|
104
|
+
floor_index: 0,
|
|
105
|
+
index: 4,
|
|
106
|
+
offset_point_count: 0,
|
|
107
|
+
position: [-4.474020004272461, -0.041769400238990784, 4.941279888153076],
|
|
108
|
+
quaternion: {
|
|
109
|
+
w: -0.7480322994658191,
|
|
110
|
+
x: -0.001345654775956148,
|
|
111
|
+
y: -0.6635972482868857,
|
|
112
|
+
z: 0.009194431125506247
|
|
113
|
+
},
|
|
114
|
+
standing_position: [-4.474020004272461, -1.1243451471168586, 4.941279888153076],
|
|
115
|
+
visible_nodes: [1, 2, 3, 10, 11, 12]
|
|
116
|
+
}, {
|
|
117
|
+
accessible_nodes: [2, 6, 7, 8, 9],
|
|
118
|
+
floor_index: 0,
|
|
119
|
+
index: 5,
|
|
120
|
+
offset_point_count: 0,
|
|
121
|
+
position: [-1.624459981918335, -0.05146310105919838, 0.09490299969911575],
|
|
122
|
+
quaternion: {
|
|
123
|
+
w: -0.4279639747707519,
|
|
124
|
+
x: 0.0028012124815235675,
|
|
125
|
+
y: -0.9037647205752607,
|
|
126
|
+
z: 0.006951010801863483
|
|
127
|
+
},
|
|
128
|
+
standing_position: [-1.624459981918335, -1.12866565841352, 0.09490299969911575],
|
|
129
|
+
visible_nodes: [2, 6, 7, 8, 9]
|
|
130
|
+
}, {
|
|
131
|
+
accessible_nodes: [2, 5, 7],
|
|
132
|
+
floor_index: 0,
|
|
133
|
+
index: 6,
|
|
134
|
+
offset_point_count: 0,
|
|
135
|
+
position: [-0.38031500577926636, -0.05627080053091049, -0.04324829950928688],
|
|
136
|
+
quaternion: {
|
|
137
|
+
w: -0.1955728664226139,
|
|
138
|
+
x: 0.0025335260657253795,
|
|
139
|
+
y: -0.9806837932741983,
|
|
140
|
+
z: 0.0020317742063614484
|
|
141
|
+
},
|
|
142
|
+
standing_position: [-0.38031500577926636, -1.1385992940132088, -0.04324829950928688],
|
|
143
|
+
visible_nodes: [2, 5, 7]
|
|
144
|
+
}, {
|
|
145
|
+
accessible_nodes: [2, 5, 6],
|
|
146
|
+
floor_index: 0,
|
|
147
|
+
index: 7,
|
|
148
|
+
offset_point_count: 0,
|
|
149
|
+
position: [0.24704399704933167, -0.05245310068130493, 0.2677989900112152],
|
|
150
|
+
quaternion: {
|
|
151
|
+
w: -0.24272613630711398,
|
|
152
|
+
x: 0.005507834746560318,
|
|
153
|
+
y: -0.9700777814221964,
|
|
154
|
+
z: 0.0016687904175923583
|
|
155
|
+
},
|
|
156
|
+
standing_position: [0.24704399704933167, -1.1365312067133906, 0.2677989900112152],
|
|
157
|
+
visible_nodes: [2, 5, 6]
|
|
158
|
+
}, {
|
|
159
|
+
accessible_nodes: [5, 9],
|
|
160
|
+
floor_index: 0,
|
|
161
|
+
index: 8,
|
|
162
|
+
offset_point_count: 0,
|
|
163
|
+
position: [-1.518470048904419, -0.05849809944629669, 2.3119699954986572],
|
|
164
|
+
quaternion: {
|
|
165
|
+
w: -0.7260072997991782,
|
|
166
|
+
x: -0.005160822651380231,
|
|
167
|
+
y: -0.6876245129875573,
|
|
168
|
+
z: 0.007700328638722291
|
|
169
|
+
},
|
|
170
|
+
standing_position: [-1.518470048904419, -1.1367623416543189, 2.3119699954986572],
|
|
171
|
+
visible_nodes: [5, 9]
|
|
172
|
+
}, {
|
|
173
|
+
accessible_nodes: [5, 8],
|
|
174
|
+
floor_index: 0,
|
|
175
|
+
index: 9,
|
|
176
|
+
offset_point_count: 0,
|
|
177
|
+
position: [-0.9906790256500244, -0.05952649936079979, 4.944439888000488],
|
|
178
|
+
quaternion: {
|
|
179
|
+
w: -0.7339170968059485,
|
|
180
|
+
x: 0.002219913933243456,
|
|
181
|
+
y: -0.6791268234009035,
|
|
182
|
+
z: 0.012146187954006824
|
|
183
|
+
},
|
|
184
|
+
standing_position: [-0.9906790256500244, -1.1439884413912627, 4.944439888000488],
|
|
185
|
+
visible_nodes: [5, 8]
|
|
186
|
+
}, {
|
|
187
|
+
accessible_nodes: [1, 2, 3, 4, 11, 12, 15, 25],
|
|
188
|
+
floor_index: 0,
|
|
189
|
+
index: 10,
|
|
190
|
+
offset_point_count: 0,
|
|
191
|
+
position: [-3.690269947052002, -0.04692219942808151, -4.26209020614624],
|
|
192
|
+
quaternion: {
|
|
193
|
+
w: 0.5873352090814188,
|
|
194
|
+
x: 0.008055293816790697,
|
|
195
|
+
y: -0.8093001739791179,
|
|
196
|
+
z: 0.0023881153196521213
|
|
197
|
+
},
|
|
198
|
+
standing_position: [-3.690269947052002, -1.1283514692584786, -4.26209020614624],
|
|
199
|
+
visible_nodes: [1, 2, 3, 4, 11, 12, 15, 25]
|
|
200
|
+
}, {
|
|
201
|
+
accessible_nodes: [1, 2, 3, 4, 10, 12, 13, 14],
|
|
202
|
+
floor_index: 0,
|
|
203
|
+
index: 11,
|
|
204
|
+
offset_point_count: 0,
|
|
205
|
+
position: [-2.9684200286865234, -0.03583050146698952, -6.719540119171143],
|
|
206
|
+
quaternion: {
|
|
207
|
+
w: 0.24890100947415827,
|
|
208
|
+
x: 0.0067862180915066565,
|
|
209
|
+
y: -0.9685036592143602,
|
|
210
|
+
z: 0.001699896101779539
|
|
211
|
+
},
|
|
212
|
+
standing_position: [-2.9684200286865234, -1.1200925191039954, -6.719540119171143],
|
|
213
|
+
visible_nodes: [1, 2, 3, 4, 10, 12, 13, 14]
|
|
214
|
+
}, {
|
|
215
|
+
accessible_nodes: [1, 2, 3, 4, 10, 11],
|
|
216
|
+
floor_index: 0,
|
|
217
|
+
index: 12,
|
|
218
|
+
offset_point_count: 0,
|
|
219
|
+
position: [-2.8708600997924805, -0.014699299819767475, -9.069250106811523],
|
|
220
|
+
quaternion: {
|
|
221
|
+
w: 0.6986676694817032,
|
|
222
|
+
x: 0.010983693891451742,
|
|
223
|
+
y: -0.7153582366335597,
|
|
224
|
+
z: 0.0023331672743550657
|
|
225
|
+
},
|
|
226
|
+
standing_position: [-2.8708600997924805, -1.0890889320596029, -9.069250106811523],
|
|
227
|
+
visible_nodes: [1, 2, 3, 4, 10, 11]
|
|
228
|
+
}, {
|
|
229
|
+
accessible_nodes: [11, 14],
|
|
230
|
+
floor_index: 0,
|
|
231
|
+
index: 13,
|
|
232
|
+
offset_point_count: 0,
|
|
233
|
+
position: [-1.912310004234314, -0.032865799963474274, -6.909329891204834],
|
|
234
|
+
quaternion: {
|
|
235
|
+
w: -0.5054679291595152,
|
|
236
|
+
x: -0.003487923476952787,
|
|
237
|
+
y: -0.8627897002369271,
|
|
238
|
+
z: 0.009161614700349678
|
|
239
|
+
},
|
|
240
|
+
standing_position: [-1.912310004234314, -1.1196483686959324, -6.909329891204834],
|
|
241
|
+
visible_nodes: [11, 14]
|
|
242
|
+
}, {
|
|
243
|
+
accessible_nodes: [11, 13],
|
|
244
|
+
floor_index: 0,
|
|
245
|
+
index: 14,
|
|
246
|
+
offset_point_count: 0,
|
|
247
|
+
position: [-0.1743900030851364, -0.031027600169181824, -6.920589923858643],
|
|
248
|
+
quaternion: {
|
|
249
|
+
w: 0.13813208493297494,
|
|
250
|
+
x: 0.006092929663581394,
|
|
251
|
+
y: -0.9903821590381016,
|
|
252
|
+
z: 0.005057904755152437
|
|
253
|
+
},
|
|
254
|
+
standing_position: [-0.1743900030851364, -1.119539891947188, -6.920589923858643],
|
|
255
|
+
visible_nodes: [11, 13]
|
|
256
|
+
}, {
|
|
257
|
+
accessible_nodes: [10, 16, 17, 18, 23, 24, 25, 27],
|
|
258
|
+
floor_index: 0,
|
|
259
|
+
index: 15,
|
|
260
|
+
offset_point_count: 0,
|
|
261
|
+
position: [-8.321900367736816, -0.044991299510002136, -4.37608003616333],
|
|
262
|
+
quaternion: {
|
|
263
|
+
w: -0.9990043526445825,
|
|
264
|
+
x: -0.009298039822621387,
|
|
265
|
+
y: -0.04351089532941116,
|
|
266
|
+
z: 0.0032633661860962246
|
|
267
|
+
},
|
|
268
|
+
standing_position: [-8.321900367736816, -1.123479224378376, -4.37608003616333],
|
|
269
|
+
visible_nodes: [10, 16, 17, 18, 23, 24, 25, 27]
|
|
270
|
+
}, {
|
|
271
|
+
accessible_nodes: [15, 17, 18, 23, 24],
|
|
272
|
+
floor_index: 0,
|
|
273
|
+
index: 16,
|
|
274
|
+
offset_point_count: 0,
|
|
275
|
+
position: [-8.249850273132324, -0.04606970027089119, -5.993750095367432],
|
|
276
|
+
quaternion: {
|
|
277
|
+
w: 0.7769872377218248,
|
|
278
|
+
x: 0.008094764889531116,
|
|
279
|
+
y: -0.6294593600082341,
|
|
280
|
+
z: -0.0024959517722675994
|
|
281
|
+
},
|
|
282
|
+
standing_position: [-8.249850273132324, -1.1293964606884883, -5.993750095367432],
|
|
283
|
+
visible_nodes: [15, 17, 18, 23, 24]
|
|
284
|
+
}, {
|
|
285
|
+
accessible_nodes: [15, 16],
|
|
286
|
+
floor_index: 0,
|
|
287
|
+
index: 17,
|
|
288
|
+
offset_point_count: 0,
|
|
289
|
+
position: [-7.113120079040527, -0.028671300038695335, -8.907750129699707],
|
|
290
|
+
quaternion: {
|
|
291
|
+
w: 0.33052806486016534,
|
|
292
|
+
x: 0.008255600183666103,
|
|
293
|
+
y: -0.9437597700585924,
|
|
294
|
+
z: 0.0007253727528653774
|
|
295
|
+
},
|
|
296
|
+
standing_position: [-7.113120079040527, -1.1067931014630623, -8.907750129699707],
|
|
297
|
+
visible_nodes: [15, 16]
|
|
298
|
+
}, {
|
|
299
|
+
accessible_nodes: [15, 16, 19, 20, 21, 22, 23, 24],
|
|
300
|
+
floor_index: 0,
|
|
301
|
+
index: 18,
|
|
302
|
+
offset_point_count: 0,
|
|
303
|
+
position: [-8.409509658813477, -0.046995099633932114, -2.0374300479888916],
|
|
304
|
+
quaternion: {
|
|
305
|
+
w: -0.9051536390259335,
|
|
306
|
+
x: -0.002479142122748591,
|
|
307
|
+
y: -0.42494854134840715,
|
|
308
|
+
z: 0.010463639463534902
|
|
309
|
+
},
|
|
310
|
+
standing_position: [-8.409509658813477, -1.1301805056662622, -2.0374300479888916],
|
|
311
|
+
visible_nodes: [15, 16, 19, 20, 21, 22, 23, 24]
|
|
312
|
+
}, {
|
|
313
|
+
accessible_nodes: [18, 20, 21],
|
|
314
|
+
floor_index: 0,
|
|
315
|
+
index: 19,
|
|
316
|
+
offset_point_count: 0,
|
|
317
|
+
position: [-7.430260181427002, -0.04612470045685768, -2.1685400009155273],
|
|
318
|
+
quaternion: {
|
|
319
|
+
w: -0.19475983297463562,
|
|
320
|
+
x: 0.00958325110036868,
|
|
321
|
+
y: -0.9807759749711433,
|
|
322
|
+
z: 0.007433502639824276
|
|
323
|
+
},
|
|
324
|
+
standing_position: [-7.430260181427002, -1.1310259052303397, -2.1685400009155273],
|
|
325
|
+
visible_nodes: [18, 20, 21]
|
|
326
|
+
}, {
|
|
327
|
+
accessible_nodes: [18, 19, 21],
|
|
328
|
+
floor_index: 0,
|
|
329
|
+
index: 20,
|
|
330
|
+
offset_point_count: 0,
|
|
331
|
+
position: [-6.685070037841797, -0.04318280145525932, -2.341820001602173],
|
|
332
|
+
quaternion: {
|
|
333
|
+
w: 0.007873128839058486,
|
|
334
|
+
x: 0.0044215556868085724,
|
|
335
|
+
y: -0.9999449684974779,
|
|
336
|
+
z: 0.005339668615740763
|
|
337
|
+
},
|
|
338
|
+
standing_position: [-6.685070037841797, -1.1289806786105485, -2.341820001602173],
|
|
339
|
+
visible_nodes: [18, 19, 21]
|
|
340
|
+
}, {
|
|
341
|
+
accessible_nodes: [18, 19, 20, 22],
|
|
342
|
+
floor_index: 0,
|
|
343
|
+
index: 21,
|
|
344
|
+
offset_point_count: 0,
|
|
345
|
+
position: [-9.483369827270508, -0.055389098823070526, -1.835729956626892],
|
|
346
|
+
quaternion: {
|
|
347
|
+
w: -0.9867081165118299,
|
|
348
|
+
x: -0.0049808296900799645,
|
|
349
|
+
y: 0.16242574580359778,
|
|
350
|
+
z: -0.00040096803754081987
|
|
351
|
+
},
|
|
352
|
+
standing_position: [-9.483369827270508, -1.1355041776634085, -1.835729956626892],
|
|
353
|
+
visible_nodes: [18, 19, 20, 22]
|
|
354
|
+
}, {
|
|
355
|
+
accessible_nodes: [18, 21],
|
|
356
|
+
floor_index: 0,
|
|
357
|
+
index: 22,
|
|
358
|
+
offset_point_count: 0,
|
|
359
|
+
position: [-11.244000434875488, -0.049665000289678574, -2.431260108947754],
|
|
360
|
+
quaternion: {
|
|
361
|
+
w: 0.7957981007973494,
|
|
362
|
+
x: 0.004792126142411763,
|
|
363
|
+
y: -0.6055420185180309,
|
|
364
|
+
z: -0.0011350465654798305
|
|
365
|
+
},
|
|
366
|
+
standing_position: [-11.244000434875488, -1.1393059237609107, -2.431260108947754],
|
|
367
|
+
visible_nodes: [18, 21]
|
|
368
|
+
}, {
|
|
369
|
+
accessible_nodes: [15, 16, 18, 24],
|
|
370
|
+
floor_index: 0,
|
|
371
|
+
index: 23,
|
|
372
|
+
offset_point_count: 0,
|
|
373
|
+
position: [-8.61085033416748, -0.05741320177912712, 0.6169530153274536],
|
|
374
|
+
quaternion: {
|
|
375
|
+
w: -0.9426159901291432,
|
|
376
|
+
x: -0.0066396119046431895,
|
|
377
|
+
y: -0.3337700573343176,
|
|
378
|
+
z: 0.005343816001219156
|
|
379
|
+
},
|
|
380
|
+
standing_position: [-8.61085033416748, -1.1341518956767862, 0.6169530153274536],
|
|
381
|
+
visible_nodes: [15, 16, 18, 24]
|
|
382
|
+
}, {
|
|
383
|
+
accessible_nodes: [15, 16, 18, 23],
|
|
384
|
+
floor_index: 0,
|
|
385
|
+
index: 24,
|
|
386
|
+
offset_point_count: 0,
|
|
387
|
+
position: [-9.443659782409668, -0.04053540155291557, 4.76186990737915],
|
|
388
|
+
quaternion: {
|
|
389
|
+
w: -0.8353811651595255,
|
|
390
|
+
x: -0.006770493867656628,
|
|
391
|
+
y: -0.5496073854975694,
|
|
392
|
+
z: 0.004915892868389745
|
|
393
|
+
},
|
|
394
|
+
standing_position: [-9.443659782409668, -1.1032244603523922, 4.76186990737915],
|
|
395
|
+
visible_nodes: [15, 16, 18, 23]
|
|
396
|
+
}, {
|
|
397
|
+
accessible_nodes: [10, 15, 26, 27],
|
|
398
|
+
floor_index: 0,
|
|
399
|
+
index: 25,
|
|
400
|
+
offset_point_count: 0,
|
|
401
|
+
position: [-10.03600025177002, -0.039380401372909546, -4.653840065002441],
|
|
402
|
+
quaternion: {
|
|
403
|
+
w: -0.6326641835318368,
|
|
404
|
+
x: 0.0015501344260458693,
|
|
405
|
+
y: -0.7744245203762414,
|
|
406
|
+
z: 0.000541844302556706
|
|
407
|
+
},
|
|
408
|
+
standing_position: [-10.03600025177002, -1.1170785906669842, -4.653840065002441],
|
|
409
|
+
visible_nodes: [10, 15, 26, 27]
|
|
410
|
+
}, {
|
|
411
|
+
accessible_nodes: [25],
|
|
412
|
+
floor_index: 0,
|
|
413
|
+
index: 26,
|
|
414
|
+
offset_point_count: 0,
|
|
415
|
+
position: [-10.498100280761719, -0.020562700927257538, -8.258379936218262],
|
|
416
|
+
quaternion: {
|
|
417
|
+
w: -0.7604228890448647,
|
|
418
|
+
x: 0.0008239811498643198,
|
|
419
|
+
y: -0.649422400284785,
|
|
420
|
+
z: -0.002621610314788528
|
|
421
|
+
},
|
|
422
|
+
standing_position: [-10.498100280761719, -1.0945701574496205, -8.258379936218262],
|
|
423
|
+
visible_nodes: [25]
|
|
424
|
+
}, {
|
|
425
|
+
accessible_nodes: [15, 25, 28],
|
|
426
|
+
floor_index: 0,
|
|
427
|
+
index: 27,
|
|
428
|
+
offset_point_count: 0,
|
|
429
|
+
position: [-13.833900451660156, -0.00275194994173944, -6.124420166015625],
|
|
430
|
+
quaternion: {
|
|
431
|
+
w: -0.6458611034758363,
|
|
432
|
+
x: 0.002423496753943504,
|
|
433
|
+
y: -0.7634144663839575,
|
|
434
|
+
z: 0.007477485255655697
|
|
435
|
+
},
|
|
436
|
+
standing_position: [-13.833900451660156, -1.0578740756046008, -6.124420166015625],
|
|
437
|
+
visible_nodes: [15, 25, 28]
|
|
438
|
+
}, {
|
|
439
|
+
accessible_nodes: [27],
|
|
440
|
+
floor_index: 0,
|
|
441
|
+
index: 28,
|
|
442
|
+
offset_point_count: 0,
|
|
443
|
+
position: [-14.698699951171875, 0.06550929695367813, -2.133960008621216],
|
|
444
|
+
quaternion: {
|
|
445
|
+
w: 0.288968133324103,
|
|
446
|
+
x: -0.00031732525902307776,
|
|
447
|
+
y: -0.9573296529367978,
|
|
448
|
+
z: -0.004155085455222202
|
|
449
|
+
},
|
|
450
|
+
standing_position: [-14.698699951171875, -1.0290437514385875, -2.133960008621216],
|
|
451
|
+
visible_nodes: [27]
|
|
452
|
+
}],
|
|
453
|
+
outline_floor_plan: [{
|
|
454
|
+
checksum: '602eabe4978ea9263fbf1e3692fe5efe',
|
|
455
|
+
index: 0,
|
|
456
|
+
url: 'https://vrlab-public.ljcdn.com/release/vrcustomer/outline_0_bc7c4e4c-967f-41de-bb65-0c40d02c498e.png'
|
|
457
|
+
}],
|
|
458
|
+
panorama: {
|
|
459
|
+
base_url: 'http://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/',
|
|
460
|
+
count: 29,
|
|
461
|
+
list: [{
|
|
462
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/0/bf87c6a78d5e7b0c215acfb2aa6c9ffe/0_b.jpg',
|
|
463
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/0/bf87c6a78d5e7b0c215acfb2aa6c9ffe/0_d.jpg',
|
|
464
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/0/bf87c6a78d5e7b0c215acfb2aa6c9ffe/0_f.jpg',
|
|
465
|
+
index: 0,
|
|
466
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/0/bf87c6a78d5e7b0c215acfb2aa6c9ffe/0_l.jpg',
|
|
467
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/0/bf87c6a78d5e7b0c215acfb2aa6c9ffe/0_r.jpg',
|
|
468
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/0/bf87c6a78d5e7b0c215acfb2aa6c9ffe/0_u.jpg'
|
|
469
|
+
}, {
|
|
470
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/1/dd269bcedd9963f8c5a4a7f64e4449d9/1_b.jpg',
|
|
471
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/1/dd269bcedd9963f8c5a4a7f64e4449d9/1_d.jpg',
|
|
472
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/1/dd269bcedd9963f8c5a4a7f64e4449d9/1_f.jpg',
|
|
473
|
+
index: 1,
|
|
474
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/1/dd269bcedd9963f8c5a4a7f64e4449d9/1_l.jpg',
|
|
475
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/1/dd269bcedd9963f8c5a4a7f64e4449d9/1_r.jpg',
|
|
476
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/1/dd269bcedd9963f8c5a4a7f64e4449d9/1_u.jpg'
|
|
477
|
+
}, {
|
|
478
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/2/37c580c19cd89b6fe98d58b85befc84f/2_b.jpg',
|
|
479
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/2/37c580c19cd89b6fe98d58b85befc84f/2_d.jpg',
|
|
480
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/2/37c580c19cd89b6fe98d58b85befc84f/2_f.jpg',
|
|
481
|
+
index: 2,
|
|
482
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/2/37c580c19cd89b6fe98d58b85befc84f/2_l.jpg',
|
|
483
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/2/37c580c19cd89b6fe98d58b85befc84f/2_r.jpg',
|
|
484
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/2/37c580c19cd89b6fe98d58b85befc84f/2_u.jpg'
|
|
485
|
+
}, {
|
|
486
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/3/f8da82c35198acf1b3f31ef8fef4cfbc/3_b_olFGez.jpg',
|
|
487
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/3/f8da82c35198acf1b3f31ef8fef4cfbc/3_d.jpg',
|
|
488
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/3/f8da82c35198acf1b3f31ef8fef4cfbc/3_f.jpg',
|
|
489
|
+
index: 3,
|
|
490
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/3/f8da82c35198acf1b3f31ef8fef4cfbc/3_l.jpg',
|
|
491
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/3/f8da82c35198acf1b3f31ef8fef4cfbc/3_r.jpg',
|
|
492
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/3/f8da82c35198acf1b3f31ef8fef4cfbc/3_u.jpg'
|
|
493
|
+
}, {
|
|
494
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/4/4122f762e8dabe2d32dffc1f9a571e24/4_b.jpg',
|
|
495
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/4/4122f762e8dabe2d32dffc1f9a571e24/4_d.jpg',
|
|
496
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/4/4122f762e8dabe2d32dffc1f9a571e24/4_f.jpg',
|
|
497
|
+
index: 4,
|
|
498
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/4/4122f762e8dabe2d32dffc1f9a571e24/4_l_OKNCtp.jpg',
|
|
499
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/4/4122f762e8dabe2d32dffc1f9a571e24/4_r.jpg',
|
|
500
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/4/4122f762e8dabe2d32dffc1f9a571e24/4_u.jpg'
|
|
501
|
+
}, {
|
|
502
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/5/56a23f78f2ec5a084f3e536098049426/5_b.jpg',
|
|
503
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/5/56a23f78f2ec5a084f3e536098049426/5_d.jpg',
|
|
504
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/5/56a23f78f2ec5a084f3e536098049426/5_f.jpg',
|
|
505
|
+
index: 5,
|
|
506
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/5/56a23f78f2ec5a084f3e536098049426/5_l.jpg',
|
|
507
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/5/56a23f78f2ec5a084f3e536098049426/5_r.jpg',
|
|
508
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/5/56a23f78f2ec5a084f3e536098049426/5_u.jpg'
|
|
509
|
+
}, {
|
|
510
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/6/9d40a353e0d4ac144d092a631575b7b2/6_b.jpg',
|
|
511
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/6/9d40a353e0d4ac144d092a631575b7b2/6_d.jpg',
|
|
512
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/6/9d40a353e0d4ac144d092a631575b7b2/6_f.jpg',
|
|
513
|
+
index: 6,
|
|
514
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/6/9d40a353e0d4ac144d092a631575b7b2/6_l.jpg',
|
|
515
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/6/9d40a353e0d4ac144d092a631575b7b2/6_r.jpg',
|
|
516
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/6/9d40a353e0d4ac144d092a631575b7b2/6_u.jpg'
|
|
517
|
+
}, {
|
|
518
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/7/131e71946a476e61fb45cae3c887efe4/7_b.jpg',
|
|
519
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/7/131e71946a476e61fb45cae3c887efe4/7_d.jpg',
|
|
520
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/7/131e71946a476e61fb45cae3c887efe4/7_f.jpg',
|
|
521
|
+
index: 7,
|
|
522
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/7/131e71946a476e61fb45cae3c887efe4/7_l.jpg',
|
|
523
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/7/131e71946a476e61fb45cae3c887efe4/7_r.jpg',
|
|
524
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/7/131e71946a476e61fb45cae3c887efe4/7_u.jpg'
|
|
525
|
+
}, {
|
|
526
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/8/5d7b800510dc0decb903cc768094405f/8_b.jpg',
|
|
527
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/8/5d7b800510dc0decb903cc768094405f/8_d.jpg',
|
|
528
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/8/5d7b800510dc0decb903cc768094405f/8_f.jpg',
|
|
529
|
+
index: 8,
|
|
530
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/8/5d7b800510dc0decb903cc768094405f/8_l.jpg',
|
|
531
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/8/5d7b800510dc0decb903cc768094405f/8_r_KfHRxa.jpg',
|
|
532
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/8/5d7b800510dc0decb903cc768094405f/8_u.jpg'
|
|
533
|
+
}, {
|
|
534
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/9/6c97f38424b9f5c50ae34762701d6b44/9_b_pNitMD.jpg',
|
|
535
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/9/6c97f38424b9f5c50ae34762701d6b44/9_d.jpg',
|
|
536
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/9/6c97f38424b9f5c50ae34762701d6b44/9_f.jpg',
|
|
537
|
+
index: 9,
|
|
538
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/9/6c97f38424b9f5c50ae34762701d6b44/9_l.jpg',
|
|
539
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/9/6c97f38424b9f5c50ae34762701d6b44/9_r.jpg',
|
|
540
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/9/6c97f38424b9f5c50ae34762701d6b44/9_u.jpg'
|
|
541
|
+
}, {
|
|
542
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/10/fc71fc7d9864dd8b2cdd03dd207dc399/10_b.jpg',
|
|
543
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/10/fc71fc7d9864dd8b2cdd03dd207dc399/10_d.jpg',
|
|
544
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/10/fc71fc7d9864dd8b2cdd03dd207dc399/10_f.jpg',
|
|
545
|
+
index: 10,
|
|
546
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/10/fc71fc7d9864dd8b2cdd03dd207dc399/10_l.jpg',
|
|
547
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/10/fc71fc7d9864dd8b2cdd03dd207dc399/10_r.jpg',
|
|
548
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/10/fc71fc7d9864dd8b2cdd03dd207dc399/10_u.jpg'
|
|
549
|
+
}, {
|
|
550
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/11/d2b78709acceaf306574a4e1fdfea3a4/11_b.jpg',
|
|
551
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/11/d2b78709acceaf306574a4e1fdfea3a4/11_d.jpg',
|
|
552
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/11/d2b78709acceaf306574a4e1fdfea3a4/11_f.jpg',
|
|
553
|
+
index: 11,
|
|
554
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/11/d2b78709acceaf306574a4e1fdfea3a4/11_l.jpg',
|
|
555
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/11/d2b78709acceaf306574a4e1fdfea3a4/11_r.jpg',
|
|
556
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/11/d2b78709acceaf306574a4e1fdfea3a4/11_u.jpg'
|
|
557
|
+
}, {
|
|
558
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/12/e91c9842d2922a86c2454046bd21a224/12_b.jpg',
|
|
559
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/12/e91c9842d2922a86c2454046bd21a224/12_d.jpg',
|
|
560
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/12/e91c9842d2922a86c2454046bd21a224/12_f.jpg',
|
|
561
|
+
index: 12,
|
|
562
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/12/e91c9842d2922a86c2454046bd21a224/12_l.jpg',
|
|
563
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/12/e91c9842d2922a86c2454046bd21a224/12_r.jpg',
|
|
564
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/12/e91c9842d2922a86c2454046bd21a224/12_u.jpg'
|
|
565
|
+
}, {
|
|
566
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/13/39a39270c8a6c0b1cd6148d065271078/13_b.jpg',
|
|
567
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/13/39a39270c8a6c0b1cd6148d065271078/13_d.jpg',
|
|
568
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/13/39a39270c8a6c0b1cd6148d065271078/13_f.jpg',
|
|
569
|
+
index: 13,
|
|
570
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/13/39a39270c8a6c0b1cd6148d065271078/13_l.jpg',
|
|
571
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/13/39a39270c8a6c0b1cd6148d065271078/13_r.jpg',
|
|
572
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/13/39a39270c8a6c0b1cd6148d065271078/13_u.jpg'
|
|
573
|
+
}, {
|
|
574
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/14/62b56d94621b688484d187d2c5ce8799/14_b.jpg',
|
|
575
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/14/62b56d94621b688484d187d2c5ce8799/14_d.jpg',
|
|
576
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/14/62b56d94621b688484d187d2c5ce8799/14_f.jpg',
|
|
577
|
+
index: 14,
|
|
578
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/14/62b56d94621b688484d187d2c5ce8799/14_l.jpg',
|
|
579
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/14/62b56d94621b688484d187d2c5ce8799/14_r.jpg',
|
|
580
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/14/62b56d94621b688484d187d2c5ce8799/14_u.jpg'
|
|
581
|
+
}, {
|
|
582
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/15/f494ec2c7d8eeb73c0d564d833f65c8a/15_b.jpg',
|
|
583
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/15/f494ec2c7d8eeb73c0d564d833f65c8a/15_d.jpg',
|
|
584
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/15/f494ec2c7d8eeb73c0d564d833f65c8a/15_f_wFcezh.jpg',
|
|
585
|
+
index: 15,
|
|
586
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/15/f494ec2c7d8eeb73c0d564d833f65c8a/15_l_kqggjR.jpg',
|
|
587
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/15/f494ec2c7d8eeb73c0d564d833f65c8a/15_r.jpg',
|
|
588
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/15/f494ec2c7d8eeb73c0d564d833f65c8a/15_u_jiIIzs.jpg'
|
|
589
|
+
}, {
|
|
590
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/16/3ebf1c7852e313dbcbb99dce90771397/16_b.jpg',
|
|
591
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/16/3ebf1c7852e313dbcbb99dce90771397/16_d.jpg',
|
|
592
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/16/3ebf1c7852e313dbcbb99dce90771397/16_f.jpg',
|
|
593
|
+
index: 16,
|
|
594
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/16/3ebf1c7852e313dbcbb99dce90771397/16_l_ENHmEM.jpg',
|
|
595
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/16/3ebf1c7852e313dbcbb99dce90771397/16_r.jpg',
|
|
596
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/16/3ebf1c7852e313dbcbb99dce90771397/16_u.jpg'
|
|
597
|
+
}, {
|
|
598
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/17/ce5c5bb3822af930b0aea0013954c2fd/17_b.jpg',
|
|
599
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/17/ce5c5bb3822af930b0aea0013954c2fd/17_d.jpg',
|
|
600
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/17/ce5c5bb3822af930b0aea0013954c2fd/17_f.jpg',
|
|
601
|
+
index: 17,
|
|
602
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/17/ce5c5bb3822af930b0aea0013954c2fd/17_l.jpg',
|
|
603
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/17/ce5c5bb3822af930b0aea0013954c2fd/17_r.jpg',
|
|
604
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/17/ce5c5bb3822af930b0aea0013954c2fd/17_u.jpg'
|
|
605
|
+
}, {
|
|
606
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/18/7d797ee4b13c0fa93c176327d7aa6860/18_b.jpg',
|
|
607
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/18/7d797ee4b13c0fa93c176327d7aa6860/18_d.jpg',
|
|
608
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/18/7d797ee4b13c0fa93c176327d7aa6860/18_f.jpg',
|
|
609
|
+
index: 18,
|
|
610
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/18/7d797ee4b13c0fa93c176327d7aa6860/18_l.jpg',
|
|
611
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/18/7d797ee4b13c0fa93c176327d7aa6860/18_r.jpg',
|
|
612
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/18/7d797ee4b13c0fa93c176327d7aa6860/18_u.jpg'
|
|
613
|
+
}, {
|
|
614
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/19/f43a1d328bf85770b29867178abb179c/19_b.jpg',
|
|
615
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/19/f43a1d328bf85770b29867178abb179c/19_d.jpg',
|
|
616
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/19/f43a1d328bf85770b29867178abb179c/19_f.jpg',
|
|
617
|
+
index: 19,
|
|
618
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/19/f43a1d328bf85770b29867178abb179c/19_l.jpg',
|
|
619
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/19/f43a1d328bf85770b29867178abb179c/19_r.jpg',
|
|
620
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/19/f43a1d328bf85770b29867178abb179c/19_u.jpg'
|
|
621
|
+
}, {
|
|
622
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/20/9a50626731f5c5a8e6f2c6e08f6a0625/20_b.jpg',
|
|
623
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/20/9a50626731f5c5a8e6f2c6e08f6a0625/20_d.jpg',
|
|
624
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/20/9a50626731f5c5a8e6f2c6e08f6a0625/20_f.jpg',
|
|
625
|
+
index: 20,
|
|
626
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/20/9a50626731f5c5a8e6f2c6e08f6a0625/20_l.jpg',
|
|
627
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/20/9a50626731f5c5a8e6f2c6e08f6a0625/20_r.jpg',
|
|
628
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/20/9a50626731f5c5a8e6f2c6e08f6a0625/20_u.jpg'
|
|
629
|
+
}, {
|
|
630
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/21/221bc1d825bdba7649cd79f144c708de/21_b.jpg',
|
|
631
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/21/221bc1d825bdba7649cd79f144c708de/21_d.jpg',
|
|
632
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/21/221bc1d825bdba7649cd79f144c708de/21_f.jpg',
|
|
633
|
+
index: 21,
|
|
634
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/21/221bc1d825bdba7649cd79f144c708de/21_l.jpg',
|
|
635
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/21/221bc1d825bdba7649cd79f144c708de/21_r.jpg',
|
|
636
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/21/221bc1d825bdba7649cd79f144c708de/21_u.jpg'
|
|
637
|
+
}, {
|
|
638
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/22/b48d936d99f12b3514ad3f5b5b133e9f/22_b.jpg',
|
|
639
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/22/b48d936d99f12b3514ad3f5b5b133e9f/22_d.jpg',
|
|
640
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/22/b48d936d99f12b3514ad3f5b5b133e9f/22_f.jpg',
|
|
641
|
+
index: 22,
|
|
642
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/22/b48d936d99f12b3514ad3f5b5b133e9f/22_l.jpg',
|
|
643
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/22/b48d936d99f12b3514ad3f5b5b133e9f/22_r.jpg',
|
|
644
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/22/b48d936d99f12b3514ad3f5b5b133e9f/22_u.jpg'
|
|
645
|
+
}, {
|
|
646
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/23/b35bac33c0b27dd040772de7dae357bb/23_b.jpg',
|
|
647
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/23/b35bac33c0b27dd040772de7dae357bb/23_d.jpg',
|
|
648
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/23/b35bac33c0b27dd040772de7dae357bb/23_f.jpg',
|
|
649
|
+
index: 23,
|
|
650
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/23/b35bac33c0b27dd040772de7dae357bb/23_l.jpg',
|
|
651
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/23/b35bac33c0b27dd040772de7dae357bb/23_r.jpg',
|
|
652
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/23/b35bac33c0b27dd040772de7dae357bb/23_u.jpg'
|
|
653
|
+
}, {
|
|
654
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/24/82df0035597585a3159eea34aa05c598/24_b.jpg',
|
|
655
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/24/82df0035597585a3159eea34aa05c598/24_d.jpg',
|
|
656
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/24/82df0035597585a3159eea34aa05c598/24_f.jpg',
|
|
657
|
+
index: 24,
|
|
658
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/24/82df0035597585a3159eea34aa05c598/24_l.jpg',
|
|
659
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/24/82df0035597585a3159eea34aa05c598/24_r.jpg',
|
|
660
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/24/82df0035597585a3159eea34aa05c598/24_u.jpg'
|
|
661
|
+
}, {
|
|
662
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/25/37ff057987e5bde11fff1fd35f1a9103/25_b.jpg',
|
|
663
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/25/37ff057987e5bde11fff1fd35f1a9103/25_d.jpg',
|
|
664
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/25/37ff057987e5bde11fff1fd35f1a9103/25_f_DmgqCg.jpg',
|
|
665
|
+
index: 25,
|
|
666
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/25/37ff057987e5bde11fff1fd35f1a9103/25_l.jpg',
|
|
667
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/25/37ff057987e5bde11fff1fd35f1a9103/25_r.jpg',
|
|
668
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/25/37ff057987e5bde11fff1fd35f1a9103/25_u.jpg'
|
|
669
|
+
}, {
|
|
670
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/26/7670e4ba683a9d87291eae582d3a6737/26_b_CcRRVV.jpg',
|
|
671
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/26/7670e4ba683a9d87291eae582d3a6737/26_d.jpg',
|
|
672
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/26/7670e4ba683a9d87291eae582d3a6737/26_f.jpg',
|
|
673
|
+
index: 26,
|
|
674
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/26/7670e4ba683a9d87291eae582d3a6737/26_l.jpg',
|
|
675
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/26/7670e4ba683a9d87291eae582d3a6737/26_r.jpg',
|
|
676
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/26/7670e4ba683a9d87291eae582d3a6737/26_u.jpg'
|
|
677
|
+
}, {
|
|
678
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/27/aac45928fe7985c934f626e00eb19d99/27_b.jpg',
|
|
679
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/27/aac45928fe7985c934f626e00eb19d99/27_d.jpg',
|
|
680
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/27/aac45928fe7985c934f626e00eb19d99/27_f.jpg',
|
|
681
|
+
index: 27,
|
|
682
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/27/aac45928fe7985c934f626e00eb19d99/27_l.jpg',
|
|
683
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/27/aac45928fe7985c934f626e00eb19d99/27_r.jpg',
|
|
684
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/27/aac45928fe7985c934f626e00eb19d99/27_u.jpg'
|
|
685
|
+
}, {
|
|
686
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/28/6b53f1e046222dd59659071984e8f897/28_b.jpg',
|
|
687
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/28/6b53f1e046222dd59659071984e8f897/28_d.jpg',
|
|
688
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/28/6b53f1e046222dd59659071984e8f897/28_f.jpg',
|
|
689
|
+
index: 28,
|
|
690
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/28/6b53f1e046222dd59659071984e8f897/28_l.jpg',
|
|
691
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/28/6b53f1e046222dd59659071984e8f897/28_r.jpg',
|
|
692
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/images/cube_2048/28/6b53f1e046222dd59659071984e8f897/28_u.jpg'
|
|
693
|
+
}],
|
|
694
|
+
type: 0,
|
|
695
|
+
work_code: 'jGKlDr1e8BA91XJA'
|
|
696
|
+
},
|
|
697
|
+
picture_checksum: '0234a7cecb5a1cda26f69ffd86b99687',
|
|
698
|
+
picture_url: 'https://vrlab-public.ljcdn.com/release/auto3dhd/01caf3605b2172637fee88ca1738406d/screenshot/1617777124_2/pc0_ArVZWdh5m.jpg',
|
|
699
|
+
project_id: 'auto3d-njL5J99VwCmnjtQElOmXQr',
|
|
700
|
+
standard_floor_plan_checksum: '',
|
|
701
|
+
standard_floor_plan_url: '',
|
|
702
|
+
status: 1,
|
|
703
|
+
title: '01caf3605b2172637fee88ca1738406d',
|
|
704
|
+
title_picture_checksum: '0ed76d99ca4fd5a05884d405fd0b9afa',
|
|
705
|
+
title_picture_url: 'http://vrlab-public.ljcdn.com/release/vradmin/b3239f31-e095-43df-a935-71e06ae4b626_1000.jpg',
|
|
706
|
+
user_id: 1000000020325689
|
|
707
|
+
};
|
|
708
|
+
var _default = workJson;
|
|
709
|
+
exports["default"] = _default;
|