@realsee/dnalogel 0.1.2 → 0.1.7
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 +72 -0
- package/components/GLTFView/index.js +149 -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/KpokNd82rwjhackhQTBEoYKHg8zGbPXe.js +2 -0
- package/data/PrXel3aqGbp34JQn.js +2 -0
- package/data/XJ6NMLWnkAY3Rdx8.d.ts +843 -0
- package/data/XJ6NMLWnkAY3Rdx8.js +7989 -0
- package/data/YdoNP9K4rwQDwjJr.js +2 -0
- package/data/ZLvK29zj4L29Jowd.d.ts +55 -0
- package/data/ZLvK29zj4L29Jowd.js +372 -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.d.ts +85 -0
- package/data/jd6oMOzPxnQ3BvxY_B7yw51J9rXlhYhjhGTOgRVqu6WeEqjNX.js +511 -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.d.ts +2 -0
- package/data/vLykj3NWrllMrG06.js +199 -2
- package/data/wz0QV9KA4ugyo9ME.js +2 -0
- package/data/zxMawr9raSg8LYjG.d.ts +53 -0
- package/data/zxMawr9raSg8LYjG.js +590 -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 +55 -0
- package/libs/gltf-viewer/index.js +650 -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.d.ts +23 -0
- package/plugins/AutoPreloadPlugin/index.js +111 -0
- package/plugins/CSS3DRenderPlugin/components/Marker/index.js +24 -16
- package/plugins/CSS3DRenderPlugin/index.d.ts +3 -2
- package/plugins/CSS3DRenderPlugin/index.js +79 -46
- package/plugins/CameraMovementPlugin/index.js +33 -9
- package/plugins/CameraMovementPlugin/typing.js +2 -0
- package/plugins/ModelChassisCompassPlugin/index.d.ts +7 -3
- package/plugins/ModelChassisCompassPlugin/index.js +34 -33
- package/plugins/ModelEntryDoorGuidePlugin/index.d.ts +13 -1
- package/plugins/ModelEntryDoorGuidePlugin/index.js +233 -2
- package/plugins/ModelExtrudeWallsPlugin/index.d.ts +16 -0
- package/plugins/ModelExtrudeWallsPlugin/index.js +252 -0
- package/plugins/ModelRoomLabelPlugin/Controller.d.ts +35 -0
- package/plugins/ModelRoomLabelPlugin/Controller.js +153 -0
- package/plugins/ModelRoomLabelPlugin/RoomLabelItem.d.ts +8 -0
- package/plugins/ModelRoomLabelPlugin/RoomLabelItem.js +66 -0
- package/plugins/ModelRoomLabelPlugin/RoomLabelItems.d.ts +7 -0
- package/plugins/ModelRoomLabelPlugin/RoomLabelItems.js +159 -0
- package/plugins/ModelRoomLabelPlugin/index.d.ts +8 -0
- package/plugins/ModelRoomLabelPlugin/index.js +18 -0
- package/plugins/ModelRoomLabelPlugin/typings.d.ts +35 -0
- package/plugins/ModelRoomLabelPlugin/typings.js +7 -0
- package/plugins/ModelRoomLabelPlugin/utils/parseData.d.ts +3 -0
- package/plugins/ModelRoomLabelPlugin/utils/parseData.js +35 -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.d.ts +1 -0
- package/plugins/PanoMaskSelectorPlugin/compare.js +17 -0
- package/plugins/PanoMaskSelectorPlugin/createBox.d.ts +7 -0
- package/plugins/PanoMaskSelectorPlugin/createBox.js +79 -0
- package/plugins/PanoMaskSelectorPlugin/createTextures.d.ts +3 -0
- package/plugins/PanoMaskSelectorPlugin/createTextures.js +45 -0
- package/plugins/PanoMaskSelectorPlugin/fragmentShader.d.ts +1 -0
- package/plugins/PanoMaskSelectorPlugin/fragmentShader.js +10 -0
- package/plugins/PanoMaskSelectorPlugin/index.d.ts +49 -0
- package/plugins/PanoMaskSelectorPlugin/index.js +348 -0
- package/plugins/PanoMaskSelectorPlugin/vertexShader.d.ts +1 -0
- package/plugins/PanoMaskSelectorPlugin/vertexShader.js +10 -0
- package/plugins/PanoRulerPlugin/data/roomInfo.js +2 -0
- package/plugins/PanoRulerPlugin/data/roomRules.js +2 -0
- package/plugins/PanoRulerPlugin/index.js +68 -20
- 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.js +2 -0
- package/plugins/floorplan/ModelFloorplanPlugin/Controller.js +71 -88
- package/plugins/floorplan/ModelFloorplanPlugin/components/Camera.js +25 -5
- package/plugins/floorplan/ModelFloorplanPlugin/components/Compass.js +19 -4
- package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RoomHighlight.js +28 -4
- package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RoomLabels.js +28 -5
- package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/index.js +20 -6
- 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/utils/constant.js +2 -0
- package/plugins/floorplan/ModelFloorplanPlugin/utils/correctFiveState.js +14 -22
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/Camera.js +25 -3
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/Camera.style.js +6 -2
- package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/ExtraObjects.js +19 -3
- 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.js +44 -47
- package/plugins/floorplan/PanoFloorplanRadarPlugin/index.js +4 -2
- package/plugins/floorplan/TopviewFloorplanPlugin/Controller.js +50 -55
- 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/typings/floorplanData.js +2 -0
- package/plugins/floorplan/typings/floorplanServerData.js +2 -0
- package/plugins/floorplan/utils/formatData.js +28 -10
- 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/changeModelCanvansOpacity.js +14 -0
- package/shared-utils/createCanvasTextTexture.d.ts +8 -0
- package/shared-utils/createCanvasTextTexture.js +31 -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.js +2 -0
- 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/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.js +13 -5
- package/shared-utils/three/transformPositionToVector3.js +2 -0
- package/shared-utils/three/transfromToMeshBasicMaterial.d.ts +2 -0
- package/shared-utils/three/transfromToMeshBasicMaterial.js +33 -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/plugins.d.ts +2 -0
- package/typedoc/plugins.js +41 -1
- 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/data/wYnRjQ4KZoV1yPoG.d.ts +0 -114
- package/data/wYnRjQ4KZoV1yPoG.js +0 -512
package/data/oPzy3ApbjjpD8YdR.js
CHANGED
package/data/qjAxMG4XbPn96wKG.js
CHANGED
package/data/rXel3aPQRRBD4JQn.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { FloorplanServerData } from '../plugins/floorplan/typings/floorplanServerData';
|
|
2
|
+
import { ModelRoomLabelPluginData } from '../plugins/ModelRoomLabelPlugin/typings';
|
|
2
3
|
declare const _default: {
|
|
3
4
|
auto_floor_plan_checksum: string;
|
|
4
5
|
auto_floor_plan_url: string;
|
|
@@ -87,3 +88,4 @@ declare const _default: {
|
|
|
87
88
|
};
|
|
88
89
|
export default _default;
|
|
89
90
|
export declare const floorplanServerData: FloorplanServerData;
|
|
91
|
+
export declare const modelRoomLabels: ModelRoomLabelPluginData;
|
package/data/vLykj3NWrllMrG06.js
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
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
|
});
|
|
6
|
-
exports.floorplanServerData = exports["default"] = void 0;
|
|
8
|
+
exports.modelRoomLabels = exports.floorplanServerData = exports["default"] = void 0;
|
|
7
9
|
var _default = {
|
|
8
10
|
auto_floor_plan_checksum: '3d0b8203b08a23785e6acdb8186dde70',
|
|
9
11
|
auto_floor_plan_url: '',
|
|
@@ -2529,4 +2531,199 @@ var floorplanServerData = {
|
|
|
2529
2531
|
url: 'http://vrlab-public.ljcdn.com/release/vrcustomer/outline_2_ec177b0b-ddd9-43fe-b9c1-1ac2ce11a065.png'
|
|
2530
2532
|
}]
|
|
2531
2533
|
};
|
|
2532
|
-
exports.floorplanServerData = floorplanServerData;
|
|
2534
|
+
exports.floorplanServerData = floorplanServerData;
|
|
2535
|
+
var modelRoomLabels = {
|
|
2536
|
+
code: 200,
|
|
2537
|
+
data: {
|
|
2538
|
+
model_room_labels: [{
|
|
2539
|
+
id: 'u-OYiP6TkTe8hSA8',
|
|
2540
|
+
name: '客厅',
|
|
2541
|
+
position: {
|
|
2542
|
+
x: 1.4775,
|
|
2543
|
+
y: -0.7875563686250507,
|
|
2544
|
+
z: 6.9825
|
|
2545
|
+
},
|
|
2546
|
+
longitude: -0.730755951280623,
|
|
2547
|
+
floor_index: 0,
|
|
2548
|
+
pano_index: 14
|
|
2549
|
+
}, {
|
|
2550
|
+
id: 'u-gSJA1fkTe8J6es',
|
|
2551
|
+
name: '门厅',
|
|
2552
|
+
position: {
|
|
2553
|
+
x: 1.505,
|
|
2554
|
+
y: -0.7875563686250507,
|
|
2555
|
+
z: -1.7875
|
|
2556
|
+
},
|
|
2557
|
+
longitude: -1.5895326019545093,
|
|
2558
|
+
floor_index: 0,
|
|
2559
|
+
pano_index: 0
|
|
2560
|
+
}, {
|
|
2561
|
+
id: 'u-12zVUSKTe8JmL2',
|
|
2562
|
+
name: '卫生间A',
|
|
2563
|
+
position: {
|
|
2564
|
+
x: -0.6715,
|
|
2565
|
+
y: -0.7875563686250507,
|
|
2566
|
+
z: 2.4235
|
|
2567
|
+
},
|
|
2568
|
+
longitude: 2.858400716857332,
|
|
2569
|
+
floor_index: 0,
|
|
2570
|
+
pano_index: 8
|
|
2571
|
+
}, {
|
|
2572
|
+
id: 'u-KhmJ4PKtE8JUg3',
|
|
2573
|
+
name: '厨房',
|
|
2574
|
+
position: {
|
|
2575
|
+
x: 3.219,
|
|
2576
|
+
y: -0.7875563686250507,
|
|
2577
|
+
z: 1.027
|
|
2578
|
+
},
|
|
2579
|
+
longitude: -0.10613090543212096,
|
|
2580
|
+
floor_index: 0,
|
|
2581
|
+
pano_index: 3
|
|
2582
|
+
}, {
|
|
2583
|
+
id: 'u-MvmD6EkTE8k5rk',
|
|
2584
|
+
name: '卧室A',
|
|
2585
|
+
position: {
|
|
2586
|
+
x: 0.031147705078125,
|
|
2587
|
+
y: -0.7875563686250507,
|
|
2588
|
+
z: 12.400404541015625
|
|
2589
|
+
},
|
|
2590
|
+
longitude: 1.9061996759631914,
|
|
2591
|
+
floor_index: 0,
|
|
2592
|
+
pano_index: 16
|
|
2593
|
+
}, {
|
|
2594
|
+
id: 'u-oJFy5Mkte8kd9M',
|
|
2595
|
+
name: '阳台A',
|
|
2596
|
+
position: {
|
|
2597
|
+
x: 3.1525,
|
|
2598
|
+
y: -0.7875563686250507,
|
|
2599
|
+
z: 10.884
|
|
2600
|
+
},
|
|
2601
|
+
longitude: 1.4006535364833654,
|
|
2602
|
+
floor_index: 0,
|
|
2603
|
+
pano_index: 13
|
|
2604
|
+
}, {
|
|
2605
|
+
id: 'u-g4FuqwKtE8Keee',
|
|
2606
|
+
name: '阳台B',
|
|
2607
|
+
position: {
|
|
2608
|
+
x: -0.13,
|
|
2609
|
+
y: -0.7875563686250507,
|
|
2610
|
+
z: 15.3665
|
|
2611
|
+
},
|
|
2612
|
+
longitude: 1.5861496525046053,
|
|
2613
|
+
floor_index: 0,
|
|
2614
|
+
pano_index: 18
|
|
2615
|
+
}, {
|
|
2616
|
+
id: 'u-8U1mk8kTE8p152',
|
|
2617
|
+
name: '过道',
|
|
2618
|
+
position: {
|
|
2619
|
+
x: -0.45,
|
|
2620
|
+
y: 2.370511009717191,
|
|
2621
|
+
z: 7.2005
|
|
2622
|
+
},
|
|
2623
|
+
longitude: -1.863424018318805,
|
|
2624
|
+
floor_index: 1,
|
|
2625
|
+
pano_index: 43
|
|
2626
|
+
}, {
|
|
2627
|
+
id: 'u-Qt2a8lkTE8Q5Fn',
|
|
2628
|
+
name: '阳台C',
|
|
2629
|
+
position: {
|
|
2630
|
+
x: 2.1015,
|
|
2631
|
+
y: 2.370511009717191,
|
|
2632
|
+
z: 0.0255
|
|
2633
|
+
},
|
|
2634
|
+
longitude: -2.4006814131323395,
|
|
2635
|
+
floor_index: 1,
|
|
2636
|
+
pano_index: 38
|
|
2637
|
+
}, {
|
|
2638
|
+
id: 'u-NUjVStktE8QgQB',
|
|
2639
|
+
name: '卫生间C',
|
|
2640
|
+
position: {
|
|
2641
|
+
x: 1.416,
|
|
2642
|
+
y: 2.370511009717191,
|
|
2643
|
+
z: 2.906
|
|
2644
|
+
},
|
|
2645
|
+
longitude: 0.5297027973317656,
|
|
2646
|
+
floor_index: 1,
|
|
2647
|
+
pano_index: 35
|
|
2648
|
+
}, {
|
|
2649
|
+
id: 'u-k8xCaekTE8qNO7',
|
|
2650
|
+
name: '衣帽间',
|
|
2651
|
+
position: {
|
|
2652
|
+
x: 3.5075,
|
|
2653
|
+
y: 2.370511009717191,
|
|
2654
|
+
z: 2.906
|
|
2655
|
+
},
|
|
2656
|
+
longitude: -0.8524865527979524,
|
|
2657
|
+
floor_index: 1,
|
|
2658
|
+
pano_index: 34
|
|
2659
|
+
}, {
|
|
2660
|
+
id: 'u-HLe50ekte8QoQY',
|
|
2661
|
+
name: '卫生间B',
|
|
2662
|
+
position: {
|
|
2663
|
+
x: -0.596,
|
|
2664
|
+
y: 2.370511009717191,
|
|
2665
|
+
z: 2.712
|
|
2666
|
+
},
|
|
2667
|
+
longitude: 2.819075672091178,
|
|
2668
|
+
floor_index: 1,
|
|
2669
|
+
pano_index: 40
|
|
2670
|
+
}, {
|
|
2671
|
+
id: 'u-LOmp8sKtE8QwsF',
|
|
2672
|
+
name: '卧室C',
|
|
2673
|
+
position: {
|
|
2674
|
+
x: 0.0367342529296875,
|
|
2675
|
+
y: 2.370511009717191,
|
|
2676
|
+
z: 11.653860717773437
|
|
2677
|
+
},
|
|
2678
|
+
longitude: -2.510866315315486,
|
|
2679
|
+
floor_index: 1,
|
|
2680
|
+
pano_index: 25
|
|
2681
|
+
}, {
|
|
2682
|
+
id: 'u-v7i75MKtE8R6AJ',
|
|
2683
|
+
name: '卧室B',
|
|
2684
|
+
position: {
|
|
2685
|
+
x: 2.6395,
|
|
2686
|
+
y: 2.370511009717191,
|
|
2687
|
+
z: 7.4345
|
|
2688
|
+
},
|
|
2689
|
+
longitude: -1.243487718655088,
|
|
2690
|
+
floor_index: 1,
|
|
2691
|
+
pano_index: 30
|
|
2692
|
+
}, {
|
|
2693
|
+
id: 'u-GnW2cJkTE8r794',
|
|
2694
|
+
name: '阳台D',
|
|
2695
|
+
position: {
|
|
2696
|
+
x: 3.155,
|
|
2697
|
+
y: 2.370511009717191,
|
|
2698
|
+
z: 10.8575
|
|
2699
|
+
},
|
|
2700
|
+
longitude: -1.414575052134261,
|
|
2701
|
+
floor_index: 1,
|
|
2702
|
+
pano_index: 32
|
|
2703
|
+
}, {
|
|
2704
|
+
id: 'u-Y3Z387ktE8wXe1',
|
|
2705
|
+
name: '多功能间',
|
|
2706
|
+
position: {
|
|
2707
|
+
x: 0.8792567749023438,
|
|
2708
|
+
y: 4.9981275216157375,
|
|
2709
|
+
z: 5.834980285644531
|
|
2710
|
+
},
|
|
2711
|
+
longitude: 0.08800197783492275,
|
|
2712
|
+
floor_index: 2,
|
|
2713
|
+
pano_index: 50
|
|
2714
|
+
}, {
|
|
2715
|
+
id: 'u-Y7QFVlKtE8xo1W',
|
|
2716
|
+
name: '阳光房',
|
|
2717
|
+
position: {
|
|
2718
|
+
x: 0.0105,
|
|
2719
|
+
y: 4.9981275216157375,
|
|
2720
|
+
z: 12.1045
|
|
2721
|
+
},
|
|
2722
|
+
longitude: -2.2901714040824257,
|
|
2723
|
+
floor_index: 2,
|
|
2724
|
+
pano_index: 49
|
|
2725
|
+
}]
|
|
2726
|
+
},
|
|
2727
|
+
msg: ''
|
|
2728
|
+
}.data;
|
|
2729
|
+
exports.modelRoomLabels = modelRoomLabels;
|
package/data/wz0QV9KA4ugyo9ME.js
CHANGED
|
@@ -0,0 +1,53 @@
|
|
|
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
|
+
fov: number;
|
|
10
|
+
latitude: number;
|
|
11
|
+
longitude: number;
|
|
12
|
+
pano: number;
|
|
13
|
+
pano_index: number;
|
|
14
|
+
recordVideo: boolean;
|
|
15
|
+
};
|
|
16
|
+
model: {
|
|
17
|
+
file_url: string;
|
|
18
|
+
material_base_url: string;
|
|
19
|
+
material_textures: string[];
|
|
20
|
+
modify_time: string;
|
|
21
|
+
type: number;
|
|
22
|
+
};
|
|
23
|
+
observers: {
|
|
24
|
+
accessible_nodes: number[];
|
|
25
|
+
floor_index: number;
|
|
26
|
+
index: number;
|
|
27
|
+
offset_point_count: number;
|
|
28
|
+
position: number[];
|
|
29
|
+
quaternion: {
|
|
30
|
+
w: number;
|
|
31
|
+
x: number;
|
|
32
|
+
y: number;
|
|
33
|
+
z: number;
|
|
34
|
+
};
|
|
35
|
+
standing_position: number[];
|
|
36
|
+
visible_nodes: number[];
|
|
37
|
+
}[];
|
|
38
|
+
panorama: {
|
|
39
|
+
count: number;
|
|
40
|
+
list: {
|
|
41
|
+
back: string;
|
|
42
|
+
down: string;
|
|
43
|
+
front: string;
|
|
44
|
+
index: number;
|
|
45
|
+
left: string;
|
|
46
|
+
right: string;
|
|
47
|
+
up: string;
|
|
48
|
+
}[];
|
|
49
|
+
};
|
|
50
|
+
picture_url: string;
|
|
51
|
+
title_picture_url: string;
|
|
52
|
+
vr_type: string;
|
|
53
|
+
};
|