@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,535 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var _default = {
|
|
8
|
+
user_id: 1000001000021887,
|
|
9
|
+
project_id: 'render-8dd123cf7429a286a3118951cd0a5729',
|
|
10
|
+
name: '贝壳·如视 | 真实,如你所视',
|
|
11
|
+
is_active: true,
|
|
12
|
+
title: '41f20bc5d996ec7a4d9b76643697d10b',
|
|
13
|
+
description: '',
|
|
14
|
+
picture_url: 'https://vrlab-public.ljcdn.com/release/auto3dhd/41f20bc5d996ec7a4d9b76643697d10b/screenshot/0_2/pc0_RD04H1iAG.jpg',
|
|
15
|
+
picture_checksum: '9f7d7e491f16d1c872274bcde2d49b33',
|
|
16
|
+
initial: {
|
|
17
|
+
pano_index: 2,
|
|
18
|
+
heading: 0,
|
|
19
|
+
longitude: 3.0383255268093343,
|
|
20
|
+
latitude: 0,
|
|
21
|
+
fov: 95,
|
|
22
|
+
flag_position: [-0.7868653234449727, 0, -0.9189004065866957],
|
|
23
|
+
pano: 2
|
|
24
|
+
},
|
|
25
|
+
machine_id: 'Render',
|
|
26
|
+
machine_version: '3',
|
|
27
|
+
title_picture_url: 'http://vrlab-public.ljcdn.com/release/auto3dhd/41f20bc5d996ec7a4d9b76643697d10b/screenshot/0_2/pc1_b1SBPdNIt.jpg',
|
|
28
|
+
title_picture_checksum: '5e3731836380b7b29eedc697899ff47a',
|
|
29
|
+
house_layout: {
|
|
30
|
+
bedroom_amount: 3,
|
|
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_94dc5ba7-eda1-4e54-9075-702af856972d.png',
|
|
39
|
+
index: 0,
|
|
40
|
+
checksum: '5a30ff3b6a6dff85c99fea7dd7d8d3ac'
|
|
41
|
+
}],
|
|
42
|
+
outline_floor_plan: [{
|
|
43
|
+
url: 'https://vrlab-public.ljcdn.com/release/vrcustomer/outline_0_94dc5ba7-eda1-4e54-9075-702af856972d.png',
|
|
44
|
+
index: 0,
|
|
45
|
+
checksum: '0eba8be6660d0edfa78fa7f7fe4ea295'
|
|
46
|
+
}],
|
|
47
|
+
auto_floor_plan_url: '',
|
|
48
|
+
auto_floor_plan_checksum: '',
|
|
49
|
+
status: 1,
|
|
50
|
+
floor_plan_type: 0,
|
|
51
|
+
editor_type: 0,
|
|
52
|
+
panorama_url: '',
|
|
53
|
+
create_time: '2020-03-03 15:42:32',
|
|
54
|
+
work_code: '1aGKl9JmrlXMXx8d',
|
|
55
|
+
house_info: {
|
|
56
|
+
relation_id: 4493288,
|
|
57
|
+
city_id: 420100,
|
|
58
|
+
source: 'NEWHOUSE',
|
|
59
|
+
house_id: '37000000482630',
|
|
60
|
+
house_code: '3720020827928264|3720047556188922'
|
|
61
|
+
},
|
|
62
|
+
model: {
|
|
63
|
+
file_url: 'https://vrlab-public.ljcdn.com/release/ue4/cc32a2c0f1557c49c4c4c8d6391856ca/at3d_results/cc32a2c0f1557c49c4c4c8d6391856ca.at3d',
|
|
64
|
+
material_base_url: 'https://vrlab-public.ljcdn.com/release/ue4/cc32a2c0f1557c49c4c4c8d6391856ca/at3d_results/',
|
|
65
|
+
material_textures: ['https://vrlab-public.ljcdn.com/release/ue4/cc32a2c0f1557c49c4c4c8d6391856ca/at3d_results/texture_0.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/cc32a2c0f1557c49c4c4c8d6391856ca/at3d_results/texture_1.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/cc32a2c0f1557c49c4c4c8d6391856ca/at3d_results/texture_2.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/cc32a2c0f1557c49c4c4c8d6391856ca/at3d_results/texture_3.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/cc32a2c0f1557c49c4c4c8d6391856ca/at3d_results/texture_4.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/cc32a2c0f1557c49c4c4c8d6391856ca/at3d_results/texture_5.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/cc32a2c0f1557c49c4c4c8d6391856ca/at3d_results/texture_6.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/cc32a2c0f1557c49c4c4c8d6391856ca/at3d_results/texture_7.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/cc32a2c0f1557c49c4c4c8d6391856ca/at3d_results/texture_8.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/cc32a2c0f1557c49c4c4c8d6391856ca/at3d_results/texture_9.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/cc32a2c0f1557c49c4c4c8d6391856ca/at3d_results/texture_10.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/cc32a2c0f1557c49c4c4c8d6391856ca/at3d_results/texture_11.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/cc32a2c0f1557c49c4c4c8d6391856ca/at3d_results/texture_12.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/cc32a2c0f1557c49c4c4c8d6391856ca/at3d_results/texture_13.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/cc32a2c0f1557c49c4c4c8d6391856ca/at3d_results/texture_14.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/cc32a2c0f1557c49c4c4c8d6391856ca/at3d_results/texture_15.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/cc32a2c0f1557c49c4c4c8d6391856ca/at3d_results/texture_16.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/cc32a2c0f1557c49c4c4c8d6391856ca/at3d_results/texture_17.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/cc32a2c0f1557c49c4c4c8d6391856ca/at3d_results/texture_18.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/cc32a2c0f1557c49c4c4c8d6391856ca/at3d_results/texture_19.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/cc32a2c0f1557c49c4c4c8d6391856ca/at3d_results/texture_20.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/cc32a2c0f1557c49c4c4c8d6391856ca/at3d_results/texture_21.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/cc32a2c0f1557c49c4c4c8d6391856ca/at3d_results/texture_22.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/cc32a2c0f1557c49c4c4c8d6391856ca/at3d_results/texture_23.jpg'],
|
|
66
|
+
score: 0,
|
|
67
|
+
type: 0,
|
|
68
|
+
work_code: '1aGKl9JmrlXMXx8d'
|
|
69
|
+
},
|
|
70
|
+
panorama: {
|
|
71
|
+
count: 18,
|
|
72
|
+
base_url: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/',
|
|
73
|
+
type: 0,
|
|
74
|
+
list: [{
|
|
75
|
+
index: 0,
|
|
76
|
+
up: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/0/0_u.jpg',
|
|
77
|
+
down: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/0/0_d.jpg',
|
|
78
|
+
left: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/0/0_l.jpg',
|
|
79
|
+
right: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/0/0_r.jpg',
|
|
80
|
+
front: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/0/0_f.jpg',
|
|
81
|
+
back: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/0/0_b.jpg'
|
|
82
|
+
}, {
|
|
83
|
+
index: 1,
|
|
84
|
+
up: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/1/1_u.jpg',
|
|
85
|
+
down: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/1/1_d.jpg',
|
|
86
|
+
left: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/1/1_l.jpg',
|
|
87
|
+
right: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/1/1_r.jpg',
|
|
88
|
+
front: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/1/1_f.jpg',
|
|
89
|
+
back: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/1/1_b.jpg'
|
|
90
|
+
}, {
|
|
91
|
+
index: 2,
|
|
92
|
+
up: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/2/2_u.jpg',
|
|
93
|
+
down: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/2/2_d.jpg',
|
|
94
|
+
left: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/2/2_l.jpg',
|
|
95
|
+
right: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/2/2_r.jpg',
|
|
96
|
+
front: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/2/2_f.jpg',
|
|
97
|
+
back: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/2/2_b.jpg'
|
|
98
|
+
}, {
|
|
99
|
+
index: 3,
|
|
100
|
+
up: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/3/3_u.jpg',
|
|
101
|
+
down: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/3/3_d.jpg',
|
|
102
|
+
left: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/3/3_l.jpg',
|
|
103
|
+
right: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/3/3_r.jpg',
|
|
104
|
+
front: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/3/3_f.jpg',
|
|
105
|
+
back: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/3/3_b.jpg'
|
|
106
|
+
}, {
|
|
107
|
+
index: 4,
|
|
108
|
+
up: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/4/4_u.jpg',
|
|
109
|
+
down: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/4/4_d.jpg',
|
|
110
|
+
left: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/4/4_l.jpg',
|
|
111
|
+
right: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/4/4_r.jpg',
|
|
112
|
+
front: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/4/4_f.jpg',
|
|
113
|
+
back: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/4/4_b.jpg'
|
|
114
|
+
}, {
|
|
115
|
+
index: 5,
|
|
116
|
+
up: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/5/5_u.jpg',
|
|
117
|
+
down: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/5/5_d.jpg',
|
|
118
|
+
left: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/5/5_l.jpg',
|
|
119
|
+
right: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/5/5_r.jpg',
|
|
120
|
+
front: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/5/5_f.jpg',
|
|
121
|
+
back: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/5/5_b.jpg'
|
|
122
|
+
}, {
|
|
123
|
+
index: 6,
|
|
124
|
+
up: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/6/6_u.jpg',
|
|
125
|
+
down: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/6/6_d.jpg',
|
|
126
|
+
left: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/6/6_l.jpg',
|
|
127
|
+
right: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/6/6_r.jpg',
|
|
128
|
+
front: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/6/6_f.jpg',
|
|
129
|
+
back: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/6/6_b.jpg'
|
|
130
|
+
}, {
|
|
131
|
+
index: 7,
|
|
132
|
+
up: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/7/7_u.jpg',
|
|
133
|
+
down: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/7/7_d.jpg',
|
|
134
|
+
left: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/7/7_l.jpg',
|
|
135
|
+
right: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/7/7_r.jpg',
|
|
136
|
+
front: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/7/7_f.jpg',
|
|
137
|
+
back: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/7/7_b.jpg'
|
|
138
|
+
}, {
|
|
139
|
+
index: 8,
|
|
140
|
+
up: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/8/8_u.jpg',
|
|
141
|
+
down: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/8/8_d.jpg',
|
|
142
|
+
left: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/8/8_l.jpg',
|
|
143
|
+
right: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/8/8_r.jpg',
|
|
144
|
+
front: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/8/8_f.jpg',
|
|
145
|
+
back: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/8/8_b.jpg'
|
|
146
|
+
}, {
|
|
147
|
+
index: 9,
|
|
148
|
+
up: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/9/9_u.jpg',
|
|
149
|
+
down: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/9/9_d.jpg',
|
|
150
|
+
left: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/9/9_l.jpg',
|
|
151
|
+
right: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/9/9_r.jpg',
|
|
152
|
+
front: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/9/9_f.jpg',
|
|
153
|
+
back: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/9/9_b.jpg'
|
|
154
|
+
}, {
|
|
155
|
+
index: 10,
|
|
156
|
+
up: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/10/10_u.jpg',
|
|
157
|
+
down: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/10/10_d.jpg',
|
|
158
|
+
left: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/10/10_l.jpg',
|
|
159
|
+
right: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/10/10_r.jpg',
|
|
160
|
+
front: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/10/10_f.jpg',
|
|
161
|
+
back: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/10/10_b.jpg'
|
|
162
|
+
}, {
|
|
163
|
+
index: 11,
|
|
164
|
+
up: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/11/11_u.jpg',
|
|
165
|
+
down: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/11/11_d.jpg',
|
|
166
|
+
left: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/11/11_l.jpg',
|
|
167
|
+
right: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/11/11_r.jpg',
|
|
168
|
+
front: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/11/11_f.jpg',
|
|
169
|
+
back: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/11/11_b.jpg'
|
|
170
|
+
}, {
|
|
171
|
+
index: 12,
|
|
172
|
+
up: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/12/12_u.jpg',
|
|
173
|
+
down: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/12/12_d.jpg',
|
|
174
|
+
left: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/12/12_l.jpg',
|
|
175
|
+
right: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/12/12_r.jpg',
|
|
176
|
+
front: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/12/12_f.jpg',
|
|
177
|
+
back: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/12/12_b.jpg'
|
|
178
|
+
}, {
|
|
179
|
+
index: 13,
|
|
180
|
+
up: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/13/13_u.jpg',
|
|
181
|
+
down: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/13/13_d.jpg',
|
|
182
|
+
left: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/13/13_l.jpg',
|
|
183
|
+
right: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/13/13_r.jpg',
|
|
184
|
+
front: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/13/13_f.jpg',
|
|
185
|
+
back: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/13/13_b.jpg'
|
|
186
|
+
}, {
|
|
187
|
+
index: 14,
|
|
188
|
+
up: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/14/14_u.jpg',
|
|
189
|
+
down: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/14/14_d.jpg',
|
|
190
|
+
left: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/14/14_l.jpg',
|
|
191
|
+
right: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/14/14_r.jpg',
|
|
192
|
+
front: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/14/14_f.jpg',
|
|
193
|
+
back: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/14/14_b.jpg'
|
|
194
|
+
}, {
|
|
195
|
+
index: 15,
|
|
196
|
+
up: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/15/15_u.jpg',
|
|
197
|
+
down: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/15/15_d.jpg',
|
|
198
|
+
left: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/15/15_l.jpg',
|
|
199
|
+
right: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/15/15_r.jpg',
|
|
200
|
+
front: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/15/15_f.jpg',
|
|
201
|
+
back: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/15/15_b.jpg'
|
|
202
|
+
}, {
|
|
203
|
+
index: 16,
|
|
204
|
+
up: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/16/16_u.jpg',
|
|
205
|
+
down: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/16/16_d.jpg',
|
|
206
|
+
left: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/16/16_l.jpg',
|
|
207
|
+
right: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/16/16_r.jpg',
|
|
208
|
+
front: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/16/16_f.jpg',
|
|
209
|
+
back: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/16/16_b.jpg'
|
|
210
|
+
}, {
|
|
211
|
+
index: 17,
|
|
212
|
+
up: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/17/17_u.jpg',
|
|
213
|
+
down: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/17/17_d.jpg',
|
|
214
|
+
left: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/17/17_l.jpg',
|
|
215
|
+
right: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/17/17_r.jpg',
|
|
216
|
+
front: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/17/17_f.jpg',
|
|
217
|
+
back: 'https://vrlab-public.ljcdn.com/release/ue4/41f20bc5d996ec7a4d9b76643697d10b/ue4_result/17/17_b.jpg'
|
|
218
|
+
}],
|
|
219
|
+
work_code: '1aGKl9JmrlXMXx8d'
|
|
220
|
+
},
|
|
221
|
+
observers: [{
|
|
222
|
+
visible_nodes: [1, 2, 8, 10, 12],
|
|
223
|
+
accessible_nodes: [1, 2, 8, 10, 12],
|
|
224
|
+
index: 0,
|
|
225
|
+
status: '1',
|
|
226
|
+
quaternion: {
|
|
227
|
+
w: 0.7071067811865475,
|
|
228
|
+
x: 0,
|
|
229
|
+
y: 0.7071067811865475,
|
|
230
|
+
z: 0
|
|
231
|
+
},
|
|
232
|
+
standing_position: [-0.9784896528256856, 0, -7.457890403828182],
|
|
233
|
+
position: [-0.9784896528256856, 1.2, -7.457890403828182],
|
|
234
|
+
floor_index: 0,
|
|
235
|
+
offset_point_count: 0,
|
|
236
|
+
device_info: null,
|
|
237
|
+
work_code: '1aGKl9JmrlXMXx8d'
|
|
238
|
+
}, {
|
|
239
|
+
visible_nodes: [0, 2, 3, 8, 10, 12, 14],
|
|
240
|
+
accessible_nodes: [0, 2, 3, 8, 10, 12, 14],
|
|
241
|
+
index: 1,
|
|
242
|
+
status: '1',
|
|
243
|
+
quaternion: {
|
|
244
|
+
w: 0.7071067811865475,
|
|
245
|
+
x: 0,
|
|
246
|
+
y: 0.7071067811865475,
|
|
247
|
+
z: 0
|
|
248
|
+
},
|
|
249
|
+
standing_position: [-0.7905364006366686, 0, -5.527770497254923],
|
|
250
|
+
position: [-0.7905364006366686, 1.2, -5.527770497254923],
|
|
251
|
+
floor_index: 0,
|
|
252
|
+
offset_point_count: 0,
|
|
253
|
+
device_info: null,
|
|
254
|
+
work_code: '1aGKl9JmrlXMXx8d'
|
|
255
|
+
}, {
|
|
256
|
+
visible_nodes: [0, 1, 3, 8, 9, 10, 11, 12, 13],
|
|
257
|
+
accessible_nodes: [0, 1, 3, 8, 9, 10, 11, 12, 13],
|
|
258
|
+
index: 2,
|
|
259
|
+
status: '1',
|
|
260
|
+
quaternion: {
|
|
261
|
+
w: 0.7071067811865475,
|
|
262
|
+
x: 0,
|
|
263
|
+
y: 0.7071067811865475,
|
|
264
|
+
z: 0
|
|
265
|
+
},
|
|
266
|
+
standing_position: [-1.5154866511929628, 0, -3.622437156984359],
|
|
267
|
+
position: [-1.5154866511929628, 1.2, -3.622437156984359],
|
|
268
|
+
floor_index: 0,
|
|
269
|
+
offset_point_count: 0,
|
|
270
|
+
device_info: null,
|
|
271
|
+
work_code: '1aGKl9JmrlXMXx8d'
|
|
272
|
+
}, {
|
|
273
|
+
visible_nodes: [1, 2, 4, 5, 8, 10, 12, 13, 14, 17],
|
|
274
|
+
accessible_nodes: [1, 2, 4, 5, 8, 10, 12, 13, 14, 17],
|
|
275
|
+
index: 3,
|
|
276
|
+
status: '1',
|
|
277
|
+
quaternion: {
|
|
278
|
+
w: 0.7071067811865475,
|
|
279
|
+
x: 0,
|
|
280
|
+
y: 0.7071067811865475,
|
|
281
|
+
z: 0
|
|
282
|
+
},
|
|
283
|
+
standing_position: [-2.5890895152506226, 0, -1.1605287322861262],
|
|
284
|
+
position: [-2.5890895152506226, 1.2, -1.1605287322861262],
|
|
285
|
+
floor_index: 0,
|
|
286
|
+
offset_point_count: 0,
|
|
287
|
+
device_info: null,
|
|
288
|
+
work_code: '1aGKl9JmrlXMXx8d'
|
|
289
|
+
}, {
|
|
290
|
+
visible_nodes: [6, 11, 15, 16, 17],
|
|
291
|
+
accessible_nodes: [6, 11, 15, 16, 17],
|
|
292
|
+
index: 4,
|
|
293
|
+
status: '1',
|
|
294
|
+
quaternion: {
|
|
295
|
+
w: 0.7071067811865475,
|
|
296
|
+
x: 0,
|
|
297
|
+
y: 0.7071067811865475,
|
|
298
|
+
z: 0
|
|
299
|
+
},
|
|
300
|
+
standing_position: [-4.2032142379088056, 0.02500000037252903, -4.7720108160135535],
|
|
301
|
+
position: [-4.2032142379088056, 1.225000000372529, -4.7720108160135535],
|
|
302
|
+
floor_index: 0,
|
|
303
|
+
offset_point_count: 0,
|
|
304
|
+
device_info: null,
|
|
305
|
+
work_code: '1aGKl9JmrlXMXx8d'
|
|
306
|
+
}, {
|
|
307
|
+
visible_nodes: [10, 13, 14],
|
|
308
|
+
accessible_nodes: [10, 13, 14],
|
|
309
|
+
index: 5,
|
|
310
|
+
status: '1',
|
|
311
|
+
quaternion: {
|
|
312
|
+
w: 0.7071067811865475,
|
|
313
|
+
x: 0,
|
|
314
|
+
y: 0.7071067811865475,
|
|
315
|
+
z: 0
|
|
316
|
+
},
|
|
317
|
+
standing_position: [-2.204193172561132, 0.02500000037252903, -7.930089382636666],
|
|
318
|
+
position: [-2.204193172561132, 1.225000000372529, -7.930089382636666],
|
|
319
|
+
floor_index: 0,
|
|
320
|
+
offset_point_count: 0,
|
|
321
|
+
device_info: null,
|
|
322
|
+
work_code: '1aGKl9JmrlXMXx8d'
|
|
323
|
+
}, {
|
|
324
|
+
visible_nodes: [4, 11, 15, 16, 17],
|
|
325
|
+
accessible_nodes: [4, 11, 15, 16, 17],
|
|
326
|
+
index: 6,
|
|
327
|
+
status: '1',
|
|
328
|
+
quaternion: {
|
|
329
|
+
w: 0.7071067811865475,
|
|
330
|
+
x: 0,
|
|
331
|
+
y: 0.7071067811865475,
|
|
332
|
+
z: 0
|
|
333
|
+
},
|
|
334
|
+
standing_position: [-4.218041249184642, 0.02500000037252903, -0.9798703342796667],
|
|
335
|
+
position: [-4.218041249184642, 1.225000000372529, -0.9798703342796667],
|
|
336
|
+
floor_index: 0,
|
|
337
|
+
offset_point_count: 0,
|
|
338
|
+
device_info: null,
|
|
339
|
+
work_code: '1aGKl9JmrlXMXx8d'
|
|
340
|
+
}, {
|
|
341
|
+
visible_nodes: [6, 15, 16],
|
|
342
|
+
accessible_nodes: [6, 15, 16],
|
|
343
|
+
index: 7,
|
|
344
|
+
status: '1',
|
|
345
|
+
quaternion: {
|
|
346
|
+
w: 0.7071067811865475,
|
|
347
|
+
x: 0,
|
|
348
|
+
y: 0.7071067811865475,
|
|
349
|
+
z: 0
|
|
350
|
+
},
|
|
351
|
+
standing_position: [-6.2103516398619565, 0, 1.4743427335989618],
|
|
352
|
+
position: [-6.2103516398619565, 1.2, 1.4743427335989618],
|
|
353
|
+
floor_index: 0,
|
|
354
|
+
offset_point_count: 0,
|
|
355
|
+
device_info: null,
|
|
356
|
+
work_code: '1aGKl9JmrlXMXx8d'
|
|
357
|
+
}, {
|
|
358
|
+
visible_nodes: [0, 1, 2, 12],
|
|
359
|
+
accessible_nodes: [0, 1, 2, 12],
|
|
360
|
+
index: 8,
|
|
361
|
+
status: '1',
|
|
362
|
+
quaternion: {
|
|
363
|
+
w: 0.7071067811865475,
|
|
364
|
+
x: 0,
|
|
365
|
+
y: 0.7071067811865475,
|
|
366
|
+
z: 0
|
|
367
|
+
},
|
|
368
|
+
standing_position: [-1.0702815194924682, 0, -11.494173237643905],
|
|
369
|
+
position: [-1.0702815194924682, 1.2, -11.494173237643905],
|
|
370
|
+
floor_index: 0,
|
|
371
|
+
offset_point_count: 0,
|
|
372
|
+
device_info: null,
|
|
373
|
+
work_code: '1aGKl9JmrlXMXx8d'
|
|
374
|
+
}, {
|
|
375
|
+
visible_nodes: [2, 11],
|
|
376
|
+
accessible_nodes: [2, 11],
|
|
377
|
+
index: 9,
|
|
378
|
+
status: '1',
|
|
379
|
+
quaternion: {
|
|
380
|
+
w: 0.7071067811865475,
|
|
381
|
+
x: 0,
|
|
382
|
+
y: 0.7071067811865475,
|
|
383
|
+
z: 0
|
|
384
|
+
},
|
|
385
|
+
standing_position: [-5.363450048040357, 0, -3.5709011630773566],
|
|
386
|
+
position: [-5.363450048040357, 1.2, -3.5709011630773566],
|
|
387
|
+
floor_index: 0,
|
|
388
|
+
offset_point_count: 0,
|
|
389
|
+
device_info: null,
|
|
390
|
+
work_code: '1aGKl9JmrlXMXx8d'
|
|
391
|
+
}, {
|
|
392
|
+
visible_nodes: [0, 1, 2, 3, 5, 8, 12, 13, 14, 17],
|
|
393
|
+
accessible_nodes: [0, 1, 2, 3, 5, 8, 12, 13, 14, 17],
|
|
394
|
+
index: 10,
|
|
395
|
+
status: '1',
|
|
396
|
+
quaternion: {
|
|
397
|
+
w: 0.7071067811865475,
|
|
398
|
+
x: 0,
|
|
399
|
+
y: 0.7071067811865475,
|
|
400
|
+
z: 0
|
|
401
|
+
},
|
|
402
|
+
standing_position: [-2.509736870112322, 0, 1.63086088410067],
|
|
403
|
+
position: [-2.509736870112322, 1.2, 1.63086088410067],
|
|
404
|
+
floor_index: 0,
|
|
405
|
+
offset_point_count: 0,
|
|
406
|
+
device_info: null,
|
|
407
|
+
work_code: '1aGKl9JmrlXMXx8d'
|
|
408
|
+
}, {
|
|
409
|
+
visible_nodes: [2, 4, 6, 9, 15, 16, 17],
|
|
410
|
+
accessible_nodes: [2, 4, 6, 9, 15, 16, 17],
|
|
411
|
+
index: 11,
|
|
412
|
+
status: '1',
|
|
413
|
+
quaternion: {
|
|
414
|
+
w: 0.7071067811865475,
|
|
415
|
+
x: 0,
|
|
416
|
+
y: 0.7071067811865475,
|
|
417
|
+
z: 0
|
|
418
|
+
},
|
|
419
|
+
standing_position: [-4.068370578192021, 0, -3.5947327852149193],
|
|
420
|
+
position: [-4.068370578192021, 1.2, -3.5947327852149193],
|
|
421
|
+
floor_index: 0,
|
|
422
|
+
offset_point_count: 0,
|
|
423
|
+
device_info: null,
|
|
424
|
+
work_code: '1aGKl9JmrlXMXx8d'
|
|
425
|
+
}, {
|
|
426
|
+
visible_nodes: [0, 1, 2, 8],
|
|
427
|
+
accessible_nodes: [0, 1, 2, 8],
|
|
428
|
+
index: 12,
|
|
429
|
+
status: '1',
|
|
430
|
+
quaternion: {
|
|
431
|
+
w: 0.7071067811865475,
|
|
432
|
+
x: 0,
|
|
433
|
+
y: 0.7071067811865475,
|
|
434
|
+
z: 0
|
|
435
|
+
},
|
|
436
|
+
standing_position: [-0.9687246694586591, 0.02500000037252903, -9.64900942598584],
|
|
437
|
+
position: [-0.9687246694586591, 1.225000000372529, -9.64900942598584],
|
|
438
|
+
floor_index: 0,
|
|
439
|
+
offset_point_count: 0,
|
|
440
|
+
device_info: null,
|
|
441
|
+
work_code: '1aGKl9JmrlXMXx8d'
|
|
442
|
+
}, {
|
|
443
|
+
visible_nodes: [5, 14],
|
|
444
|
+
accessible_nodes: [5, 14],
|
|
445
|
+
index: 13,
|
|
446
|
+
status: '1',
|
|
447
|
+
quaternion: {
|
|
448
|
+
w: 0.7071067811865475,
|
|
449
|
+
x: 0,
|
|
450
|
+
y: 0.7071067811865475,
|
|
451
|
+
z: 0
|
|
452
|
+
},
|
|
453
|
+
standing_position: [-1.9043074113088938, 0.02500000037252903, -10.087578909951581],
|
|
454
|
+
position: [-1.9043074113088938, 1.225000000372529, -10.087578909951581],
|
|
455
|
+
floor_index: 0,
|
|
456
|
+
offset_point_count: 0,
|
|
457
|
+
device_info: null,
|
|
458
|
+
work_code: '1aGKl9JmrlXMXx8d'
|
|
459
|
+
}, {
|
|
460
|
+
visible_nodes: [1, 5, 10, 13],
|
|
461
|
+
accessible_nodes: [1, 5, 10, 13],
|
|
462
|
+
index: 14,
|
|
463
|
+
status: '1',
|
|
464
|
+
quaternion: {
|
|
465
|
+
w: 0.7071067811865475,
|
|
466
|
+
x: 0,
|
|
467
|
+
y: 0.7071067811865475,
|
|
468
|
+
z: 0
|
|
469
|
+
},
|
|
470
|
+
standing_position: [-2.112826593190208, 0.02500000037252903, -6.3752934388275015],
|
|
471
|
+
position: [-2.112826593190208, 1.225000000372529, -6.3752934388275015],
|
|
472
|
+
floor_index: 0,
|
|
473
|
+
offset_point_count: 0,
|
|
474
|
+
device_info: null,
|
|
475
|
+
work_code: '1aGKl9JmrlXMXx8d'
|
|
476
|
+
}, {
|
|
477
|
+
visible_nodes: [4, 6, 11, 16, 17],
|
|
478
|
+
accessible_nodes: [4, 6, 11, 16, 17],
|
|
479
|
+
index: 15,
|
|
480
|
+
status: '1',
|
|
481
|
+
quaternion: {
|
|
482
|
+
w: 0.7071067811865475,
|
|
483
|
+
x: 0,
|
|
484
|
+
y: 0.7071067811865475,
|
|
485
|
+
z: 0
|
|
486
|
+
},
|
|
487
|
+
standing_position: [-4.115338541026787, 0.02500000037252903, -2.3971701086427344],
|
|
488
|
+
position: [-4.115338541026787, 1.225000000372529, -2.3971701086427344],
|
|
489
|
+
floor_index: 0,
|
|
490
|
+
offset_point_count: 0,
|
|
491
|
+
device_info: null,
|
|
492
|
+
work_code: '1aGKl9JmrlXMXx8d'
|
|
493
|
+
}, {
|
|
494
|
+
visible_nodes: [4, 6, 7, 11, 15, 17],
|
|
495
|
+
accessible_nodes: [4, 6, 7, 11, 15, 17],
|
|
496
|
+
index: 16,
|
|
497
|
+
status: '1',
|
|
498
|
+
quaternion: {
|
|
499
|
+
w: 0.7071067811865475,
|
|
500
|
+
x: 0,
|
|
501
|
+
y: 0.7071067811865475,
|
|
502
|
+
z: 0
|
|
503
|
+
},
|
|
504
|
+
standing_position: [-4.21693765794321, 0.02500000037252903, 1.4359524744088414],
|
|
505
|
+
position: [-4.21693765794321, 1.225000000372529, 1.4359524744088414],
|
|
506
|
+
floor_index: 0,
|
|
507
|
+
offset_point_count: 0,
|
|
508
|
+
device_info: null,
|
|
509
|
+
work_code: '1aGKl9JmrlXMXx8d'
|
|
510
|
+
}, {
|
|
511
|
+
visible_nodes: [4, 6, 11, 15, 16],
|
|
512
|
+
accessible_nodes: [4, 6, 11, 15, 16],
|
|
513
|
+
index: 17,
|
|
514
|
+
status: '1',
|
|
515
|
+
quaternion: {
|
|
516
|
+
w: 0.7071067811865475,
|
|
517
|
+
x: 0,
|
|
518
|
+
y: 0.7071067811865475,
|
|
519
|
+
z: 0
|
|
520
|
+
},
|
|
521
|
+
standing_position: [-4.116203167143446, 0.02500000037252903, -6.510564650574021],
|
|
522
|
+
position: [-4.116203167143446, 1.225000000372529, -6.510564650574021],
|
|
523
|
+
floor_index: 0,
|
|
524
|
+
offset_point_count: 0,
|
|
525
|
+
device_info: null,
|
|
526
|
+
work_code: '1aGKl9JmrlXMXx8d'
|
|
527
|
+
}],
|
|
528
|
+
machine: {
|
|
529
|
+
name: '黎曼',
|
|
530
|
+
principle: '结构光',
|
|
531
|
+
create_time: '2020年03月03日 15:42',
|
|
532
|
+
create_user: '专业摄影师'
|
|
533
|
+
}
|
|
534
|
+
};
|
|
535
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
user_id: number;
|
|
3
|
+
project_id: string;
|
|
4
|
+
name: string;
|
|
5
|
+
is_active: boolean;
|
|
6
|
+
title: string;
|
|
7
|
+
description: string;
|
|
8
|
+
picture_url: string;
|
|
9
|
+
picture_checksum: string;
|
|
10
|
+
initial: {
|
|
11
|
+
pano_index: number;
|
|
12
|
+
heading: number;
|
|
13
|
+
longitude: number;
|
|
14
|
+
latitude: number;
|
|
15
|
+
fov: number;
|
|
16
|
+
flag_position: number[];
|
|
17
|
+
pano: number;
|
|
18
|
+
};
|
|
19
|
+
machine_id: string;
|
|
20
|
+
machine_version: string;
|
|
21
|
+
title_picture_url: string;
|
|
22
|
+
title_picture_checksum: string;
|
|
23
|
+
house_layout: {
|
|
24
|
+
bedroom_amount: number;
|
|
25
|
+
parlor_amount: number;
|
|
26
|
+
cookroom_amount: number;
|
|
27
|
+
toilet_amount: number;
|
|
28
|
+
};
|
|
29
|
+
standard_floor_plan_url: string;
|
|
30
|
+
standard_floor_plan_checksum: string;
|
|
31
|
+
hierarchy_floor_plan: {
|
|
32
|
+
url: string;
|
|
33
|
+
index: number;
|
|
34
|
+
checksum: string;
|
|
35
|
+
}[];
|
|
36
|
+
outline_floor_plan: {
|
|
37
|
+
url: string;
|
|
38
|
+
index: number;
|
|
39
|
+
checksum: string;
|
|
40
|
+
}[];
|
|
41
|
+
auto_floor_plan_url: string;
|
|
42
|
+
auto_floor_plan_checksum: string;
|
|
43
|
+
status: number;
|
|
44
|
+
floor_plan_type: number;
|
|
45
|
+
editor_type: number;
|
|
46
|
+
panorama_url: string;
|
|
47
|
+
create_time: string;
|
|
48
|
+
work_code: string;
|
|
49
|
+
house_info: {
|
|
50
|
+
relation_id: number;
|
|
51
|
+
city_id: number;
|
|
52
|
+
source: string;
|
|
53
|
+
house_id: string;
|
|
54
|
+
house_code: string;
|
|
55
|
+
};
|
|
56
|
+
model: {
|
|
57
|
+
file_url: string;
|
|
58
|
+
material_base_url: string;
|
|
59
|
+
material_textures: string[];
|
|
60
|
+
score: number;
|
|
61
|
+
type: number;
|
|
62
|
+
work_code: string;
|
|
63
|
+
};
|
|
64
|
+
panorama: {
|
|
65
|
+
count: number;
|
|
66
|
+
base_url: string;
|
|
67
|
+
type: number;
|
|
68
|
+
list: {
|
|
69
|
+
index: number;
|
|
70
|
+
up: string;
|
|
71
|
+
down: string;
|
|
72
|
+
left: string;
|
|
73
|
+
right: string;
|
|
74
|
+
front: string;
|
|
75
|
+
back: string;
|
|
76
|
+
}[];
|
|
77
|
+
work_code: string;
|
|
78
|
+
};
|
|
79
|
+
observers: {
|
|
80
|
+
visible_nodes: number[];
|
|
81
|
+
accessible_nodes: number[];
|
|
82
|
+
index: number;
|
|
83
|
+
status: string;
|
|
84
|
+
quaternion: {
|
|
85
|
+
w: number;
|
|
86
|
+
x: number;
|
|
87
|
+
y: number;
|
|
88
|
+
z: number;
|
|
89
|
+
};
|
|
90
|
+
standing_position: number[];
|
|
91
|
+
position: number[];
|
|
92
|
+
floor_index: number;
|
|
93
|
+
offset_point_count: number;
|
|
94
|
+
device_info: null;
|
|
95
|
+
work_code: string;
|
|
96
|
+
}[];
|
|
97
|
+
machine: {
|
|
98
|
+
name: string;
|
|
99
|
+
principle: string;
|
|
100
|
+
create_time: string;
|
|
101
|
+
create_user: string;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
export default _default;
|