@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,460 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var _default = {
|
|
8
|
+
user_id: 1000000020351811,
|
|
9
|
+
project_id: 'auto3d-TvEnSe-vtfwFxuztJZ4Yox',
|
|
10
|
+
name: '贝壳·如视 | 真实,如你所视',
|
|
11
|
+
is_active: true,
|
|
12
|
+
title: 'f2f977ce325eb047c2f9e12fdf9441d7',
|
|
13
|
+
description: '',
|
|
14
|
+
picture_url: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/screenshot/1610177146_4/pc0_gvjrYKpbd.jpg',
|
|
15
|
+
picture_checksum: '05eeae0daf2ec6766b623766fedac941',
|
|
16
|
+
initial: {
|
|
17
|
+
pano_index: 4,
|
|
18
|
+
heading: 0,
|
|
19
|
+
longitude: 2.6886982469083023,
|
|
20
|
+
latitude: 0,
|
|
21
|
+
fov: 95,
|
|
22
|
+
flag_position: [-0.26989970058202745, -1.1157774957768274, 1.363670015335083],
|
|
23
|
+
pano: 4
|
|
24
|
+
},
|
|
25
|
+
machine_id: 'PHBBC00329',
|
|
26
|
+
machine_version: '3',
|
|
27
|
+
title_picture_url: 'http://vrlab-public.ljcdn.com/release/vradmin/29126f7d-1474-4ff6-b5e2-ec718e88c1d8_1000.jpg',
|
|
28
|
+
title_picture_checksum: 'cbf12e3e6b23fb068bc371ff8315e393',
|
|
29
|
+
house_layout: {
|
|
30
|
+
bedroom_amount: 2,
|
|
31
|
+
parlor_amount: 1,
|
|
32
|
+
cookroom_amount: 1,
|
|
33
|
+
toilet_amount: 1
|
|
34
|
+
},
|
|
35
|
+
standard_floor_plan_url: '',
|
|
36
|
+
standard_floor_plan_checksum: '',
|
|
37
|
+
hierarchy_floor_plan: [{
|
|
38
|
+
url: 'https://vrlab-public.ljcdn.com/release/vrcustomer/hierarchy_0_e9bae98a-9ad7-4c33-9c32-eeeccbcb83f3.png',
|
|
39
|
+
index: 0,
|
|
40
|
+
checksum: 'ecb509b1151a6b7cbb7b737d752ad525'
|
|
41
|
+
}],
|
|
42
|
+
outline_floor_plan: [{
|
|
43
|
+
url: 'https://vrlab-public.ljcdn.com/release/vrcustomer/outline_0_e9bae98a-9ad7-4c33-9c32-eeeccbcb83f3.png',
|
|
44
|
+
index: 0,
|
|
45
|
+
checksum: '3a5d3ee6831006663790089efc666cb7'
|
|
46
|
+
}],
|
|
47
|
+
auto_floor_plan_url: '',
|
|
48
|
+
auto_floor_plan_checksum: 'd26934bb7434041c146b41349b6ea334',
|
|
49
|
+
status: 1,
|
|
50
|
+
floor_plan_type: 0,
|
|
51
|
+
editor_type: 2,
|
|
52
|
+
panorama_url: '',
|
|
53
|
+
create_time: '2021-01-09 15:56:46',
|
|
54
|
+
work_code: '6gyq3v1verxD7JO1',
|
|
55
|
+
house_info: {
|
|
56
|
+
relation_id: 12794873,
|
|
57
|
+
city_id: 110000,
|
|
58
|
+
source: 'ALLIANCE',
|
|
59
|
+
house_id: '1115094553013',
|
|
60
|
+
house_code: '101110285223'
|
|
61
|
+
},
|
|
62
|
+
model: {
|
|
63
|
+
file_url: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/model/auto3d-TvEnSe-vtfwFxuztJZ4Yox.at3d',
|
|
64
|
+
material_base_url: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/materials/',
|
|
65
|
+
material_textures: ['https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/materials/texture_0.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/materials/texture_1.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/materials/texture_2.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/materials/texture_3.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/materials/texture_4.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/materials/texture_5.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/materials/texture_6.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/materials/texture_7.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/materials/texture_8.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/materials/texture_9.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/materials/texture_10.jpg', 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/materials/texture_11.jpg'],
|
|
66
|
+
score: 108.4,
|
|
67
|
+
type: 0,
|
|
68
|
+
work_code: '6gyq3v1verxD7JO1'
|
|
69
|
+
},
|
|
70
|
+
panorama: {
|
|
71
|
+
count: 15,
|
|
72
|
+
base_url: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/',
|
|
73
|
+
type: 0,
|
|
74
|
+
list: [{
|
|
75
|
+
index: 0,
|
|
76
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/0/51e032e48f446ad1515cb09f44cb54ff/0_u.jpg',
|
|
77
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/0/51e032e48f446ad1515cb09f44cb54ff/0_d.jpg',
|
|
78
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/0/51e032e48f446ad1515cb09f44cb54ff/0_l.jpg',
|
|
79
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/0/51e032e48f446ad1515cb09f44cb54ff/0_r.jpg',
|
|
80
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/0/51e032e48f446ad1515cb09f44cb54ff/0_f.jpg',
|
|
81
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/0/51e032e48f446ad1515cb09f44cb54ff/0_b.jpg'
|
|
82
|
+
}, {
|
|
83
|
+
index: 1,
|
|
84
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/1/8c264a385c45c56148139675aa3969a8/1_u.jpg',
|
|
85
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/1/8c264a385c45c56148139675aa3969a8/1_d.jpg',
|
|
86
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/1/8c264a385c45c56148139675aa3969a8/1_l.jpg',
|
|
87
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/1/8c264a385c45c56148139675aa3969a8/1_r.jpg',
|
|
88
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/1/8c264a385c45c56148139675aa3969a8/1_f.jpg',
|
|
89
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/1/8c264a385c45c56148139675aa3969a8/1_b.jpg'
|
|
90
|
+
}, {
|
|
91
|
+
index: 2,
|
|
92
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/2/26757f939376478213b66fe24f926793/2_u.jpg',
|
|
93
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/2/26757f939376478213b66fe24f926793/2_d.jpg',
|
|
94
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/2/26757f939376478213b66fe24f926793/2_l.jpg',
|
|
95
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/2/26757f939376478213b66fe24f926793/2_r.jpg',
|
|
96
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/2/26757f939376478213b66fe24f926793/2_f.jpg',
|
|
97
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/2/26757f939376478213b66fe24f926793/2_b.jpg'
|
|
98
|
+
}, {
|
|
99
|
+
index: 3,
|
|
100
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/3/c71ba66e773571baddc4ef024d5abb96/3_u.jpg',
|
|
101
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/3/c71ba66e773571baddc4ef024d5abb96/3_d.jpg',
|
|
102
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/3/c71ba66e773571baddc4ef024d5abb96/3_l.jpg',
|
|
103
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/3/c71ba66e773571baddc4ef024d5abb96/3_r.jpg',
|
|
104
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/3/c71ba66e773571baddc4ef024d5abb96/3_f.jpg',
|
|
105
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/3/c71ba66e773571baddc4ef024d5abb96/3_b.jpg'
|
|
106
|
+
}, {
|
|
107
|
+
index: 4,
|
|
108
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/4/ab7f14c63156bb37f69aa1a2f89b8969/4_u.jpg',
|
|
109
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/4/ab7f14c63156bb37f69aa1a2f89b8969/4_d.jpg',
|
|
110
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/4/ab7f14c63156bb37f69aa1a2f89b8969/4_l.jpg',
|
|
111
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/4/ab7f14c63156bb37f69aa1a2f89b8969/4_r.jpg',
|
|
112
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/4/ab7f14c63156bb37f69aa1a2f89b8969/4_f.jpg',
|
|
113
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/4/ab7f14c63156bb37f69aa1a2f89b8969/4_b.jpg'
|
|
114
|
+
}, {
|
|
115
|
+
index: 5,
|
|
116
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/5/c2b1e848ff5ab1bf4ffda6228c691be6/5_u.jpg',
|
|
117
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/5/c2b1e848ff5ab1bf4ffda6228c691be6/5_d.jpg',
|
|
118
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/5/c2b1e848ff5ab1bf4ffda6228c691be6/5_l.jpg',
|
|
119
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/5/c2b1e848ff5ab1bf4ffda6228c691be6/5_r.jpg',
|
|
120
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/5/c2b1e848ff5ab1bf4ffda6228c691be6/5_f.jpg',
|
|
121
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/5/c2b1e848ff5ab1bf4ffda6228c691be6/5_b.jpg'
|
|
122
|
+
}, {
|
|
123
|
+
index: 6,
|
|
124
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/6/9185573b98f8c02a7bc19520aa2316dc/6_u.jpg',
|
|
125
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/6/9185573b98f8c02a7bc19520aa2316dc/6_d.jpg',
|
|
126
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/6/9185573b98f8c02a7bc19520aa2316dc/6_l.jpg',
|
|
127
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/6/9185573b98f8c02a7bc19520aa2316dc/6_r.jpg',
|
|
128
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/6/9185573b98f8c02a7bc19520aa2316dc/6_f.jpg',
|
|
129
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/6/9185573b98f8c02a7bc19520aa2316dc/6_b.jpg'
|
|
130
|
+
}, {
|
|
131
|
+
index: 7,
|
|
132
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/7/8341993095253675a402422d590942e6/7_u.jpg',
|
|
133
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/7/8341993095253675a402422d590942e6/7_d.jpg',
|
|
134
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/7/8341993095253675a402422d590942e6/7_l.jpg',
|
|
135
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/7/8341993095253675a402422d590942e6/7_r.jpg',
|
|
136
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/7/8341993095253675a402422d590942e6/7_f.jpg',
|
|
137
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/7/8341993095253675a402422d590942e6/7_b.jpg'
|
|
138
|
+
}, {
|
|
139
|
+
index: 8,
|
|
140
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/8/125f05a324cc52f8417c869e8d129d4a/8_u.jpg',
|
|
141
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/8/125f05a324cc52f8417c869e8d129d4a/8_d.jpg',
|
|
142
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/8/125f05a324cc52f8417c869e8d129d4a/8_l.jpg',
|
|
143
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/8/125f05a324cc52f8417c869e8d129d4a/8_r.jpg',
|
|
144
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/8/125f05a324cc52f8417c869e8d129d4a/8_f.jpg',
|
|
145
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/8/125f05a324cc52f8417c869e8d129d4a/8_b.jpg'
|
|
146
|
+
}, {
|
|
147
|
+
index: 9,
|
|
148
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/9/a63fe2d7a41598976ef7fe231b96b7b3/9_u.jpg',
|
|
149
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/9/a63fe2d7a41598976ef7fe231b96b7b3/9_d.jpg',
|
|
150
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/9/a63fe2d7a41598976ef7fe231b96b7b3/9_l.jpg',
|
|
151
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/9/a63fe2d7a41598976ef7fe231b96b7b3/9_r.jpg',
|
|
152
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/9/a63fe2d7a41598976ef7fe231b96b7b3/9_f.jpg',
|
|
153
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/9/a63fe2d7a41598976ef7fe231b96b7b3/9_b.jpg'
|
|
154
|
+
}, {
|
|
155
|
+
index: 10,
|
|
156
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/10/bc2e7d0b83b90e64b59f33649eb475e5/10_u.jpg',
|
|
157
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/10/bc2e7d0b83b90e64b59f33649eb475e5/10_d.jpg',
|
|
158
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/10/bc2e7d0b83b90e64b59f33649eb475e5/10_l.jpg',
|
|
159
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/10/bc2e7d0b83b90e64b59f33649eb475e5/10_r.jpg',
|
|
160
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/10/bc2e7d0b83b90e64b59f33649eb475e5/10_f.jpg',
|
|
161
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/10/bc2e7d0b83b90e64b59f33649eb475e5/10_b.jpg'
|
|
162
|
+
}, {
|
|
163
|
+
index: 11,
|
|
164
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/11/85fb8036e6727c5901a1ff9b3758e961/11_u.jpg',
|
|
165
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/11/85fb8036e6727c5901a1ff9b3758e961/11_d.jpg',
|
|
166
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/11/85fb8036e6727c5901a1ff9b3758e961/11_l.jpg',
|
|
167
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/11/85fb8036e6727c5901a1ff9b3758e961/11_r.jpg',
|
|
168
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/11/85fb8036e6727c5901a1ff9b3758e961/11_f.jpg',
|
|
169
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/11/85fb8036e6727c5901a1ff9b3758e961/11_b.jpg'
|
|
170
|
+
}, {
|
|
171
|
+
index: 12,
|
|
172
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/12/843fc00e15e944a06abcec38205a7a3c/12_u.jpg',
|
|
173
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/12/843fc00e15e944a06abcec38205a7a3c/12_d.jpg',
|
|
174
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/12/843fc00e15e944a06abcec38205a7a3c/12_l.jpg',
|
|
175
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/12/843fc00e15e944a06abcec38205a7a3c/12_r.jpg',
|
|
176
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/12/843fc00e15e944a06abcec38205a7a3c/12_f.jpg',
|
|
177
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/12/843fc00e15e944a06abcec38205a7a3c/12_b.jpg'
|
|
178
|
+
}, {
|
|
179
|
+
index: 13,
|
|
180
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/13/73d17e85cd699e10ae68476400ff18ff/13_u.jpg',
|
|
181
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/13/73d17e85cd699e10ae68476400ff18ff/13_d.jpg',
|
|
182
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/13/73d17e85cd699e10ae68476400ff18ff/13_l.jpg',
|
|
183
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/13/73d17e85cd699e10ae68476400ff18ff/13_r.jpg',
|
|
184
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/13/73d17e85cd699e10ae68476400ff18ff/13_f.jpg',
|
|
185
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/13/73d17e85cd699e10ae68476400ff18ff/13_b.jpg'
|
|
186
|
+
}, {
|
|
187
|
+
index: 14,
|
|
188
|
+
up: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/14/c3c75a287023b82bab934df285c14dd9/14_u.jpg',
|
|
189
|
+
down: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/14/c3c75a287023b82bab934df285c14dd9/14_d.jpg',
|
|
190
|
+
left: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/14/c3c75a287023b82bab934df285c14dd9/14_l.jpg',
|
|
191
|
+
right: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/14/c3c75a287023b82bab934df285c14dd9/14_r.jpg',
|
|
192
|
+
front: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/14/c3c75a287023b82bab934df285c14dd9/14_f.jpg',
|
|
193
|
+
back: 'https://vrlab-public.ljcdn.com/release/auto3dhd/f2f977ce325eb047c2f9e12fdf9441d7/images/cube_2048/14/c3c75a287023b82bab934df285c14dd9/14_b.jpg'
|
|
194
|
+
}],
|
|
195
|
+
work_code: '6gyq3v1verxD7JO1'
|
|
196
|
+
},
|
|
197
|
+
observers: [{
|
|
198
|
+
visible_nodes: [1, 2, 4, 7, 8, 9],
|
|
199
|
+
accessible_nodes: [1, 2, 4, 7, 8, 9],
|
|
200
|
+
index: 0,
|
|
201
|
+
status: '1',
|
|
202
|
+
quaternion: {
|
|
203
|
+
w: 0.017713436430851305,
|
|
204
|
+
x: -0.006171681462902502,
|
|
205
|
+
y: -0.99977636071728,
|
|
206
|
+
z: 0.009766258466951793
|
|
207
|
+
},
|
|
208
|
+
standing_position: [0.0034323600120842457, -1.118536547344654, -0.5725619792938232],
|
|
209
|
+
position: [0.0034323600120842457, -0.003229029942303896, -0.5725619792938232],
|
|
210
|
+
floor_index: 0,
|
|
211
|
+
offset_point_count: 0,
|
|
212
|
+
device_info: null,
|
|
213
|
+
work_code: '6gyq3v1verxD7JO1'
|
|
214
|
+
}, {
|
|
215
|
+
visible_nodes: [0, 4, 7, 8, 9],
|
|
216
|
+
accessible_nodes: [0, 4, 7, 8, 9],
|
|
217
|
+
index: 1,
|
|
218
|
+
status: '1',
|
|
219
|
+
quaternion: {
|
|
220
|
+
w: 0.027419179299972434,
|
|
221
|
+
x: -0.007961389440683267,
|
|
222
|
+
y: -0.9995624285246925,
|
|
223
|
+
z: 0.007730359465599849
|
|
224
|
+
},
|
|
225
|
+
standing_position: [-0.06989970058202744, -1.1157774957768274, 1.213670015335083],
|
|
226
|
+
position: [-0.06989970058202744, -0.006664160173386335, 1.213670015335083],
|
|
227
|
+
floor_index: 0,
|
|
228
|
+
offset_point_count: 0,
|
|
229
|
+
device_info: null,
|
|
230
|
+
work_code: '6gyq3v1verxD7JO1'
|
|
231
|
+
}, {
|
|
232
|
+
visible_nodes: [0, 3],
|
|
233
|
+
accessible_nodes: [0, 3],
|
|
234
|
+
index: 2,
|
|
235
|
+
status: '1',
|
|
236
|
+
quaternion: {
|
|
237
|
+
w: 0.060676251020227986,
|
|
238
|
+
x: 0.002374467769508897,
|
|
239
|
+
y: -0.998154546674174,
|
|
240
|
+
z: -0.0005025287535155773
|
|
241
|
+
},
|
|
242
|
+
standing_position: [1.372380018234253, -1.1211009831536576, -0.5365539789199829],
|
|
243
|
+
position: [1.372380018234253, -0.005405830219388008, -0.5365539789199829],
|
|
244
|
+
floor_index: 0,
|
|
245
|
+
offset_point_count: 0,
|
|
246
|
+
device_info: null,
|
|
247
|
+
work_code: '6gyq3v1verxD7JO1'
|
|
248
|
+
}, {
|
|
249
|
+
visible_nodes: [2, 4],
|
|
250
|
+
accessible_nodes: [2, 4],
|
|
251
|
+
index: 3,
|
|
252
|
+
status: '1',
|
|
253
|
+
quaternion: {
|
|
254
|
+
w: -0.39733995209120865,
|
|
255
|
+
x: 0.001321202240816003,
|
|
256
|
+
y: -0.9176702379264468,
|
|
257
|
+
z: -0.0007383815684110995
|
|
258
|
+
},
|
|
259
|
+
standing_position: [1.7993500232696533, -1.1289540972667613, 0.9100480079650879],
|
|
260
|
+
position: [1.7993500232696533, -0.010900099761784077, 0.9100480079650879],
|
|
261
|
+
floor_index: 0,
|
|
262
|
+
offset_point_count: 0,
|
|
263
|
+
device_info: null,
|
|
264
|
+
work_code: '6gyq3v1verxD7JO1'
|
|
265
|
+
}, {
|
|
266
|
+
visible_nodes: [0, 1, 3, 5, 6, 7, 8, 9],
|
|
267
|
+
accessible_nodes: [0, 1, 3, 5, 6, 7, 8, 9],
|
|
268
|
+
index: 4,
|
|
269
|
+
status: '1',
|
|
270
|
+
quaternion: {
|
|
271
|
+
w: 0.2821981099521451,
|
|
272
|
+
x: 0.0018610010450275888,
|
|
273
|
+
y: -0.9593536380787712,
|
|
274
|
+
z: 0.0011674370521768814
|
|
275
|
+
},
|
|
276
|
+
standing_position: [0.40468600392341614, -1.1184828019134236, -1.8687100410461426],
|
|
277
|
+
position: [0.40468600392341614, -0.0038046299014240503, -1.8687100410461426],
|
|
278
|
+
floor_index: 0,
|
|
279
|
+
offset_point_count: 0,
|
|
280
|
+
device_info: null,
|
|
281
|
+
work_code: '6gyq3v1verxD7JO1'
|
|
282
|
+
}, {
|
|
283
|
+
visible_nodes: [4, 6],
|
|
284
|
+
accessible_nodes: [4, 6],
|
|
285
|
+
index: 5,
|
|
286
|
+
status: '1',
|
|
287
|
+
quaternion: {
|
|
288
|
+
w: 0.22746611880652476,
|
|
289
|
+
x: -0.00018759793489696463,
|
|
290
|
+
y: -0.9737859469696779,
|
|
291
|
+
z: -0.00024239443467693187
|
|
292
|
+
},
|
|
293
|
+
standing_position: [1.4843100309371948, -1.1222316369685748, -1.9300600290298462],
|
|
294
|
+
position: [1.4843100309371948, -0.005156270228326321, -1.9300600290298462],
|
|
295
|
+
floor_index: 0,
|
|
296
|
+
offset_point_count: 0,
|
|
297
|
+
device_info: null,
|
|
298
|
+
work_code: '6gyq3v1verxD7JO1'
|
|
299
|
+
}, {
|
|
300
|
+
visible_nodes: [4, 5],
|
|
301
|
+
accessible_nodes: [4, 5],
|
|
302
|
+
index: 6,
|
|
303
|
+
status: '1',
|
|
304
|
+
quaternion: {
|
|
305
|
+
w: -0.1778350613341601,
|
|
306
|
+
x: 0.000520730357602764,
|
|
307
|
+
y: -0.9840593664556131,
|
|
308
|
+
z: -0.001256649647721222
|
|
309
|
+
},
|
|
310
|
+
standing_position: [2.66828989982605, -1.1289619945548128, -1.8861700296401978],
|
|
311
|
+
position: [2.66828989982605, -0.006810380145907402, -1.8861700296401978],
|
|
312
|
+
floor_index: 0,
|
|
313
|
+
offset_point_count: 0,
|
|
314
|
+
device_info: null,
|
|
315
|
+
work_code: '6gyq3v1verxD7JO1'
|
|
316
|
+
}, {
|
|
317
|
+
visible_nodes: [0, 1, 4, 8, 9, 10],
|
|
318
|
+
accessible_nodes: [0, 1, 4, 8, 9, 10],
|
|
319
|
+
index: 7,
|
|
320
|
+
status: '1',
|
|
321
|
+
quaternion: {
|
|
322
|
+
w: 0.03855858584444544,
|
|
323
|
+
x: 0.0023669040709538625,
|
|
324
|
+
y: -0.9992529268959172,
|
|
325
|
+
z: 0.0011072599013617242
|
|
326
|
+
},
|
|
327
|
+
standing_position: [0.3868210017681122, -1.121921867425569, -3.025170087814331],
|
|
328
|
+
position: [0.3868210017681122, -0.006662069819867611, -3.025170087814331],
|
|
329
|
+
floor_index: 0,
|
|
330
|
+
offset_point_count: 0,
|
|
331
|
+
device_info: null,
|
|
332
|
+
work_code: '6gyq3v1verxD7JO1'
|
|
333
|
+
}, {
|
|
334
|
+
visible_nodes: [0, 1, 4, 7, 9, 10, 11, 12, 13, 14],
|
|
335
|
+
accessible_nodes: [0, 1, 4, 7, 9, 10, 11, 12, 13, 14],
|
|
336
|
+
index: 8,
|
|
337
|
+
status: '1',
|
|
338
|
+
quaternion: {
|
|
339
|
+
w: -0.009964108747306025,
|
|
340
|
+
x: 0.001719370741905521,
|
|
341
|
+
y: -0.9999487982993307,
|
|
342
|
+
z: -0.00039062818463402244
|
|
343
|
+
},
|
|
344
|
+
standing_position: [0.40371599793434143, -1.130016332665492, -3.8192501068115234],
|
|
345
|
+
position: [0.40371599793434143, -0.00790597964078188, -3.8192501068115234],
|
|
346
|
+
floor_index: 0,
|
|
347
|
+
offset_point_count: 0,
|
|
348
|
+
device_info: null,
|
|
349
|
+
work_code: '6gyq3v1verxD7JO1'
|
|
350
|
+
}, {
|
|
351
|
+
visible_nodes: [0, 1, 4, 7, 8],
|
|
352
|
+
accessible_nodes: [0, 1, 4, 7, 8],
|
|
353
|
+
index: 9,
|
|
354
|
+
status: '1',
|
|
355
|
+
quaternion: {
|
|
356
|
+
w: -0.30653504331253933,
|
|
357
|
+
x: 0.0020114991048733144,
|
|
358
|
+
y: -0.9518562533711066,
|
|
359
|
+
z: 0.0013754493959657462
|
|
360
|
+
},
|
|
361
|
+
standing_position: [0.5691230297088623, -1.1290290826719562, -5.296410083770752],
|
|
362
|
+
position: [0.5691230297088623, -0.007607650011777878, -5.296410083770752],
|
|
363
|
+
floor_index: 0,
|
|
364
|
+
offset_point_count: 0,
|
|
365
|
+
device_info: null,
|
|
366
|
+
work_code: '6gyq3v1verxD7JO1'
|
|
367
|
+
}, {
|
|
368
|
+
visible_nodes: [7, 8, 11, 12, 13, 14],
|
|
369
|
+
accessible_nodes: [7, 8, 11, 12, 13, 14],
|
|
370
|
+
index: 10,
|
|
371
|
+
status: '1',
|
|
372
|
+
quaternion: {
|
|
373
|
+
w: -0.7453981455304282,
|
|
374
|
+
x: 0.0011855864323818337,
|
|
375
|
+
y: -0.6666148599907253,
|
|
376
|
+
z: 0.002201463201127842
|
|
377
|
+
},
|
|
378
|
+
standing_position: [1.6362199783325195, -1.132385872973866, -3.7374799251556396],
|
|
379
|
+
position: [1.6362199783325195, -0.013462699949741364, -3.7374799251556396],
|
|
380
|
+
floor_index: 0,
|
|
381
|
+
offset_point_count: 0,
|
|
382
|
+
device_info: null,
|
|
383
|
+
work_code: '6gyq3v1verxD7JO1'
|
|
384
|
+
}, {
|
|
385
|
+
visible_nodes: [8, 10, 12, 13, 14],
|
|
386
|
+
accessible_nodes: [8, 10, 12, 13, 14],
|
|
387
|
+
index: 11,
|
|
388
|
+
status: '1',
|
|
389
|
+
quaternion: {
|
|
390
|
+
w: -0.8841114193949129,
|
|
391
|
+
x: 0.000328719716968222,
|
|
392
|
+
y: -0.46727122133915494,
|
|
393
|
+
z: 0.002118174966701531
|
|
394
|
+
},
|
|
395
|
+
standing_position: [2.730720043182373, -1.134676080480451, -3.7751400470733643],
|
|
396
|
+
position: [2.730720043182373, -0.016472099348902702, -3.7751400470733643],
|
|
397
|
+
floor_index: 0,
|
|
398
|
+
offset_point_count: 0,
|
|
399
|
+
device_info: null,
|
|
400
|
+
work_code: '6gyq3v1verxD7JO1'
|
|
401
|
+
}, {
|
|
402
|
+
visible_nodes: [8, 10, 11, 13, 14],
|
|
403
|
+
accessible_nodes: [8, 10, 11, 13, 14],
|
|
404
|
+
index: 12,
|
|
405
|
+
status: '1',
|
|
406
|
+
quaternion: {
|
|
407
|
+
w: -0.9128824588669926,
|
|
408
|
+
x: -0.00037807386485856214,
|
|
409
|
+
y: -0.40821318177847793,
|
|
410
|
+
z: 0.0027308008989435197
|
|
411
|
+
},
|
|
412
|
+
standing_position: [3.8385798931121826, -1.135209655891975, -3.8901898860931396],
|
|
413
|
+
position: [3.8385798931121826, -0.02093769982457161, -3.8901898860931396],
|
|
414
|
+
floor_index: 0,
|
|
415
|
+
offset_point_count: 0,
|
|
416
|
+
device_info: null,
|
|
417
|
+
work_code: '6gyq3v1verxD7JO1'
|
|
418
|
+
}, {
|
|
419
|
+
visible_nodes: [8, 10, 11, 12, 14],
|
|
420
|
+
accessible_nodes: [8, 10, 11, 12, 14],
|
|
421
|
+
index: 13,
|
|
422
|
+
status: '1',
|
|
423
|
+
quaternion: {
|
|
424
|
+
w: 0.6254766046800474,
|
|
425
|
+
x: 0.000876616145689084,
|
|
426
|
+
y: -0.7802408805996877,
|
|
427
|
+
z: -0.0015601649404156674
|
|
428
|
+
},
|
|
429
|
+
standing_position: [-0.5569639801979065, -1.1286467345390305, -3.938230037689209],
|
|
430
|
+
position: [-0.5569639801979065, -0.01223399955779314, -3.938230037689209],
|
|
431
|
+
floor_index: 0,
|
|
432
|
+
offset_point_count: 0,
|
|
433
|
+
device_info: null,
|
|
434
|
+
work_code: '6gyq3v1verxD7JO1'
|
|
435
|
+
}, {
|
|
436
|
+
visible_nodes: [8, 10, 11, 12, 13],
|
|
437
|
+
accessible_nodes: [8, 10, 11, 12, 13],
|
|
438
|
+
index: 14,
|
|
439
|
+
status: '1',
|
|
440
|
+
quaternion: {
|
|
441
|
+
w: 0.3037544055831957,
|
|
442
|
+
x: 0.0026276509270639426,
|
|
443
|
+
y: -0.9527467070747592,
|
|
444
|
+
z: -0.00025446965216322404
|
|
445
|
+
},
|
|
446
|
+
standing_position: [-1.185539960861206, -1.1286496536520156, -4.057919979095459],
|
|
447
|
+
position: [-1.185539960861206, -0.011584600433707237, -4.057919979095459],
|
|
448
|
+
floor_index: 0,
|
|
449
|
+
offset_point_count: 0,
|
|
450
|
+
device_info: null,
|
|
451
|
+
work_code: '6gyq3v1verxD7JO1'
|
|
452
|
+
}],
|
|
453
|
+
machine: {
|
|
454
|
+
name: '黎曼',
|
|
455
|
+
principle: '结构光',
|
|
456
|
+
create_time: '2021年01月09日 15:56',
|
|
457
|
+
create_user: '专业摄影师'
|
|
458
|
+
}
|
|
459
|
+
};
|
|
460
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
declare const workJson: {
|
|
2
|
+
auto_floor_plan_checksum: string;
|
|
3
|
+
auto_floor_plan_url: string;
|
|
4
|
+
code: string;
|
|
5
|
+
create_time: string;
|
|
6
|
+
hierarchy_floor_plan: {
|
|
7
|
+
checksum: string;
|
|
8
|
+
index: number;
|
|
9
|
+
url: string;
|
|
10
|
+
}[];
|
|
11
|
+
house_layout: string;
|
|
12
|
+
initial: {
|
|
13
|
+
flag_position: number[];
|
|
14
|
+
fov: number;
|
|
15
|
+
heading: number;
|
|
16
|
+
latitude: number;
|
|
17
|
+
longitude: number;
|
|
18
|
+
pano: number;
|
|
19
|
+
pano_index: number;
|
|
20
|
+
};
|
|
21
|
+
is_active: number;
|
|
22
|
+
machine: {
|
|
23
|
+
create_time: string;
|
|
24
|
+
create_user: string;
|
|
25
|
+
name: string;
|
|
26
|
+
principle: string;
|
|
27
|
+
};
|
|
28
|
+
machine_id: string;
|
|
29
|
+
machine_version: string;
|
|
30
|
+
model: {
|
|
31
|
+
file_url: string;
|
|
32
|
+
material_base_url: string;
|
|
33
|
+
material_textures: string[];
|
|
34
|
+
modify_time: string;
|
|
35
|
+
score: number;
|
|
36
|
+
type: number;
|
|
37
|
+
};
|
|
38
|
+
name: string;
|
|
39
|
+
observers: {
|
|
40
|
+
accessible_nodes: number[];
|
|
41
|
+
floor_index: number;
|
|
42
|
+
index: number;
|
|
43
|
+
offset_point_count: number;
|
|
44
|
+
position: number[];
|
|
45
|
+
quaternion: {
|
|
46
|
+
w: number;
|
|
47
|
+
x: number;
|
|
48
|
+
y: number;
|
|
49
|
+
z: number;
|
|
50
|
+
};
|
|
51
|
+
standing_position: number[];
|
|
52
|
+
visible_nodes: number[];
|
|
53
|
+
}[];
|
|
54
|
+
outline_floor_plan: {
|
|
55
|
+
checksum: string;
|
|
56
|
+
index: number;
|
|
57
|
+
url: string;
|
|
58
|
+
}[];
|
|
59
|
+
panorama: {
|
|
60
|
+
base_url: string;
|
|
61
|
+
count: number;
|
|
62
|
+
list: {
|
|
63
|
+
back: string;
|
|
64
|
+
down: string;
|
|
65
|
+
front: string;
|
|
66
|
+
index: number;
|
|
67
|
+
left: string;
|
|
68
|
+
right: string;
|
|
69
|
+
up: string;
|
|
70
|
+
}[];
|
|
71
|
+
type: number;
|
|
72
|
+
work_code: string;
|
|
73
|
+
};
|
|
74
|
+
picture_checksum: string;
|
|
75
|
+
picture_url: string;
|
|
76
|
+
project_id: string;
|
|
77
|
+
standard_floor_plan_checksum: string;
|
|
78
|
+
standard_floor_plan_url: string;
|
|
79
|
+
status: number;
|
|
80
|
+
title_picture_checksum: string;
|
|
81
|
+
title_picture_url: string;
|
|
82
|
+
user_id: number;
|
|
83
|
+
};
|
|
84
|
+
export default workJson;
|