@realsee/dnalogel 0.1.3 → 0.1.7-alpha.10
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/components/ARVideoFigure/ARVideoFigureMesh.js +56 -32
- package/components/ARVideoFigure/ARVideoFigureScene.js +30 -19
- package/components/ARVideoFigure/ImgBgTransparent.js +22 -6
- package/components/ARVideoFigure/ImgBgTransparentMesh.js +40 -30
- package/components/ARVideoFigure/fragmentShader.js +2 -0
- package/components/ARVideoFigure/index.js +22 -6
- package/components/ARVideoFigure/vertexShader.js +2 -0
- package/components/GLTFView/index.d.ts +123 -0
- package/components/GLTFView/index.js +204 -0
- package/components/GlassFilters/index.js +25 -1
- package/components/ModelView/ModelViewController.js +39 -29
- package/components/ModelView/index.js +4 -2
- package/components/PaintBrush/index.js +15 -1
- package/components/PanoTag/index.js +2 -0
- package/data/1aGKl9JmrlXMXx8d.js +2 -0
- package/data/54djM0oR6ky3Ey8e.d.ts +55 -0
- package/data/54djM0oR6ky3Ey8e.js +350 -0
- package/data/6gyq3v1verxD7JO1.js +2 -0
- package/data/8054djM0oR6ky3Ey8e.d.ts +55 -0
- package/data/8054djM0oR6ky3Ey8e.js +350 -0
- package/data/81zxMaeVKLQU93OZMG.d.ts +49 -0
- package/data/81zxMaeVKLQU93OZMG.js +633 -0
- package/data/KpokNd82rwjhackhQTBEoYKHg8zGbPXe.js +2 -0
- package/data/PrXel3aqGbp34JQn.js +141 -1
- package/data/XJ6NMLWnkAY3Rdx8.js +2 -0
- package/data/YdoNP9K4rwQDwjJr.js +2 -0
- package/data/ZLvK29zj4L29Jowd.d.ts +55 -0
- package/data/ZLvK29zj4L29Jowd.js +372 -0
- package/data/_vLykj3NWrllMrG06.d.ts +95 -0
- package/data/_vLykj3NWrllMrG06.js +1 -0
- package/data/auto3d-njL5J99VwCmnjtQElOmXQr.js +2 -0
- package/data/extrude-walls/ZLvK29zj4L29Jowd.d.ts +5 -0
- package/data/extrude-walls/ZLvK29zj4L29Jowd.js +14 -0
- package/data/extrude-walls/lo024DEgzanMj5BE.d.ts +5 -0
- package/data/extrude-walls/lo024DEgzanMj5BE.js +14 -0
- package/data/jd6oMOzPxnQ3BvxY_B7yw51J9rXlhYhjhGTOgRVqu6WeEqjNX.js +2 -0
- package/data/lo024DEgzanMj5BE.d.ts +55 -0
- package/data/lo024DEgzanMj5BE.js +966 -0
- package/data/oPzy3ApbjjpD8YdR.js +2 -0
- package/data/qjAxMG4XbPn96wKG.js +2 -0
- package/data/rXel3aPQRRBD4JQn.js +2 -0
- package/data/vLykj3NWrllMrG06.js +337 -71
- package/data/wz0QV9KA4ugyo9ME.js +2 -0
- package/data/zxMawr9raSg8LYjG.js +2 -0
- package/examples/FiveStateController/index.js +9 -15
- package/examples/VRHouse/Mobile.js +15 -1
- package/examples/VRHouse/PC.js +15 -1
- package/examples/VRHouse/index.js +15 -1
- package/index.js +4 -2
- package/libs/gltf-viewer/Subscribe.d.ts +76 -0
- package/libs/gltf-viewer/Subscribe.js +231 -0
- package/libs/gltf-viewer/coordsMoveByOffset.d.ts +13 -0
- package/libs/gltf-viewer/coordsMoveByOffset.js +22 -0
- package/libs/gltf-viewer/coordsToDirection.d.ts +5 -0
- package/{components/PBRView/index.js → libs/gltf-viewer/coordsToDirection.js} +29 -19
- package/libs/gltf-viewer/formatRad.d.ts +1 -0
- package/libs/gltf-viewer/formatRad.js +13 -0
- package/libs/gltf-viewer/getFrameTime.d.ts +1 -0
- package/libs/gltf-viewer/getFrameTime.js +28 -0
- package/libs/gltf-viewer/index.d.ts +79 -0
- package/libs/gltf-viewer/index.js +765 -0
- package/libs/gltf-viewer/mouseWheel.d.ts +2 -0
- package/libs/gltf-viewer/mouseWheel.js +59 -0
- package/libs/gltf-viewer/requestAnimationFrame.d.ts +1 -0
- package/libs/gltf-viewer/requestAnimationFrame.js +18 -0
- package/libs/gltf-viewer/requestAnimationFrameInterval.d.ts +1 -0
- package/libs/gltf-viewer/requestAnimationFrameInterval.js +31 -0
- package/libs/gltf-viewer/uuid.d.ts +4 -0
- package/libs/gltf-viewer/uuid.js +28 -0
- package/package.json +8 -4
- package/plugins/AutoPreloadPlugin/index.js +26 -0
- package/plugins/CSS3DRenderPlugin/components/Marker/index.js +24 -16
- package/plugins/CSS3DRenderPlugin/index.js +45 -12
- package/plugins/CSS3DRenderPlugin/utils/createResizeObserver.d.ts +7 -0
- package/plugins/CSS3DRenderPlugin/utils/createResizeObserver.js +34 -0
- package/plugins/CameraMovementPlugin/index.js +33 -9
- package/plugins/CameraMovementPlugin/typing.js +2 -0
- package/plugins/ModelChassisCompassPlugin/index.d.ts +1 -1
- package/plugins/ModelChassisCompassPlugin/index.js +25 -10
- package/plugins/ModelEntryDoorGuidePlugin/index.d.ts +6 -2
- package/plugins/ModelEntryDoorGuidePlugin/index.js +55 -28
- package/plugins/ModelExtrudeWallsPlugin/index.d.ts +16 -0
- package/plugins/ModelExtrudeWallsPlugin/index.js +252 -0
- package/plugins/ModelRoomLabelPlugin/Controller.js +30 -23
- package/plugins/ModelRoomLabelPlugin/RoomLabelItem.js +26 -8
- package/plugins/ModelRoomLabelPlugin/RoomLabelItems.js +35 -25
- package/plugins/ModelRoomLabelPlugin/index.d.ts +4 -0
- package/plugins/ModelRoomLabelPlugin/index.js +9 -2
- package/plugins/ModelRoomLabelPlugin/typings.js +2 -0
- package/plugins/ModelRoomLabelPlugin/utils/parseData.js +6 -0
- package/plugins/ModelTVVideoPlugin/index.js +100 -16
- package/plugins/ModelViewPlugin/index.js +25 -1
- package/plugins/PanoCursorRaycasterPlugin/components/MovePointTowardsCamera.js +29 -25
- package/plugins/PanoCursorRaycasterPlugin/components/PointAxesHelper.js +15 -1
- package/plugins/PanoCursorRaycasterPlugin/index.js +13 -6
- package/plugins/PanoCursorRaycasterPlugin/utils/addLineToFive.js +4 -2
- package/plugins/PanoCursorRaycasterPlugin/utils/createLine.js +15 -1
- package/plugins/PanoDoorLabelPlugin/index.js +2 -0
- package/plugins/PanoIRobotPlugin/index.js +2 -0
- package/plugins/PanoMaskSelectorPlugin/compare.js +2 -0
- package/plugins/PanoMaskSelectorPlugin/createBox.js +22 -1
- package/plugins/PanoMaskSelectorPlugin/createTextures.js +17 -1
- package/plugins/PanoMaskSelectorPlugin/fragmentShader.js +2 -0
- package/plugins/PanoMaskSelectorPlugin/index.js +106 -18
- package/plugins/PanoMaskSelectorPlugin/vertexShader.js +2 -0
- package/plugins/PanoMeasurePlugin/Controller/BaseController.d.ts +36 -0
- package/plugins/PanoMeasurePlugin/Controller/BaseController.js +103 -0
- package/plugins/PanoMeasurePlugin/Controller/EditController.d.ts +52 -0
- package/plugins/PanoMeasurePlugin/Controller/EditController.js +341 -0
- package/plugins/PanoMeasurePlugin/Controller/ShortcutKeyController.d.ts +12 -0
- package/plugins/PanoMeasurePlugin/Controller/ShortcutKeyController.js +69 -0
- package/plugins/PanoMeasurePlugin/Controller/WatchController.d.ts +25 -0
- package/plugins/PanoMeasurePlugin/Controller/WatchController.js +371 -0
- package/plugins/PanoMeasurePlugin/Controller/index.d.ts +61 -0
- package/plugins/PanoMeasurePlugin/Controller/index.js +230 -0
- package/plugins/PanoMeasurePlugin/Model/index.d.ts +38 -0
- package/plugins/PanoMeasurePlugin/Model/index.js +235 -0
- package/plugins/PanoMeasurePlugin/Model/line.d.ts +30 -0
- package/plugins/PanoMeasurePlugin/Model/line.js +121 -0
- package/plugins/PanoMeasurePlugin/Model/point.d.ts +16 -0
- package/plugins/PanoMeasurePlugin/Model/point.js +68 -0
- package/plugins/PanoMeasurePlugin/Model/polyline.d.ts +16 -0
- package/plugins/PanoMeasurePlugin/Model/polyline.js +109 -0
- package/plugins/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete.svg.d.ts +2 -0
- package/plugins/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete.svg.js +11 -0
- package/plugins/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_bg.png.d.ts +2 -0
- package/plugins/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_bg.png.js +11 -0
- package/plugins/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_hover_bg.png.d.ts +2 -0
- package/plugins/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_hover_bg.png.js +11 -0
- package/plugins/PanoMeasurePlugin/Modules/DeleteDom/index.d.ts +22 -0
- package/plugins/PanoMeasurePlugin/Modules/DeleteDom/index.js +182 -0
- package/plugins/PanoMeasurePlugin/Modules/FiveHelper.d.ts +11 -0
- package/plugins/PanoMeasurePlugin/Modules/FiveHelper.js +66 -0
- package/plugins/PanoMeasurePlugin/Modules/GuideController.d.ts +18 -0
- package/plugins/PanoMeasurePlugin/Modules/GuideController.js +107 -0
- package/plugins/PanoMeasurePlugin/Modules/Magnifier.d.ts +24 -0
- package/plugins/PanoMeasurePlugin/Modules/Magnifier.js +139 -0
- package/plugins/PanoMeasurePlugin/Modules/UIController/HTML.d.ts +6 -0
- package/plugins/PanoMeasurePlugin/Modules/UIController/HTML.js +26 -0
- package/plugins/PanoMeasurePlugin/Modules/UIController/MainBtnController.d.ts +18 -0
- package/plugins/PanoMeasurePlugin/Modules/UIController/MainBtnController.js +169 -0
- package/plugins/PanoMeasurePlugin/Modules/UIController/Revoke/index.d.ts +12 -0
- package/plugins/PanoMeasurePlugin/Modules/UIController/Revoke/index.js +59 -0
- package/plugins/PanoMeasurePlugin/Modules/UIController/index.d.ts +16 -0
- package/plugins/PanoMeasurePlugin/Modules/UIController/index.js +123 -0
- package/plugins/PanoMeasurePlugin/Modules/UIController/style.d.ts +17 -0
- package/plugins/PanoMeasurePlugin/Modules/UIController/style.js +103 -0
- package/plugins/PanoMeasurePlugin/index.d.ts +7 -0
- package/plugins/PanoMeasurePlugin/index.js +20 -0
- package/plugins/PanoMeasurePlugin/typings/data.d.ts +28 -0
- package/plugins/PanoMeasurePlugin/typings/data.js +7 -0
- package/plugins/PanoMeasurePlugin/typings/event.type.d.ts +28 -0
- package/plugins/PanoMeasurePlugin/typings/event.type.js +7 -0
- package/plugins/PanoMeasurePlugin/typings/utils.type.d.ts +1 -0
- package/plugins/PanoMeasurePlugin/typings/utils.type.js +7 -0
- package/plugins/PanoMeasurePlugin/utils/clearGroup.d.ts +2 -0
- package/plugins/PanoMeasurePlugin/utils/clearGroup.js +16 -0
- package/plugins/PanoMeasurePlugin/utils/constants.d.ts +4 -0
- package/plugins/PanoMeasurePlugin/utils/constants.js +47 -0
- package/plugins/PanoMeasurePlugin/utils/distanceDom.d.ts +28 -0
- package/plugins/PanoMeasurePlugin/utils/distanceDom.js +147 -0
- package/plugins/PanoMeasurePlugin/utils/findAssociatedLines.d.ts +2 -0
- package/plugins/PanoMeasurePlugin/utils/findAssociatedLines.js +37 -0
- package/plugins/PanoMeasurePlugin/utils/findClosestPoint.d.ts +10 -0
- package/plugins/PanoMeasurePlugin/utils/findClosestPoint.js +49 -0
- package/plugins/PanoMeasurePlugin/utils/getIntersectionFromEvent.d.ts +4 -0
- package/plugins/PanoMeasurePlugin/utils/getIntersectionFromEvent.js +20 -0
- package/plugins/PanoMeasurePlugin/utils/getPointFromHammerEvent.d.ts +10 -0
- package/plugins/PanoMeasurePlugin/utils/getPointFromHammerEvent.js +33 -0
- package/plugins/PanoMeasurePlugin/utils/ironbox.d.ts +1 -0
- package/plugins/PanoMeasurePlugin/utils/ironbox.js +14 -0
- package/plugins/PanoMeasurePlugin/utils/isNDCPointInScreen.d.ts +2 -0
- package/plugins/PanoMeasurePlugin/utils/isNDCPointInScreen.js +16 -0
- package/plugins/PanoMeasurePlugin/utils/line.d.ts +17 -0
- package/plugins/PanoMeasurePlugin/utils/line.js +61 -0
- package/plugins/PanoMeasurePlugin/utils/math.d.ts +17 -0
- package/plugins/PanoMeasurePlugin/utils/math.js +57 -0
- package/plugins/PanoMeasurePlugin/utils/mouseGroup.d.ts +2 -0
- package/plugins/PanoMeasurePlugin/utils/mouseGroup.js +42 -0
- package/plugins/PanoMeasurePlugin/utils/ndc2Screen.d.ts +5 -0
- package/plugins/PanoMeasurePlugin/utils/ndc2Screen.js +16 -0
- package/plugins/PanoRulerPlugin/data/roomInfo.js +2 -0
- package/plugins/PanoRulerPlugin/data/roomRules.js +2 -0
- package/plugins/PanoRulerPlugin/index.d.ts +4 -0
- package/plugins/PanoRulerPlugin/index.js +74 -21
- package/plugins/PanoRulerPlugin/typings.js +2 -0
- package/plugins/PanoTVVideoPlugin/index.d.ts +2 -0
- package/plugins/PanoTVVideoPlugin/index.js +108 -26
- package/plugins/TreasurePlugin/Controller.js +58 -52
- package/plugins/TreasurePlugin/TreasureFaceAnime.js +36 -21
- package/plugins/TreasurePlugin/TreasureObject.js +60 -56
- package/plugins/TreasurePlugin/TreasureOpenAnime.js +38 -19
- package/plugins/TreasurePlugin/constants.js +2 -0
- package/plugins/TreasurePlugin/index.js +2 -0
- package/plugins/TreasurePlugin/typings.js +2 -0
- package/plugins/floorplan/Assets/floorplanExtraObject.d.ts +1 -1
- package/plugins/floorplan/Assets/floorplanExtraObject.js +5 -3
- package/plugins/floorplan/ModelFloorplanPlugin/Controller.d.ts +5 -2
- package/plugins/floorplan/ModelFloorplanPlugin/Controller.js +93 -99
- package/plugins/floorplan/ModelFloorplanPlugin/components/Camera.js +25 -7
- package/plugins/floorplan/ModelFloorplanPlugin/components/Compass.js +22 -8
- package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RoomHighlight.js +28 -4
- package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RoomLabels.js +25 -5
- package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RoomMaterial.d.ts +11 -0
- package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RoomMaterial.js +174 -0
- package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RuleLabels.d.ts +8 -0
- package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RuleLabels.js +178 -0
- package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/index.d.ts +2 -0
- package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/index.js +32 -6
- package/plugins/floorplan/ModelFloorplanPlugin/components/index.d.ts +3 -0
- package/plugins/floorplan/ModelFloorplanPlugin/components/index.js +30 -8
- package/plugins/floorplan/ModelFloorplanPlugin/controller.style.js +2 -0
- package/plugins/floorplan/ModelFloorplanPlugin/index.js +4 -2
- package/plugins/floorplan/ModelFloorplanPlugin/typings/events.type.js +2 -0
- package/plugins/floorplan/ModelFloorplanPlugin/typings/utility.d.ts +2 -0
- package/plugins/floorplan/ModelFloorplanPlugin/typings/utility.js +7 -0
- package/plugins/floorplan/ModelFloorplanPlugin/utils/constant.d.ts +1 -1
- package/plugins/floorplan/ModelFloorplanPlugin/utils/constant.js +3 -1
- package/plugins/floorplan/ModelFloorplanPlugin/utils/correctFiveState.js +14 -22
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/Camera.js +26 -3
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/Camera.style.js +10 -6
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/ExtraObjects.js +21 -5
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/RoomHighlight.js +28 -4
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/index.js +22 -6
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/index.js +29 -19
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/index.style.js +2 -0
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Controller.d.ts +1 -1
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Controller.js +47 -50
- package/plugins/floorplan/PanoFloorplanRadarPlugin/index.js +4 -2
- package/plugins/floorplan/TopviewFloorplanPlugin/Controller.d.ts +3 -0
- package/plugins/floorplan/TopviewFloorplanPlugin/Controller.js +66 -61
- package/plugins/floorplan/TopviewFloorplanPlugin/index.js +2 -0
- package/plugins/floorplan/TopviewFloorplanPlugin/style.js +2 -0
- package/plugins/floorplan/components/FloorplanImage.js +15 -1
- package/plugins/floorplan/index.d.ts +4 -0
- package/plugins/floorplan/index.js +13 -0
- package/plugins/floorplan/typings/floorplanData.d.ts +2 -0
- package/plugins/floorplan/typings/floorplanData.js +2 -0
- package/plugins/floorplan/typings/floorplanServerData.d.ts +3 -1
- package/plugins/floorplan/typings/floorplanServerData.js +5 -3
- package/plugins/floorplan/utils/formatData.js +31 -12
- package/plugins/floorplan/utils/formatPosition.js +10 -8
- package/shared-utils/Preloader.js +6 -0
- package/shared-utils/Subscribe.js +36 -16
- package/shared-utils/animationFrame/BetterTween.js +28 -27
- package/shared-utils/animationFrame/calculateProgress.js +2 -0
- package/shared-utils/animationFrame/formatRad.js +2 -0
- package/shared-utils/animationFrame/index.js +12 -0
- package/shared-utils/animationFrame/tween.js +17 -1
- package/shared-utils/changeModelCanvasOpacity.d.ts +2 -0
- package/shared-utils/{changeModelCanvansOpacity.js → changeModelCanvasOpacity.js} +16 -2
- package/shared-utils/createCanvasTextTexture.js +2 -0
- package/shared-utils/createFiveContainer.js +23 -17
- package/shared-utils/createLine/index.js +15 -1
- package/shared-utils/debounce.js +4 -0
- package/shared-utils/equal.js +15 -4
- package/shared-utils/filter.js +36 -2
- package/shared-utils/five/changeMode.js +13 -17
- package/shared-utils/five/useFivePlugin.js +2 -0
- package/shared-utils/formatRad.js +2 -0
- package/shared-utils/getPxmm.js +15 -1
- package/shared-utils/getRandomColor.js +10 -0
- package/shared-utils/isNil.js +2 -0
- package/shared-utils/isTruelyObject.js +4 -0
- package/shared-utils/math/evenNumber.d.ts +3 -1
- package/shared-utils/math/evenNumber.js +6 -2
- package/shared-utils/math/planimetry.js +10 -0
- package/shared-utils/math/rad2Deg.js +2 -0
- package/shared-utils/nearlyEqual.js +2 -0
- package/shared-utils/nextFrame.js +2 -0
- package/shared-utils/noop.js +2 -0
- package/shared-utils/object3d2LocalMatrix.js +20 -14
- package/shared-utils/px2rem.js +10 -0
- package/shared-utils/removeArrayItem.d.ts +7 -0
- package/shared-utils/removeArrayItem.js +22 -0
- package/shared-utils/tap.js +2 -0
- package/shared-utils/three/centerPoint.js +2 -0
- package/shared-utils/three/getExtraModelLoader.js +14 -0
- package/shared-utils/three/getNormal.js +4 -0
- package/shared-utils/three/getTextureLoader.js +16 -0
- package/shared-utils/three/loadFbxObj.js +13 -5
- package/shared-utils/three/loadTexture.d.ts +2 -2
- package/shared-utils/three/loadTexture.js +33 -6
- package/shared-utils/three/transformPositionToVector3.js +2 -0
- package/shared-utils/three/transfromToMeshBasicMaterial.js +6 -0
- package/shared-utils/throttle.js +4 -0
- package/shared-utils/to.js +8 -4
- package/shared-utils/useDebounce.js +6 -0
- package/shared-utils/useThrottle.js +6 -0
- package/shared-utils/uuid.js +8 -0
- package/shared-utils/vectorTocoordinates.js +2 -0
- package/typedoc/components.js +2 -0
- package/typedoc/libs.d.ts +1 -0
- package/typedoc/libs.js +7 -0
- package/typedoc/plugins.js +2 -0
- package/typedoc/shared-utils.js +2 -0
- package/typedoc/typings.js +2 -0
- package/typings/math.type.js +2 -0
- package/typings/utils.type.js +2 -0
- package/components/PBRView/index.d.ts +0 -14
- package/shared-utils/changeModelCanvansOpacity.d.ts +0 -2
package/data/PrXel3aqGbp34JQn.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
require("core-js/modules/es.object.define-property.js");
|
|
4
|
+
|
|
3
5
|
Object.defineProperty(exports, "__esModule", {
|
|
4
6
|
value: true
|
|
5
7
|
});
|
|
@@ -4278,7 +4280,145 @@ var floorplanServerData = {
|
|
|
4278
4280
|
}
|
|
4279
4281
|
},
|
|
4280
4282
|
observer_indexs: [3, 4]
|
|
4281
|
-
}]
|
|
4283
|
+
}],
|
|
4284
|
+
rules: {
|
|
4285
|
+
top: [[{
|
|
4286
|
+
x: 43160,
|
|
4287
|
+
y: 48510
|
|
4288
|
+
}, {
|
|
4289
|
+
x: 46765,
|
|
4290
|
+
y: 48510
|
|
4291
|
+
}], [{
|
|
4292
|
+
x: 35320,
|
|
4293
|
+
y: 41175
|
|
4294
|
+
}, {
|
|
4295
|
+
x: 38330,
|
|
4296
|
+
y: 41175
|
|
4297
|
+
}], [{
|
|
4298
|
+
x: 38450,
|
|
4299
|
+
y: 41175
|
|
4300
|
+
}, {
|
|
4301
|
+
x: 43160,
|
|
4302
|
+
y: 41175
|
|
4303
|
+
}]],
|
|
4304
|
+
right: [[{
|
|
4305
|
+
x: 46765,
|
|
4306
|
+
y: 47085
|
|
4307
|
+
}, {
|
|
4308
|
+
x: 46765,
|
|
4309
|
+
y: 48510
|
|
4310
|
+
}], [{
|
|
4311
|
+
x: 45055,
|
|
4312
|
+
y: 34095
|
|
4313
|
+
}, {
|
|
4314
|
+
x: 45055,
|
|
4315
|
+
y: 34855
|
|
4316
|
+
}], [{
|
|
4317
|
+
x: 46485,
|
|
4318
|
+
y: 34855
|
|
4319
|
+
}, {
|
|
4320
|
+
x: 46485,
|
|
4321
|
+
y: 38715
|
|
4322
|
+
}], [{
|
|
4323
|
+
x: 38330,
|
|
4324
|
+
y: 32380
|
|
4325
|
+
}, {
|
|
4326
|
+
x: 38330,
|
|
4327
|
+
y: 34715
|
|
4328
|
+
}], [{
|
|
4329
|
+
x: 46665,
|
|
4330
|
+
y: 40785
|
|
4331
|
+
}, {
|
|
4332
|
+
x: 46665,
|
|
4333
|
+
y: 43315
|
|
4334
|
+
}], [{
|
|
4335
|
+
x: 46665,
|
|
4336
|
+
y: 38835
|
|
4337
|
+
}, {
|
|
4338
|
+
x: 46665,
|
|
4339
|
+
y: 40665
|
|
4340
|
+
}], [{
|
|
4341
|
+
x: 46625,
|
|
4342
|
+
y: 43435
|
|
4343
|
+
}, {
|
|
4344
|
+
x: 46625,
|
|
4345
|
+
y: 46965
|
|
4346
|
+
}]],
|
|
4347
|
+
bottom: [[{
|
|
4348
|
+
x: 35320,
|
|
4349
|
+
y: 32380
|
|
4350
|
+
}, {
|
|
4351
|
+
x: 38330,
|
|
4352
|
+
y: 32380
|
|
4353
|
+
}], [{
|
|
4354
|
+
x: 45055,
|
|
4355
|
+
y: 34855
|
|
4356
|
+
}, {
|
|
4357
|
+
x: 46485,
|
|
4358
|
+
y: 34855
|
|
4359
|
+
}], [{
|
|
4360
|
+
x: 39935,
|
|
4361
|
+
y: 34095
|
|
4362
|
+
}, {
|
|
4363
|
+
x: 42980,
|
|
4364
|
+
y: 34095
|
|
4365
|
+
}], [{
|
|
4366
|
+
x: 43100,
|
|
4367
|
+
y: 34095
|
|
4368
|
+
}, {
|
|
4369
|
+
x: 45055,
|
|
4370
|
+
y: 34095
|
|
4371
|
+
}], [{
|
|
4372
|
+
x: 38450,
|
|
4373
|
+
y: 34835
|
|
4374
|
+
}, {
|
|
4375
|
+
x: 39935,
|
|
4376
|
+
y: 34835
|
|
4377
|
+
}]],
|
|
4378
|
+
left: [[{
|
|
4379
|
+
x: 43160,
|
|
4380
|
+
y: 47085
|
|
4381
|
+
}, {
|
|
4382
|
+
x: 43160,
|
|
4383
|
+
y: 48510
|
|
4384
|
+
}], [{
|
|
4385
|
+
x: 39935,
|
|
4386
|
+
y: 34095
|
|
4387
|
+
}, {
|
|
4388
|
+
x: 39935,
|
|
4389
|
+
y: 34835
|
|
4390
|
+
}], [{
|
|
4391
|
+
x: 43160,
|
|
4392
|
+
y: 43435
|
|
4393
|
+
}, {
|
|
4394
|
+
x: 43160,
|
|
4395
|
+
y: 46965
|
|
4396
|
+
}], [{
|
|
4397
|
+
x: 43160,
|
|
4398
|
+
y: 41175
|
|
4399
|
+
}, {
|
|
4400
|
+
x: 43160,
|
|
4401
|
+
y: 43315
|
|
4402
|
+
}], [{
|
|
4403
|
+
x: 35320,
|
|
4404
|
+
y: 32380
|
|
4405
|
+
}, {
|
|
4406
|
+
x: 35320,
|
|
4407
|
+
y: 37045
|
|
4408
|
+
}], [{
|
|
4409
|
+
x: 35320,
|
|
4410
|
+
y: 39150
|
|
4411
|
+
}, {
|
|
4412
|
+
x: 35320,
|
|
4413
|
+
y: 41175
|
|
4414
|
+
}], [{
|
|
4415
|
+
x: 35320,
|
|
4416
|
+
y: 37165
|
|
4417
|
+
}, {
|
|
4418
|
+
x: 35320,
|
|
4419
|
+
y: 39030
|
|
4420
|
+
}]]
|
|
4421
|
+
}
|
|
4282
4422
|
}],
|
|
4283
4423
|
observers: [{
|
|
4284
4424
|
index: 0,
|
package/data/XJ6NMLWnkAY3Rdx8.js
CHANGED
package/data/YdoNP9K4rwQDwjJr.js
CHANGED
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
export declare const work: {
|
|
2
|
+
_signature: string;
|
|
3
|
+
allow_hosts: string[];
|
|
4
|
+
base_url: string;
|
|
5
|
+
certificate: string;
|
|
6
|
+
create_time: string;
|
|
7
|
+
expire_at: string;
|
|
8
|
+
initial: {
|
|
9
|
+
flag_position: never[];
|
|
10
|
+
fov: number;
|
|
11
|
+
heading: number;
|
|
12
|
+
latitude: number;
|
|
13
|
+
longitude: number;
|
|
14
|
+
pano: number;
|
|
15
|
+
pano_index: number;
|
|
16
|
+
};
|
|
17
|
+
model: {
|
|
18
|
+
file_url: string;
|
|
19
|
+
material_base_url: string;
|
|
20
|
+
material_textures: never[];
|
|
21
|
+
modify_time: string;
|
|
22
|
+
type: number;
|
|
23
|
+
};
|
|
24
|
+
observers: {
|
|
25
|
+
accessible_nodes: number[];
|
|
26
|
+
floor_index: number;
|
|
27
|
+
index: number;
|
|
28
|
+
offset_point_count: number;
|
|
29
|
+
position: number[];
|
|
30
|
+
quaternion: {
|
|
31
|
+
w: number;
|
|
32
|
+
x: number;
|
|
33
|
+
y: number;
|
|
34
|
+
z: number;
|
|
35
|
+
};
|
|
36
|
+
standing_position: number[];
|
|
37
|
+
visible_nodes: number[];
|
|
38
|
+
}[];
|
|
39
|
+
panorama: {
|
|
40
|
+
count: number;
|
|
41
|
+
list: {
|
|
42
|
+
back: string;
|
|
43
|
+
down: string;
|
|
44
|
+
front: string;
|
|
45
|
+
index: number;
|
|
46
|
+
left: string;
|
|
47
|
+
right: string;
|
|
48
|
+
up: string;
|
|
49
|
+
}[];
|
|
50
|
+
};
|
|
51
|
+
picture_url: string;
|
|
52
|
+
title_picture_url: string;
|
|
53
|
+
vr_code: string;
|
|
54
|
+
vr_type: string;
|
|
55
|
+
};
|
|
@@ -0,0 +1,372 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
require("core-js/modules/es.object.define-property.js");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.work = void 0;
|
|
9
|
+
var work = {
|
|
10
|
+
_signature: 'iUr33TCEhQZ1pSqoO71GvuUlnM2ihBSosZoPyGyICSJywbOyakxzOkeqjJuDqI7uQNsqnqWz6bTaSK4kX9IU1n1DYY2Ei031CBvn4U/VmtAVzn9AfXxtI3LRt0zXb/JlwKoM4mVMh3d+gbVrICu94BfZYMf38woOkqD4XRfzHl8=',
|
|
11
|
+
allow_hosts: ['*'],
|
|
12
|
+
base_url: 'https://vrlab-public.ljcdn.com/release/auto3dhd/e535ccf04dbc0b530a54b6562cf806b9/',
|
|
13
|
+
certificate: '-----BEGIN CERTIFICATE-----\nMIIEMzCCAhsCCQDYAS/7ATZRmTANBgkqhkiG9w0BAQsFADCBkzELMAkGA1UEBhMC\nQ04xEDAOBgNVBAgMB0JlaWppbmcxEDAOBgNVBAcMB0JlaWppbmcxFDASBgNVBAoM\nC2xpYW5qaWEuY29tMRAwDgYDVQQLDAdSZWFsc2VlMREwDwYDVQQDDAhIYXJkd2Fy\nZTElMCMGCSqGSIb3DQEJARYWbml1aGFpcWluZ0BsaWFuamlhLmNvbTAeFw0yMTA5\nMTAwNTIwMDBaFw0zMTA5MDgwNTIwMDBaMIGmMQswCQYDVQQGEwJDTjEQMA4GA1UE\nCAwHQmVpSmluZzEQMA4GA1UEBwwHQmVpSmluZzEQMA4GA1UECgwHUmVhbHNlZTEZ\nMBcGA1UECwwQUmVhbHNlZUFwcEdldHdheTEgMB4GA1UEAwwXYXBwLWdhdGV3YXku\ncmVhbHNlZS5jb20xJDAiBgkqhkiG9w0BCQEWFWRldmVsb3BlckByZWFsc2VlLmNv\nbTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAuv/y3Ezsy/wh3LCA8vomPbgI\nSO9iO5kyR+oAetklD+epMU6J/ZbvTDEomZxuS5iyyKGBupzAh2ZFLIy7tsE71Vx1\nIIvT7Kdyq66lMU4YzdrpKUcxv7oOQnO8DA1orKluNa4jkyXBywHKs/Q+20LVc+RD\ngKXqFGJUdo8mAxEScs0CAwEAATANBgkqhkiG9w0BAQsFAAOCAgEAkMxsU4VLPd4J\n0rElBNBIyqPtvnlTs6VkhIK0l4oM58wtDKc1uG9UPSX5j29NguZM6LOe0jCsU2Vg\nEpUseMWQjx4o2yBg7MokQyjWc1zu6PppKhQ+RqHQy/biJ2zsIMpX3oMASXffvnW5\nn4Bjyo1JdDJiLm1fLvLlVVxQoraJD+rtpqWDEYixGVREUo5OIL5Y5dVjkHG2r9RQ\nQuu3yEiyr9gAW8yhz3YR6/sJ6boyGK8NC0v8Jih7NnCdT+9ML+3jn3P5F3TeXdSf\nVeYIm5oWAOTe3AjjKP8ARMb2RYACjg80/AcowD/dvRRjbwQmyucUNug2pXJynXpD\nNfx1IBmUmzSAT1Z5yNuY/f3VRBJvmIQ6Jpmef+g0/wUJpyS4SObguItyYlFPLqRH\nK1oKqNX/uV0GWWEQl6Lml986TzlHxc4ljtHBhjzlKYIYYZLWWipk4JiB8hxJcTK+\ncrgvclEQSxFlmAyoqxYFClrOOsPqZJdBhDTvoUWnnWuJLQt7DLHpyInp+S75Gg3o\n0zgHpt9m26B3YbjQGYMQlYmhl2VLQa+Ey0W8UZQXLcTvoRT4p+8crqr6cNNsxCyZ\nm08vBbEMIMvhBeLQvpM75oaMBmelegipFl2eelxVIHdGJWoyJSZQUdXN0uSidhZp\nI7AIgzhqK1Ku/IXK0OSXJonn+/9X/VI=\n-----END CERTIFICATE-----',
|
|
14
|
+
create_time: '2018-12-18T17:54:34+08:00',
|
|
15
|
+
expire_at: '1955520257377',
|
|
16
|
+
initial: {
|
|
17
|
+
flag_position: [],
|
|
18
|
+
fov: 95,
|
|
19
|
+
heading: -0.48578382069644,
|
|
20
|
+
latitude: 0,
|
|
21
|
+
longitude: 3.0522697646654,
|
|
22
|
+
pano: 2,
|
|
23
|
+
pano_index: 2
|
|
24
|
+
},
|
|
25
|
+
model: {
|
|
26
|
+
file_url: 'model/auto3d-NIqoLSDu77cCE9lqaea8AH.at3d',
|
|
27
|
+
material_base_url: 'https://vrlab-public.ljcdn.com/release/auto3dhd/e535ccf04dbc0b530a54b6562cf806b9/materials/',
|
|
28
|
+
material_textures: [],
|
|
29
|
+
modify_time: '2018-12-18T18:17:46+08:00',
|
|
30
|
+
type: 0
|
|
31
|
+
},
|
|
32
|
+
observers: [{
|
|
33
|
+
accessible_nodes: [1, 2, 3, 4, 6, 7, 8, 9, 11],
|
|
34
|
+
floor_index: 0,
|
|
35
|
+
index: 0,
|
|
36
|
+
offset_point_count: 0,
|
|
37
|
+
position: [-1.0917700529099, 0.15878300003707, -0.86125600337982],
|
|
38
|
+
quaternion: {
|
|
39
|
+
w: 0.00017846644664653,
|
|
40
|
+
x: 0.0053523755984836,
|
|
41
|
+
y: -0.99990616298527,
|
|
42
|
+
z: 0.012609405892409
|
|
43
|
+
},
|
|
44
|
+
standing_position: [-1.0917700529099, -1.1495478680022, -0.86125600337982],
|
|
45
|
+
visible_nodes: [1, 2, 3, 4, 6, 7, 8, 9, 11]
|
|
46
|
+
}, {
|
|
47
|
+
accessible_nodes: [0, 2, 3, 4, 5, 6, 11, 12, 13, 14],
|
|
48
|
+
floor_index: 0,
|
|
49
|
+
index: 1,
|
|
50
|
+
offset_point_count: 0,
|
|
51
|
+
position: [0.65151399374008, 0.16019719008356, -1.1033300161362],
|
|
52
|
+
quaternion: {
|
|
53
|
+
w: -0.10077511701238,
|
|
54
|
+
x: 0.011277167484995,
|
|
55
|
+
y: -0.99472255200398,
|
|
56
|
+
z: 0.015628179443671
|
|
57
|
+
},
|
|
58
|
+
standing_position: [0.65151399374008, -1.1481546156581, -1.1033300161362],
|
|
59
|
+
visible_nodes: [0, 2, 3, 4, 5, 6, 11, 12, 13, 14]
|
|
60
|
+
}, {
|
|
61
|
+
accessible_nodes: [0, 1, 3, 4, 5, 11, 12, 13, 14],
|
|
62
|
+
floor_index: 0,
|
|
63
|
+
index: 2,
|
|
64
|
+
offset_point_count: 0,
|
|
65
|
+
position: [0.43326100707054, 0.17658392021433, -3.0414400100708],
|
|
66
|
+
quaternion: {
|
|
67
|
+
w: -0.059509916726231,
|
|
68
|
+
x: 0.0080754388768072,
|
|
69
|
+
y: -0.99817793969087,
|
|
70
|
+
z: 0.0058438736806965
|
|
71
|
+
},
|
|
72
|
+
standing_position: [0.43326100707054, -1.1480999898911, -3.0414400100708],
|
|
73
|
+
visible_nodes: [0, 1, 3, 4, 5, 11, 12, 13, 14]
|
|
74
|
+
}, {
|
|
75
|
+
accessible_nodes: [0, 1, 2, 6, 7, 8, 9, 11],
|
|
76
|
+
floor_index: 0,
|
|
77
|
+
index: 3,
|
|
78
|
+
offset_point_count: 0,
|
|
79
|
+
position: [-1.0296499729156, 0.17727671990171, -3.1122798919678],
|
|
80
|
+
quaternion: {
|
|
81
|
+
w: 0.072049289486476,
|
|
82
|
+
x: 0.010171557674446,
|
|
83
|
+
y: -0.99733488512529,
|
|
84
|
+
z: 0.0053448762185369
|
|
85
|
+
},
|
|
86
|
+
standing_position: [-1.0296499729156, -1.14821882145, -3.1122798919678],
|
|
87
|
+
visible_nodes: [0, 1, 2, 6, 7, 8, 9, 11]
|
|
88
|
+
}, {
|
|
89
|
+
accessible_nodes: [0, 1, 2, 5, 11, 12, 13, 14],
|
|
90
|
+
floor_index: 0,
|
|
91
|
+
index: 4,
|
|
92
|
+
offset_point_count: 0,
|
|
93
|
+
position: [0.45166000723839, 0.17132000003941, -3.9768900871277],
|
|
94
|
+
quaternion: {
|
|
95
|
+
w: 0.23163197133258,
|
|
96
|
+
x: 0.012441787433853,
|
|
97
|
+
y: -0.97272380150001,
|
|
98
|
+
z: 0.00048316885130113
|
|
99
|
+
},
|
|
100
|
+
standing_position: [0.45166000723839, -1.1461467289277, -3.9768900871277],
|
|
101
|
+
visible_nodes: [0, 1, 2, 5, 11, 12, 13, 14]
|
|
102
|
+
}, {
|
|
103
|
+
accessible_nodes: [1, 2, 4, 11, 12, 13, 14],
|
|
104
|
+
floor_index: 0,
|
|
105
|
+
index: 5,
|
|
106
|
+
offset_point_count: 0,
|
|
107
|
+
position: [0.31012299656868, 0.19758960053325, -5.349760055542],
|
|
108
|
+
quaternion: {
|
|
109
|
+
w: 0.10302604989392,
|
|
110
|
+
x: 0.020138595505587,
|
|
111
|
+
y: -0.99445998902192,
|
|
112
|
+
z: -0.0054212121108373
|
|
113
|
+
},
|
|
114
|
+
standing_position: [0.31012299656868, -1.1476701728328, -5.349760055542],
|
|
115
|
+
visible_nodes: [1, 2, 4, 11, 12, 13, 14]
|
|
116
|
+
}, {
|
|
117
|
+
accessible_nodes: [0, 1, 3, 7, 8, 9, 11],
|
|
118
|
+
floor_index: 0,
|
|
119
|
+
index: 6,
|
|
120
|
+
offset_point_count: 0,
|
|
121
|
+
position: [-1.1690399646759, 0.19821899950504, -4.1991600990295],
|
|
122
|
+
quaternion: {
|
|
123
|
+
w: -0.071074474126704,
|
|
124
|
+
x: 0.0053537540970324,
|
|
125
|
+
y: -0.99745436846062,
|
|
126
|
+
z: 0.0021310248659551
|
|
127
|
+
},
|
|
128
|
+
standing_position: [-1.1690399646759, -1.1370887087367, -4.1991600990295],
|
|
129
|
+
visible_nodes: [0, 1, 3, 7, 8, 9, 11]
|
|
130
|
+
}, {
|
|
131
|
+
accessible_nodes: [0, 3, 6, 8, 9, 11],
|
|
132
|
+
floor_index: 0,
|
|
133
|
+
index: 7,
|
|
134
|
+
offset_point_count: 0,
|
|
135
|
+
position: [-1.4844199419022, 0.23761120259762, -5.5339798927307],
|
|
136
|
+
quaternion: {
|
|
137
|
+
w: -0.12197837976677,
|
|
138
|
+
x: 0.00066231071663764,
|
|
139
|
+
y: -0.99252607921477,
|
|
140
|
+
z: -0.0035795193278797
|
|
141
|
+
},
|
|
142
|
+
standing_position: [-1.4844199419022, -1.0982386003435, -5.5339798927307],
|
|
143
|
+
visible_nodes: [0, 3, 6, 8, 9, 11]
|
|
144
|
+
}, {
|
|
145
|
+
accessible_nodes: [0, 3, 6, 7, 9],
|
|
146
|
+
floor_index: 0,
|
|
147
|
+
index: 8,
|
|
148
|
+
offset_point_count: 0,
|
|
149
|
+
position: [-0.98770397901535, 0.26831009805202, -6.5472002029419],
|
|
150
|
+
quaternion: {
|
|
151
|
+
w: 0.17481434917891,
|
|
152
|
+
x: 0.012355576492756,
|
|
153
|
+
y: -0.98450019585243,
|
|
154
|
+
z: -0.0068306296325514
|
|
155
|
+
},
|
|
156
|
+
standing_position: [-0.98770397901535, -1.0546171639457, -6.5472002029419],
|
|
157
|
+
visible_nodes: [0, 3, 6, 7, 9]
|
|
158
|
+
}, {
|
|
159
|
+
accessible_nodes: [0, 3, 6, 7, 8, 10],
|
|
160
|
+
floor_index: 0,
|
|
161
|
+
index: 9,
|
|
162
|
+
offset_point_count: 0,
|
|
163
|
+
position: [-1.0265500545502, 0.29897899746895, -7.1937398910522],
|
|
164
|
+
quaternion: {
|
|
165
|
+
w: -0.076528896151134,
|
|
166
|
+
x: 0.0047643977379183,
|
|
167
|
+
y: -0.99702176266347,
|
|
168
|
+
z: -0.0082600227368126
|
|
169
|
+
},
|
|
170
|
+
standing_position: [-1.0265500545502, -1.028781779081, -7.1937398910522],
|
|
171
|
+
visible_nodes: [0, 3, 6, 7, 8, 10]
|
|
172
|
+
}, {
|
|
173
|
+
accessible_nodes: [9],
|
|
174
|
+
floor_index: 0,
|
|
175
|
+
index: 10,
|
|
176
|
+
offset_point_count: 0,
|
|
177
|
+
position: [-1.9815599918365, 0.31432300627232, -7.3561501502991],
|
|
178
|
+
quaternion: {
|
|
179
|
+
w: 0.21084368325705,
|
|
180
|
+
x: 0.01249786532042,
|
|
181
|
+
y: -0.97738852851922,
|
|
182
|
+
z: -0.010020374551085
|
|
183
|
+
},
|
|
184
|
+
standing_position: [-1.9815599918365, -1.0141939967461, -7.3561501502991],
|
|
185
|
+
visible_nodes: [9]
|
|
186
|
+
}, {
|
|
187
|
+
accessible_nodes: [0, 1, 2, 3, 4, 5, 6, 7, 12, 13, 14],
|
|
188
|
+
floor_index: 0,
|
|
189
|
+
index: 11,
|
|
190
|
+
offset_point_count: 0,
|
|
191
|
+
position: [0.57271301746368, 0.17741053977981, 0.78410702943802],
|
|
192
|
+
quaternion: {
|
|
193
|
+
w: -0.050685804708319,
|
|
194
|
+
x: 0.0097276643559823,
|
|
195
|
+
y: -0.99843570428487,
|
|
196
|
+
z: 0.0215047238429
|
|
197
|
+
},
|
|
198
|
+
standing_position: [0.57271301746368, -1.1451062991385, 0.78410702943802],
|
|
199
|
+
visible_nodes: [0, 1, 2, 3, 4, 5, 6, 7, 12, 13, 14]
|
|
200
|
+
}, {
|
|
201
|
+
accessible_nodes: [1, 2, 4, 5, 11, 13, 14],
|
|
202
|
+
floor_index: 0,
|
|
203
|
+
index: 12,
|
|
204
|
+
offset_point_count: 0,
|
|
205
|
+
position: [0.41948699951172, 0.19644300088286, 2.2915999889374],
|
|
206
|
+
quaternion: {
|
|
207
|
+
w: -0.12722416417505,
|
|
208
|
+
x: 0.010960097138303,
|
|
209
|
+
y: -0.99129142998154,
|
|
210
|
+
z: 0.032174291973078
|
|
211
|
+
},
|
|
212
|
+
standing_position: [0.41948699951172, -1.1330476287646, 2.2915999889374],
|
|
213
|
+
visible_nodes: [1, 2, 4, 5, 11, 13, 14]
|
|
214
|
+
}, {
|
|
215
|
+
accessible_nodes: [1, 2, 4, 5, 11, 12, 14],
|
|
216
|
+
floor_index: 0,
|
|
217
|
+
index: 13,
|
|
218
|
+
offset_point_count: 0,
|
|
219
|
+
position: [0.42089799046516, 0.26391850233078, 4.2743401527405],
|
|
220
|
+
quaternion: {
|
|
221
|
+
w: -0.21079671694592,
|
|
222
|
+
x: 0.0098610806832896,
|
|
223
|
+
y: -0.97677745742127,
|
|
224
|
+
z: 0.037058027917885
|
|
225
|
+
},
|
|
226
|
+
standing_position: [0.42089799046516, -1.0651655106068, 4.2743401527405],
|
|
227
|
+
visible_nodes: [1, 2, 4, 5, 11, 12, 14]
|
|
228
|
+
}, {
|
|
229
|
+
accessible_nodes: [1, 2, 4, 5, 11, 12, 13],
|
|
230
|
+
floor_index: 0,
|
|
231
|
+
index: 14,
|
|
232
|
+
offset_point_count: 0,
|
|
233
|
+
position: [0.70368897914886, 0.30781799376011, 5.517590045929],
|
|
234
|
+
quaternion: {
|
|
235
|
+
w: -0.19453321311849,
|
|
236
|
+
x: 0.013363443170148,
|
|
237
|
+
y: -0.97981881260942,
|
|
238
|
+
z: 0.043969772691867
|
|
239
|
+
},
|
|
240
|
+
standing_position: [0.70368897914886, -1.0139150930025, 5.517590045929],
|
|
241
|
+
visible_nodes: [1, 2, 4, 5, 11, 12, 13]
|
|
242
|
+
}],
|
|
243
|
+
panorama: {
|
|
244
|
+
count: 15,
|
|
245
|
+
list: [{
|
|
246
|
+
back: 'images/cube_2048/0/5c7ffee9f15a8d9b2ba967a0a0dbbf21/0_b.jpg',
|
|
247
|
+
down: 'images/cube_2048/0/5c7ffee9f15a8d9b2ba967a0a0dbbf21/0_d.jpg',
|
|
248
|
+
front: 'images/cube_2048/0/5c7ffee9f15a8d9b2ba967a0a0dbbf21/0_f.jpg',
|
|
249
|
+
index: 0,
|
|
250
|
+
left: 'images/cube_2048/0/5c7ffee9f15a8d9b2ba967a0a0dbbf21/0_l.jpg',
|
|
251
|
+
right: 'images/cube_2048/0/5c7ffee9f15a8d9b2ba967a0a0dbbf21/0_r.jpg',
|
|
252
|
+
up: 'images/cube_2048/0/5c7ffee9f15a8d9b2ba967a0a0dbbf21/0_u.jpg'
|
|
253
|
+
}, {
|
|
254
|
+
back: 'images/cube_2048/1/9d29f9f86cc00b7375fd433b43b335b2/1_b.jpg',
|
|
255
|
+
down: 'images/cube_2048/1/9d29f9f86cc00b7375fd433b43b335b2/1_d.jpg',
|
|
256
|
+
front: 'images/cube_2048/1/9d29f9f86cc00b7375fd433b43b335b2/1_f.jpg',
|
|
257
|
+
index: 1,
|
|
258
|
+
left: 'images/cube_2048/1/9d29f9f86cc00b7375fd433b43b335b2/1_l.jpg',
|
|
259
|
+
right: 'images/cube_2048/1/9d29f9f86cc00b7375fd433b43b335b2/1_r.jpg',
|
|
260
|
+
up: 'images/cube_2048/1/9d29f9f86cc00b7375fd433b43b335b2/1_u.jpg'
|
|
261
|
+
}, {
|
|
262
|
+
back: 'images/cube_2048/2/7550253d23a1bc0fee72d85c6963ed01/2_b.jpg',
|
|
263
|
+
down: 'images/cube_2048/2/7550253d23a1bc0fee72d85c6963ed01/2_d.jpg',
|
|
264
|
+
front: 'images/cube_2048/2/7550253d23a1bc0fee72d85c6963ed01/2_f.jpg',
|
|
265
|
+
index: 2,
|
|
266
|
+
left: 'images/cube_2048/2/7550253d23a1bc0fee72d85c6963ed01/2_l.jpg',
|
|
267
|
+
right: 'images/cube_2048/2/7550253d23a1bc0fee72d85c6963ed01/2_r.jpg',
|
|
268
|
+
up: 'images/cube_2048/2/7550253d23a1bc0fee72d85c6963ed01/2_u.jpg'
|
|
269
|
+
}, {
|
|
270
|
+
back: 'images/cube_2048/3/84687d8706dd7cd3d9ea2323848e9e06/3_b.jpg',
|
|
271
|
+
down: 'images/cube_2048/3/84687d8706dd7cd3d9ea2323848e9e06/3_d.jpg',
|
|
272
|
+
front: 'images/cube_2048/3/84687d8706dd7cd3d9ea2323848e9e06/3_f.jpg',
|
|
273
|
+
index: 3,
|
|
274
|
+
left: 'images/cube_2048/3/84687d8706dd7cd3d9ea2323848e9e06/3_l.jpg',
|
|
275
|
+
right: 'images/cube_2048/3/84687d8706dd7cd3d9ea2323848e9e06/3_r.jpg',
|
|
276
|
+
up: 'images/cube_2048/3/84687d8706dd7cd3d9ea2323848e9e06/3_u.jpg'
|
|
277
|
+
}, {
|
|
278
|
+
back: 'images/cube_2048/4/97b0e08210214ad0d8e1456574352f03/4_b.jpg',
|
|
279
|
+
down: 'images/cube_2048/4/97b0e08210214ad0d8e1456574352f03/4_d.jpg',
|
|
280
|
+
front: 'images/cube_2048/4/97b0e08210214ad0d8e1456574352f03/4_f.jpg',
|
|
281
|
+
index: 4,
|
|
282
|
+
left: 'images/cube_2048/4/97b0e08210214ad0d8e1456574352f03/4_l.jpg',
|
|
283
|
+
right: 'images/cube_2048/4/97b0e08210214ad0d8e1456574352f03/4_r.jpg',
|
|
284
|
+
up: 'images/cube_2048/4/97b0e08210214ad0d8e1456574352f03/4_u.jpg'
|
|
285
|
+
}, {
|
|
286
|
+
back: 'images/cube_2048/5/c1b143e9ca580400a1bd8b36fc5b97f3/5_b.jpg',
|
|
287
|
+
down: 'images/cube_2048/5/c1b143e9ca580400a1bd8b36fc5b97f3/5_d.jpg',
|
|
288
|
+
front: 'images/cube_2048/5/c1b143e9ca580400a1bd8b36fc5b97f3/5_f.jpg',
|
|
289
|
+
index: 5,
|
|
290
|
+
left: 'images/cube_2048/5/c1b143e9ca580400a1bd8b36fc5b97f3/5_l.jpg',
|
|
291
|
+
right: 'images/cube_2048/5/c1b143e9ca580400a1bd8b36fc5b97f3/5_r.jpg',
|
|
292
|
+
up: 'images/cube_2048/5/c1b143e9ca580400a1bd8b36fc5b97f3/5_u.jpg'
|
|
293
|
+
}, {
|
|
294
|
+
back: 'images/cube_2048/6/a05f5b92181a2e3819de44e6ff5d8dd7/6_b.jpg',
|
|
295
|
+
down: 'images/cube_2048/6/a05f5b92181a2e3819de44e6ff5d8dd7/6_d.jpg',
|
|
296
|
+
front: 'images/cube_2048/6/a05f5b92181a2e3819de44e6ff5d8dd7/6_f.jpg',
|
|
297
|
+
index: 6,
|
|
298
|
+
left: 'images/cube_2048/6/a05f5b92181a2e3819de44e6ff5d8dd7/6_l.jpg',
|
|
299
|
+
right: 'images/cube_2048/6/a05f5b92181a2e3819de44e6ff5d8dd7/6_r.jpg',
|
|
300
|
+
up: 'images/cube_2048/6/a05f5b92181a2e3819de44e6ff5d8dd7/6_u.jpg'
|
|
301
|
+
}, {
|
|
302
|
+
back: 'images/cube_2048/7/214d56ca892efa2d3249d8bbb52d37d1/7_b.jpg',
|
|
303
|
+
down: 'images/cube_2048/7/214d56ca892efa2d3249d8bbb52d37d1/7_d.jpg',
|
|
304
|
+
front: 'images/cube_2048/7/214d56ca892efa2d3249d8bbb52d37d1/7_f.jpg',
|
|
305
|
+
index: 7,
|
|
306
|
+
left: 'images/cube_2048/7/214d56ca892efa2d3249d8bbb52d37d1/7_l.jpg',
|
|
307
|
+
right: 'images/cube_2048/7/214d56ca892efa2d3249d8bbb52d37d1/7_r.jpg',
|
|
308
|
+
up: 'images/cube_2048/7/214d56ca892efa2d3249d8bbb52d37d1/7_u.jpg'
|
|
309
|
+
}, {
|
|
310
|
+
back: 'images/cube_2048/8/eed0cd1a5eaf601a9a463450ffa7562d/8_b.jpg',
|
|
311
|
+
down: 'images/cube_2048/8/eed0cd1a5eaf601a9a463450ffa7562d/8_d.jpg',
|
|
312
|
+
front: 'images/cube_2048/8/eed0cd1a5eaf601a9a463450ffa7562d/8_f.jpg',
|
|
313
|
+
index: 8,
|
|
314
|
+
left: 'images/cube_2048/8/eed0cd1a5eaf601a9a463450ffa7562d/8_l.jpg',
|
|
315
|
+
right: 'images/cube_2048/8/eed0cd1a5eaf601a9a463450ffa7562d/8_r.jpg',
|
|
316
|
+
up: 'images/cube_2048/8/eed0cd1a5eaf601a9a463450ffa7562d/8_u.jpg'
|
|
317
|
+
}, {
|
|
318
|
+
back: 'images/cube_2048/9/e82b4099ce05f637d157a440eef0ecd7/9_b.jpg',
|
|
319
|
+
down: 'images/cube_2048/9/e82b4099ce05f637d157a440eef0ecd7/9_d.jpg',
|
|
320
|
+
front: 'images/cube_2048/9/e82b4099ce05f637d157a440eef0ecd7/9_f.jpg',
|
|
321
|
+
index: 9,
|
|
322
|
+
left: 'images/cube_2048/9/e82b4099ce05f637d157a440eef0ecd7/9_l.jpg',
|
|
323
|
+
right: 'images/cube_2048/9/e82b4099ce05f637d157a440eef0ecd7/9_r.jpg',
|
|
324
|
+
up: 'images/cube_2048/9/e82b4099ce05f637d157a440eef0ecd7/9_u.jpg'
|
|
325
|
+
}, {
|
|
326
|
+
back: 'images/cube_2048/10/f5631d42d0b3b37299f70e0caadc83a2/10_b.jpg',
|
|
327
|
+
down: 'images/cube_2048/10/f5631d42d0b3b37299f70e0caadc83a2/10_d.jpg',
|
|
328
|
+
front: 'images/cube_2048/10/f5631d42d0b3b37299f70e0caadc83a2/10_f.jpg',
|
|
329
|
+
index: 10,
|
|
330
|
+
left: 'images/cube_2048/10/f5631d42d0b3b37299f70e0caadc83a2/10_l.jpg',
|
|
331
|
+
right: 'images/cube_2048/10/f5631d42d0b3b37299f70e0caadc83a2/10_r.jpg',
|
|
332
|
+
up: 'images/cube_2048/10/f5631d42d0b3b37299f70e0caadc83a2/10_u.jpg'
|
|
333
|
+
}, {
|
|
334
|
+
back: 'images/cube_2048/11/9521a563a0b6afc934ca78754c4f04c6/11_b.jpg',
|
|
335
|
+
down: 'images/cube_2048/11/9521a563a0b6afc934ca78754c4f04c6/11_d.jpg',
|
|
336
|
+
front: 'images/cube_2048/11/9521a563a0b6afc934ca78754c4f04c6/11_f.jpg',
|
|
337
|
+
index: 11,
|
|
338
|
+
left: 'images/cube_2048/11/9521a563a0b6afc934ca78754c4f04c6/11_l.jpg',
|
|
339
|
+
right: 'images/cube_2048/11/9521a563a0b6afc934ca78754c4f04c6/11_r.jpg',
|
|
340
|
+
up: 'images/cube_2048/11/9521a563a0b6afc934ca78754c4f04c6/11_u.jpg'
|
|
341
|
+
}, {
|
|
342
|
+
back: 'images/cube_2048/12/427152f1d46db5906ee1b0c2aecaa967/12_b.jpg',
|
|
343
|
+
down: 'images/cube_2048/12/427152f1d46db5906ee1b0c2aecaa967/12_d.jpg',
|
|
344
|
+
front: 'images/cube_2048/12/427152f1d46db5906ee1b0c2aecaa967/12_f.jpg',
|
|
345
|
+
index: 12,
|
|
346
|
+
left: 'images/cube_2048/12/427152f1d46db5906ee1b0c2aecaa967/12_l.jpg',
|
|
347
|
+
right: 'images/cube_2048/12/427152f1d46db5906ee1b0c2aecaa967/12_r.jpg',
|
|
348
|
+
up: 'images/cube_2048/12/427152f1d46db5906ee1b0c2aecaa967/12_u.jpg'
|
|
349
|
+
}, {
|
|
350
|
+
back: 'images/cube_2048/13/642344911c5ddf5484d23bd2e58c45ff/13_b.jpg',
|
|
351
|
+
down: 'images/cube_2048/13/642344911c5ddf5484d23bd2e58c45ff/13_d.jpg',
|
|
352
|
+
front: 'images/cube_2048/13/642344911c5ddf5484d23bd2e58c45ff/13_f.jpg',
|
|
353
|
+
index: 13,
|
|
354
|
+
left: 'images/cube_2048/13/642344911c5ddf5484d23bd2e58c45ff/13_l.jpg',
|
|
355
|
+
right: 'images/cube_2048/13/642344911c5ddf5484d23bd2e58c45ff/13_r.jpg',
|
|
356
|
+
up: 'images/cube_2048/13/642344911c5ddf5484d23bd2e58c45ff/13_u.jpg'
|
|
357
|
+
}, {
|
|
358
|
+
back: 'images/cube_2048/14/f0ef7f2dc2be00406f3d9ff096650634/14_b.jpg',
|
|
359
|
+
down: 'images/cube_2048/14/f0ef7f2dc2be00406f3d9ff096650634/14_d.jpg',
|
|
360
|
+
front: 'images/cube_2048/14/f0ef7f2dc2be00406f3d9ff096650634/14_f.jpg',
|
|
361
|
+
index: 14,
|
|
362
|
+
left: 'images/cube_2048/14/f0ef7f2dc2be00406f3d9ff096650634/14_l.jpg',
|
|
363
|
+
right: 'images/cube_2048/14/f0ef7f2dc2be00406f3d9ff096650634/14_r.jpg',
|
|
364
|
+
up: 'images/cube_2048/14/f0ef7f2dc2be00406f3d9ff096650634/14_u.jpg'
|
|
365
|
+
}]
|
|
366
|
+
},
|
|
367
|
+
picture_url: 'https://vrlab-public.ljcdn.com/release/auto3dhd/e535ccf04dbc0b530a54b6562cf806b9/screenshot/1545114107_2/pc0_JIXpBaGBv.jpg',
|
|
368
|
+
title_picture_url: 'https://vrlab-public.ljcdn.com/release/auto3dhd/e535ccf04dbc0b530a54b6562cf806b9/screenshot/1545114107_2/pc1_bOiKndm1F.jpg',
|
|
369
|
+
vr_code: '80ZLvK29zj4L29Jowd',
|
|
370
|
+
vr_type: 'reality'
|
|
371
|
+
};
|
|
372
|
+
exports.work = work;
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import { FloorplanServerData } from '../plugins/floorplan/typings/floorplanServerData';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
code: string;
|
|
4
|
+
create_time: string;
|
|
5
|
+
decoration_enable: boolean;
|
|
6
|
+
editor_type: number;
|
|
7
|
+
hierarchy_floor_plan: {
|
|
8
|
+
checksum: string;
|
|
9
|
+
index: number;
|
|
10
|
+
url: string;
|
|
11
|
+
}[];
|
|
12
|
+
house_layout: string;
|
|
13
|
+
initial: {
|
|
14
|
+
flag_position: number[];
|
|
15
|
+
fov: number;
|
|
16
|
+
heading: number;
|
|
17
|
+
latitude: number;
|
|
18
|
+
longitude: number;
|
|
19
|
+
pano: number;
|
|
20
|
+
pano_index: number;
|
|
21
|
+
};
|
|
22
|
+
innovation: {
|
|
23
|
+
config: {
|
|
24
|
+
edr: boolean;
|
|
25
|
+
tiles: number[];
|
|
26
|
+
};
|
|
27
|
+
data: {};
|
|
28
|
+
};
|
|
29
|
+
is_active: number;
|
|
30
|
+
machine: {
|
|
31
|
+
create_time: string;
|
|
32
|
+
create_user: string;
|
|
33
|
+
name: string;
|
|
34
|
+
principle: string;
|
|
35
|
+
};
|
|
36
|
+
machine_id: string;
|
|
37
|
+
machine_version: string;
|
|
38
|
+
model: {
|
|
39
|
+
file_url: string;
|
|
40
|
+
material_base_url: string;
|
|
41
|
+
material_textures: string[];
|
|
42
|
+
modify_time: string;
|
|
43
|
+
score: number;
|
|
44
|
+
type: number;
|
|
45
|
+
};
|
|
46
|
+
name: string;
|
|
47
|
+
observers: {
|
|
48
|
+
accessible_nodes: number[];
|
|
49
|
+
floor_index: number;
|
|
50
|
+
index: number;
|
|
51
|
+
offset_point_count: number;
|
|
52
|
+
position: number[];
|
|
53
|
+
quaternion: {
|
|
54
|
+
w: number;
|
|
55
|
+
x: number;
|
|
56
|
+
y: number;
|
|
57
|
+
z: number;
|
|
58
|
+
};
|
|
59
|
+
standing_position: number[];
|
|
60
|
+
visible_nodes: number[];
|
|
61
|
+
}[];
|
|
62
|
+
outline_floor_plan: {
|
|
63
|
+
checksum: string;
|
|
64
|
+
index: number;
|
|
65
|
+
url: string;
|
|
66
|
+
}[];
|
|
67
|
+
panorama: {
|
|
68
|
+
base_url: string;
|
|
69
|
+
count: number;
|
|
70
|
+
list: {
|
|
71
|
+
back: string;
|
|
72
|
+
down: string;
|
|
73
|
+
front: string;
|
|
74
|
+
index: number;
|
|
75
|
+
left: string;
|
|
76
|
+
right: string;
|
|
77
|
+
up: string;
|
|
78
|
+
tiles: number[];
|
|
79
|
+
}[];
|
|
80
|
+
type: number;
|
|
81
|
+
work_code: string;
|
|
82
|
+
};
|
|
83
|
+
picture_checksum: string;
|
|
84
|
+
picture_url: string;
|
|
85
|
+
project_id: string;
|
|
86
|
+
standard_floor_plan_checksum: string;
|
|
87
|
+
standard_floor_plan_url: string;
|
|
88
|
+
status: number;
|
|
89
|
+
title: string;
|
|
90
|
+
title_picture_checksum: string;
|
|
91
|
+
title_picture_url: string;
|
|
92
|
+
user_id: number;
|
|
93
|
+
};
|
|
94
|
+
export default _default;
|
|
95
|
+
export declare const floorplanServerData: FloorplanServerData;
|