@realsee/dnalogel 0.1.4 → 0.1.7-alpha.3
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 +104 -0
- package/components/GLTFView/index.js +181 -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.js +2 -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/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 +65 -0
- package/libs/gltf-viewer/index.js +704 -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 +31 -3
- package/plugins/CameraMovementPlugin/index.js +33 -9
- package/plugins/CameraMovementPlugin/typing.js +2 -0
- package/plugins/ModelChassisCompassPlugin/index.js +23 -9
- package/plugins/ModelEntryDoorGuidePlugin/index.d.ts +2 -2
- package/plugins/ModelEntryDoorGuidePlugin/index.js +43 -22
- 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.js +2 -0
- 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 +88 -10
- package/plugins/PanoMaskSelectorPlugin/vertexShader.js +2 -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.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 +179 -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 +25 -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.js +44 -47
- package/plugins/floorplan/PanoFloorplanRadarPlugin/index.js +4 -2
- package/plugins/floorplan/TopviewFloorplanPlugin/Controller.js +53 -58
- 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.d.ts +2 -0
- package/plugins/floorplan/typings/floorplanData.js +2 -0
- package/plugins/floorplan/typings/floorplanServerData.d.ts +2 -0
- package/plugins/floorplan/typings/floorplanServerData.js +2 -0
- package/plugins/floorplan/utils/formatData.js +30 -11
- 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.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.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/oPzy3ApbjjpD8YdR.js
CHANGED
package/data/qjAxMG4XbPn96wKG.js
CHANGED
package/data/rXel3aPQRRBD4JQn.js
CHANGED
package/data/vLykj3NWrllMrG06.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
|
});
|
|
@@ -1285,10 +1287,8 @@ var floorplanServerData = {
|
|
|
1285
1287
|
floor_index: 0,
|
|
1286
1288
|
floor_name: '一层',
|
|
1287
1289
|
rooms: [{
|
|
1288
|
-
floor_type: 1,
|
|
1289
1290
|
id: 'u-OYiP6TkTe8hSA8',
|
|
1290
1291
|
name: '客厅',
|
|
1291
|
-
observer_indexs: [1, 2, 5, 6, 9, 10, 11, 12, 14, 19, 20, 21, 22, 23],
|
|
1292
1292
|
path: [{
|
|
1293
1293
|
x: 37771,
|
|
1294
1294
|
y: 36441
|
|
@@ -1323,6 +1323,9 @@ var floorplanServerData = {
|
|
|
1323
1323
|
x: 37771,
|
|
1324
1324
|
y: 33712
|
|
1325
1325
|
}],
|
|
1326
|
+
size: 47743872.38195658,
|
|
1327
|
+
room_type: '100900000002',
|
|
1328
|
+
floor_type: 1,
|
|
1326
1329
|
room_label: {
|
|
1327
1330
|
position: {
|
|
1328
1331
|
x: 38977.5,
|
|
@@ -1333,13 +1336,10 @@ var floorplanServerData = {
|
|
|
1333
1336
|
y: 0.5072642146925379
|
|
1334
1337
|
}
|
|
1335
1338
|
},
|
|
1336
|
-
|
|
1337
|
-
size: 47743872.38195658
|
|
1339
|
+
observer_indexs: [1, 2, 5, 6, 9, 10, 11, 12, 14, 19, 20, 21, 22, 23]
|
|
1338
1340
|
}, {
|
|
1339
|
-
floor_type: 1,
|
|
1340
1341
|
id: 'u-gSJA1fkTe8J6es',
|
|
1341
1342
|
name: '门厅',
|
|
1342
|
-
observer_indexs: [0],
|
|
1343
1343
|
path: [{
|
|
1344
1344
|
x: 37771,
|
|
1345
1345
|
y: 40027
|
|
@@ -1356,6 +1356,9 @@ var floorplanServerData = {
|
|
|
1356
1356
|
x: 37771,
|
|
1357
1357
|
y: 38548.0267
|
|
1358
1358
|
}],
|
|
1359
|
+
size: 3044190.376399994,
|
|
1360
|
+
room_type: '100900000012',
|
|
1361
|
+
floor_type: 1,
|
|
1359
1362
|
room_label: {
|
|
1360
1363
|
position: {
|
|
1361
1364
|
x: 39005,
|
|
@@ -1366,13 +1369,10 @@ var floorplanServerData = {
|
|
|
1366
1369
|
y: 0.08396080702770538
|
|
1367
1370
|
}
|
|
1368
1371
|
},
|
|
1369
|
-
|
|
1370
|
-
size: 3044190.376399994
|
|
1372
|
+
observer_indexs: [0]
|
|
1371
1373
|
}, {
|
|
1372
|
-
floor_type: 3,
|
|
1373
1374
|
id: 'u-12zVUSKTe8JmL2',
|
|
1374
1375
|
name: '卫生间A',
|
|
1375
|
-
observer_indexs: [7, 8],
|
|
1376
1376
|
path: [{
|
|
1377
1377
|
x: 35886,
|
|
1378
1378
|
y: 36441
|
|
@@ -1386,6 +1386,9 @@ var floorplanServerData = {
|
|
|
1386
1386
|
x: 35886,
|
|
1387
1387
|
y: 33712
|
|
1388
1388
|
}],
|
|
1389
|
+
size: 4604885,
|
|
1390
|
+
room_type: '100900000004',
|
|
1391
|
+
floor_type: 3,
|
|
1389
1392
|
room_label: {
|
|
1390
1393
|
position: {
|
|
1391
1394
|
x: 36828.5,
|
|
@@ -1396,13 +1399,10 @@ var floorplanServerData = {
|
|
|
1396
1399
|
y: 0.2872140167969881
|
|
1397
1400
|
}
|
|
1398
1401
|
},
|
|
1399
|
-
|
|
1400
|
-
size: 4604885
|
|
1402
|
+
observer_indexs: [7, 8]
|
|
1401
1403
|
}, {
|
|
1402
|
-
floor_type: 3,
|
|
1403
1404
|
id: 'u-KhmJ4PKtE8JUg3',
|
|
1404
1405
|
name: '厨房',
|
|
1405
|
-
observer_indexs: [3, 4],
|
|
1406
1406
|
path: [{
|
|
1407
1407
|
x: 42069,
|
|
1408
1408
|
y: 40027
|
|
@@ -1422,6 +1422,9 @@ var floorplanServerData = {
|
|
|
1422
1422
|
x: 40239,
|
|
1423
1423
|
y: 40027
|
|
1424
1424
|
}],
|
|
1425
|
+
size: 10827694.066843271,
|
|
1426
|
+
room_type: '100900000003',
|
|
1427
|
+
floor_type: 3,
|
|
1425
1428
|
room_label: {
|
|
1426
1429
|
position: {
|
|
1427
1430
|
x: 40719,
|
|
@@ -1432,13 +1435,10 @@ var floorplanServerData = {
|
|
|
1432
1435
|
y: 0.21980886185925283
|
|
1433
1436
|
}
|
|
1434
1437
|
},
|
|
1435
|
-
|
|
1436
|
-
size: 10827694.066843271
|
|
1438
|
+
observer_indexs: [3, 4]
|
|
1437
1439
|
}, {
|
|
1438
|
-
floor_type: 0,
|
|
1439
1440
|
id: 'u-MvmD6EkTE8k5rk',
|
|
1440
1441
|
name: '卧室A',
|
|
1441
|
-
observer_indexs: [15, 16, 17],
|
|
1442
1442
|
path: [{
|
|
1443
1443
|
x: 39176,
|
|
1444
1444
|
y: 25806
|
|
@@ -1467,6 +1467,9 @@ var floorplanServerData = {
|
|
|
1467
1467
|
x: 39236,
|
|
1468
1468
|
y: 25806
|
|
1469
1469
|
}],
|
|
1470
|
+
size: 13518211.473999977,
|
|
1471
|
+
room_type: '100900000001',
|
|
1472
|
+
floor_type: 0,
|
|
1470
1473
|
room_label: {
|
|
1471
1474
|
position: {
|
|
1472
1475
|
x: 37531.147705078125,
|
|
@@ -1477,13 +1480,10 @@ var floorplanServerData = {
|
|
|
1477
1480
|
y: 0.7687713360853183
|
|
1478
1481
|
}
|
|
1479
1482
|
},
|
|
1480
|
-
|
|
1481
|
-
size: 13518211.473999977
|
|
1483
|
+
observer_indexs: [15, 16, 17]
|
|
1482
1484
|
}, {
|
|
1483
|
-
floor_type: 4,
|
|
1484
1485
|
id: 'u-oJFy5Mkte8kd9M',
|
|
1485
1486
|
name: '阳台A',
|
|
1486
|
-
observer_indexs: [13],
|
|
1487
1487
|
path: [{
|
|
1488
1488
|
x: 42069,
|
|
1489
1489
|
y: 25806
|
|
@@ -1497,6 +1497,9 @@ var floorplanServerData = {
|
|
|
1497
1497
|
x: 42069,
|
|
1498
1498
|
y: 27426.7556
|
|
1499
1499
|
}],
|
|
1500
|
+
size: 3868080.828799963,
|
|
1501
|
+
room_type: '100900000005',
|
|
1502
|
+
floor_type: 4,
|
|
1500
1503
|
room_label: {
|
|
1501
1504
|
position: {
|
|
1502
1505
|
x: 40652.5,
|
|
@@ -1507,13 +1510,10 @@ var floorplanServerData = {
|
|
|
1507
1510
|
y: 0.69557872381504
|
|
1508
1511
|
}
|
|
1509
1512
|
},
|
|
1510
|
-
|
|
1511
|
-
size: 3868080.828799963
|
|
1513
|
+
observer_indexs: [13]
|
|
1512
1514
|
}, {
|
|
1513
|
-
floor_type: 4,
|
|
1514
1515
|
id: 'u-g4FuqwKtE8Keee',
|
|
1515
1516
|
name: '阳台B',
|
|
1516
|
-
observer_indexs: [18],
|
|
1517
1517
|
path: [{
|
|
1518
1518
|
x: 38854,
|
|
1519
1519
|
y: 21309
|
|
@@ -1527,6 +1527,9 @@ var floorplanServerData = {
|
|
|
1527
1527
|
x: 38854,
|
|
1528
1528
|
y: 22958
|
|
1529
1529
|
}],
|
|
1530
|
+
size: 4240672,
|
|
1531
|
+
room_type: '100900000005',
|
|
1532
|
+
floor_type: 4,
|
|
1530
1533
|
room_label: {
|
|
1531
1534
|
position: {
|
|
1532
1535
|
x: 37370,
|
|
@@ -1537,17 +1540,116 @@ var floorplanServerData = {
|
|
|
1537
1540
|
y: 0.9119364803552467
|
|
1538
1541
|
}
|
|
1539
1542
|
},
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
+
observer_indexs: [18]
|
|
1544
|
+
}],
|
|
1545
|
+
rules: {
|
|
1546
|
+
top: [[{
|
|
1547
|
+
x: 35946,
|
|
1548
|
+
y: 36381
|
|
1549
|
+
}, {
|
|
1550
|
+
x: 37711,
|
|
1551
|
+
y: 36381
|
|
1552
|
+
}], [{
|
|
1553
|
+
x: 37831,
|
|
1554
|
+
y: 39967
|
|
1555
|
+
}, {
|
|
1556
|
+
x: 40139,
|
|
1557
|
+
y: 39967
|
|
1558
|
+
}], [{
|
|
1559
|
+
x: 40339,
|
|
1560
|
+
y: 39967
|
|
1561
|
+
}, {
|
|
1562
|
+
x: 42009,
|
|
1563
|
+
y: 39967
|
|
1564
|
+
}]],
|
|
1565
|
+
right: [[{
|
|
1566
|
+
x: 39116,
|
|
1567
|
+
y: 23078
|
|
1568
|
+
}, {
|
|
1569
|
+
x: 39116,
|
|
1570
|
+
y: 25866
|
|
1571
|
+
}], [{
|
|
1572
|
+
x: 42009,
|
|
1573
|
+
y: 35183
|
|
1574
|
+
}, {
|
|
1575
|
+
x: 42009,
|
|
1576
|
+
y: 39967
|
|
1577
|
+
}], [{
|
|
1578
|
+
x: 42009,
|
|
1579
|
+
y: 27526
|
|
1580
|
+
}, {
|
|
1581
|
+
x: 42009,
|
|
1582
|
+
y: 35063
|
|
1583
|
+
}], [{
|
|
1584
|
+
x: 42009,
|
|
1585
|
+
y: 25866
|
|
1586
|
+
}, {
|
|
1587
|
+
x: 42009,
|
|
1588
|
+
y: 27326
|
|
1589
|
+
}], [{
|
|
1590
|
+
x: 38794,
|
|
1591
|
+
y: 21369
|
|
1592
|
+
}, {
|
|
1593
|
+
x: 38794,
|
|
1594
|
+
y: 22858
|
|
1595
|
+
}]],
|
|
1596
|
+
bottom: [[{
|
|
1597
|
+
x: 35946,
|
|
1598
|
+
y: 21369
|
|
1599
|
+
}, {
|
|
1600
|
+
x: 38794,
|
|
1601
|
+
y: 21369
|
|
1602
|
+
}], [{
|
|
1603
|
+
x: 39361,
|
|
1604
|
+
y: 25866
|
|
1605
|
+
}, {
|
|
1606
|
+
x: 42009,
|
|
1607
|
+
y: 25866
|
|
1608
|
+
}]],
|
|
1609
|
+
left: [[{
|
|
1610
|
+
x: 37831,
|
|
1611
|
+
y: 38648
|
|
1612
|
+
}, {
|
|
1613
|
+
x: 37831,
|
|
1614
|
+
y: 39967
|
|
1615
|
+
}], [{
|
|
1616
|
+
x: 37831,
|
|
1617
|
+
y: 36441
|
|
1618
|
+
}, {
|
|
1619
|
+
x: 37831,
|
|
1620
|
+
y: 38448
|
|
1621
|
+
}], [{
|
|
1622
|
+
x: 35946,
|
|
1623
|
+
y: 33772
|
|
1624
|
+
}, {
|
|
1625
|
+
x: 35946,
|
|
1626
|
+
y: 36381
|
|
1627
|
+
}], [{
|
|
1628
|
+
x: 35946,
|
|
1629
|
+
y: 27526
|
|
1630
|
+
}, {
|
|
1631
|
+
x: 35946,
|
|
1632
|
+
y: 33652
|
|
1633
|
+
}], [{
|
|
1634
|
+
x: 35946,
|
|
1635
|
+
y: 23058
|
|
1636
|
+
}, {
|
|
1637
|
+
x: 35946,
|
|
1638
|
+
y: 27326
|
|
1639
|
+
}], [{
|
|
1640
|
+
x: 35946,
|
|
1641
|
+
y: 21369
|
|
1642
|
+
}, {
|
|
1643
|
+
x: 35946,
|
|
1644
|
+
y: 22858
|
|
1645
|
+
}]]
|
|
1646
|
+
}
|
|
1543
1647
|
}, {
|
|
1544
1648
|
floor_index: 1,
|
|
1545
1649
|
floor_name: '二层',
|
|
1546
1650
|
rooms: [{
|
|
1547
|
-
floor_type: 1,
|
|
1548
1651
|
id: 'u-8U1mk8kTE8p152',
|
|
1549
1652
|
name: '过道',
|
|
1550
|
-
observer_indexs: [24, 27, 28, 41, 42, 43, 44, 45],
|
|
1551
1653
|
path: [{
|
|
1552
1654
|
x: 37902,
|
|
1553
1655
|
y: 32654
|
|
@@ -1567,6 +1669,9 @@ var floorplanServerData = {
|
|
|
1567
1669
|
x: 37902,
|
|
1568
1670
|
y: 33122.187
|
|
1569
1671
|
}],
|
|
1672
|
+
size: 11753938.620619774,
|
|
1673
|
+
room_type: '100900000012',
|
|
1674
|
+
floor_type: 1,
|
|
1570
1675
|
room_label: {
|
|
1571
1676
|
position: {
|
|
1572
1677
|
x: 37050,
|
|
@@ -1577,13 +1682,10 @@ var floorplanServerData = {
|
|
|
1577
1682
|
y: 0.5177864658750845
|
|
1578
1683
|
}
|
|
1579
1684
|
},
|
|
1580
|
-
|
|
1581
|
-
size: 11753938.620619774
|
|
1685
|
+
observer_indexs: [24, 27, 28, 41, 42, 43, 44, 45]
|
|
1582
1686
|
}, {
|
|
1583
|
-
floor_type: 4,
|
|
1584
1687
|
id: 'u-Qt2a8lkTE8Q5Fn',
|
|
1585
1688
|
name: '阳台C',
|
|
1586
|
-
observer_indexs: [37, 38],
|
|
1587
1689
|
path: [{
|
|
1588
1690
|
x: 37902,
|
|
1589
1691
|
y: 37108
|
|
@@ -1606,6 +1708,9 @@ var floorplanServerData = {
|
|
|
1606
1708
|
x: 37902,
|
|
1607
1709
|
y: 36534
|
|
1608
1710
|
}],
|
|
1711
|
+
size: 7719881,
|
|
1712
|
+
room_type: '100900000005',
|
|
1713
|
+
floor_type: 4,
|
|
1609
1714
|
room_label: {
|
|
1610
1715
|
position: {
|
|
1611
1716
|
x: 39601.5,
|
|
@@ -1616,13 +1721,10 @@ var floorplanServerData = {
|
|
|
1616
1721
|
y: 0.17146925378897576
|
|
1617
1722
|
}
|
|
1618
1723
|
},
|
|
1619
|
-
|
|
1620
|
-
size: 7719881
|
|
1724
|
+
observer_indexs: [37, 38]
|
|
1621
1725
|
}, {
|
|
1622
|
-
floor_type: 3,
|
|
1623
1726
|
id: 'u-NUjVStktE8QgQB',
|
|
1624
1727
|
name: '卫生间C',
|
|
1625
|
-
observer_indexs: [35, 36],
|
|
1626
1728
|
path: [{
|
|
1627
1729
|
x: 37902,
|
|
1628
1730
|
y: 36454
|
|
@@ -1651,6 +1753,9 @@ var floorplanServerData = {
|
|
|
1651
1753
|
x: 37902,
|
|
1652
1754
|
y: 35648
|
|
1653
1755
|
}],
|
|
1756
|
+
size: 6760375.56400013,
|
|
1757
|
+
room_type: '100900000004',
|
|
1758
|
+
floor_type: 3,
|
|
1654
1759
|
room_label: {
|
|
1655
1760
|
position: {
|
|
1656
1761
|
x: 38916,
|
|
@@ -1661,13 +1766,10 @@ var floorplanServerData = {
|
|
|
1661
1766
|
y: 0.3105029442996428
|
|
1662
1767
|
}
|
|
1663
1768
|
},
|
|
1664
|
-
|
|
1665
|
-
size: 6760375.56400013
|
|
1769
|
+
observer_indexs: [35, 36]
|
|
1666
1770
|
}, {
|
|
1667
|
-
floor_type: 0,
|
|
1668
1771
|
id: 'u-k8xCaekTE8qNO7',
|
|
1669
1772
|
name: '衣帽间',
|
|
1670
|
-
observer_indexs: [34],
|
|
1671
1773
|
path: [{
|
|
1672
1774
|
x: 42085,
|
|
1673
1775
|
y: 36534
|
|
@@ -1681,6 +1783,9 @@ var floorplanServerData = {
|
|
|
1681
1783
|
x: 39930.5492,
|
|
1682
1784
|
y: 36534
|
|
1683
1785
|
}],
|
|
1786
|
+
size: 7466434.43599987,
|
|
1787
|
+
room_type: '100900000013',
|
|
1788
|
+
floor_type: 0,
|
|
1684
1789
|
room_label: {
|
|
1685
1790
|
position: {
|
|
1686
1791
|
x: 41007.5,
|
|
@@ -1691,13 +1796,10 @@ var floorplanServerData = {
|
|
|
1691
1796
|
y: 0.3105029442996428
|
|
1692
1797
|
}
|
|
1693
1798
|
},
|
|
1694
|
-
|
|
1695
|
-
size: 7466434.43599987
|
|
1799
|
+
observer_indexs: [34]
|
|
1696
1800
|
}, {
|
|
1697
|
-
floor_type: 3,
|
|
1698
1801
|
id: 'u-HLe50ekte8QoQY',
|
|
1699
1802
|
name: '卫生间B',
|
|
1700
|
-
observer_indexs: [39, 40],
|
|
1701
1803
|
path: [{
|
|
1702
1804
|
x: 35906,
|
|
1703
1805
|
y: 36454
|
|
@@ -1717,6 +1819,9 @@ var floorplanServerData = {
|
|
|
1717
1819
|
x: 35906,
|
|
1718
1820
|
y: 33122.187
|
|
1719
1821
|
}],
|
|
1822
|
+
size: 6025361.187999964,
|
|
1823
|
+
room_type: '100900000004',
|
|
1824
|
+
floor_type: 3,
|
|
1720
1825
|
room_label: {
|
|
1721
1826
|
position: {
|
|
1722
1827
|
x: 36904,
|
|
@@ -1727,13 +1832,10 @@ var floorplanServerData = {
|
|
|
1727
1832
|
y: 0.30113910609132155
|
|
1728
1833
|
}
|
|
1729
1834
|
},
|
|
1730
|
-
|
|
1731
|
-
size: 6025361.187999964
|
|
1835
|
+
observer_indexs: [39, 40]
|
|
1732
1836
|
}, {
|
|
1733
|
-
floor_type: 0,
|
|
1734
1837
|
id: 'u-LOmp8sKtE8QwsF',
|
|
1735
1838
|
name: '卧室C',
|
|
1736
|
-
observer_indexs: [25, 26],
|
|
1737
1839
|
path: [{
|
|
1738
1840
|
x: 39167,
|
|
1739
1841
|
y: 25808
|
|
@@ -1762,6 +1864,9 @@ var floorplanServerData = {
|
|
|
1762
1864
|
x: 39225.7979,
|
|
1763
1865
|
y: 25808
|
|
1764
1866
|
}],
|
|
1867
|
+
size: 13217001.946569204,
|
|
1868
|
+
room_type: '100900000001',
|
|
1869
|
+
floor_type: 0,
|
|
1765
1870
|
room_label: {
|
|
1766
1871
|
position: {
|
|
1767
1872
|
x: 37536.73425292969,
|
|
@@ -1772,13 +1877,10 @@ var floorplanServerData = {
|
|
|
1772
1877
|
y: 0.7327377506406717
|
|
1773
1878
|
}
|
|
1774
1879
|
},
|
|
1775
|
-
|
|
1776
|
-
size: 13217001.946569204
|
|
1880
|
+
observer_indexs: [25, 26]
|
|
1777
1881
|
}, {
|
|
1778
|
-
floor_type: 0,
|
|
1779
1882
|
id: 'u-v7i75MKtE8R6AJ',
|
|
1780
1883
|
name: '卧室B',
|
|
1781
|
-
observer_indexs: [29, 30, 31, 33],
|
|
1782
1884
|
path: [{
|
|
1783
1885
|
x: 42085,
|
|
1784
1886
|
y: 32654
|
|
@@ -1798,6 +1900,9 @@ var floorplanServerData = {
|
|
|
1798
1900
|
x: 39930.5492,
|
|
1799
1901
|
y: 32654
|
|
1800
1902
|
}],
|
|
1903
|
+
size: 18915787.384480238,
|
|
1904
|
+
room_type: '100900000001',
|
|
1905
|
+
floor_type: 0,
|
|
1801
1906
|
room_label: {
|
|
1802
1907
|
position: {
|
|
1803
1908
|
x: 40139.5,
|
|
@@ -1808,13 +1913,10 @@ var floorplanServerData = {
|
|
|
1808
1913
|
y: 0.5290809923737813
|
|
1809
1914
|
}
|
|
1810
1915
|
},
|
|
1811
|
-
|
|
1812
|
-
size: 18915787.384480238
|
|
1916
|
+
observer_indexs: [29, 30, 31, 33]
|
|
1813
1917
|
}, {
|
|
1814
|
-
floor_type: 4,
|
|
1815
1918
|
id: 'u-GnW2cJkTE8r794',
|
|
1816
1919
|
name: '阳台D',
|
|
1817
|
-
observer_indexs: [32],
|
|
1818
1920
|
path: [{
|
|
1819
1921
|
x: 42085,
|
|
1820
1922
|
y: 25808
|
|
@@ -1828,6 +1930,9 @@ var floorplanServerData = {
|
|
|
1828
1930
|
x: 42085,
|
|
1829
1931
|
y: 27477.7671
|
|
1830
1932
|
}],
|
|
1933
|
+
size: 4037422.349330902,
|
|
1934
|
+
room_type: '100900000005',
|
|
1935
|
+
floor_type: 4,
|
|
1831
1936
|
room_label: {
|
|
1832
1937
|
position: {
|
|
1833
1938
|
x: 40655,
|
|
@@ -1838,17 +1943,104 @@ var floorplanServerData = {
|
|
|
1838
1943
|
y: 0.6942996428226663
|
|
1839
1944
|
}
|
|
1840
1945
|
},
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1946
|
+
observer_indexs: [32]
|
|
1947
|
+
}],
|
|
1948
|
+
rules: {
|
|
1949
|
+
top: [[{
|
|
1950
|
+
x: 35966,
|
|
1951
|
+
y: 36394
|
|
1952
|
+
}, {
|
|
1953
|
+
x: 37842,
|
|
1954
|
+
y: 36394
|
|
1955
|
+
}], [{
|
|
1956
|
+
x: 37178,
|
|
1957
|
+
y: 38355
|
|
1958
|
+
}, {
|
|
1959
|
+
x: 42025,
|
|
1960
|
+
y: 38355
|
|
1961
|
+
}]],
|
|
1962
|
+
right: [[{
|
|
1963
|
+
x: 42025,
|
|
1964
|
+
y: 36684
|
|
1965
|
+
}, {
|
|
1966
|
+
x: 42025,
|
|
1967
|
+
y: 38355
|
|
1968
|
+
}], [{
|
|
1969
|
+
x: 42025,
|
|
1970
|
+
y: 32714
|
|
1971
|
+
}, {
|
|
1972
|
+
x: 42025,
|
|
1973
|
+
y: 36384
|
|
1974
|
+
}], [{
|
|
1975
|
+
x: 42025,
|
|
1976
|
+
y: 27577
|
|
1977
|
+
}, {
|
|
1978
|
+
x: 42025,
|
|
1979
|
+
y: 32594
|
|
1980
|
+
}], [{
|
|
1981
|
+
x: 42025,
|
|
1982
|
+
y: 25868
|
|
1983
|
+
}, {
|
|
1984
|
+
x: 42025,
|
|
1985
|
+
y: 27377
|
|
1986
|
+
}], [{
|
|
1987
|
+
x: 39107,
|
|
1988
|
+
y: 23487
|
|
1989
|
+
}, {
|
|
1990
|
+
x: 39107,
|
|
1991
|
+
y: 25868
|
|
1992
|
+
}]],
|
|
1993
|
+
bottom: [[{
|
|
1994
|
+
x: 37178,
|
|
1995
|
+
y: 37168
|
|
1996
|
+
}, {
|
|
1997
|
+
x: 37962,
|
|
1998
|
+
y: 37168
|
|
1999
|
+
}], [{
|
|
2000
|
+
x: 35966,
|
|
2001
|
+
y: 23111
|
|
2002
|
+
}, {
|
|
2003
|
+
x: 39107,
|
|
2004
|
+
y: 23111
|
|
2005
|
+
}], [{
|
|
2006
|
+
x: 39350,
|
|
2007
|
+
y: 25868
|
|
2008
|
+
}, {
|
|
2009
|
+
x: 42025,
|
|
2010
|
+
y: 25868
|
|
2011
|
+
}]],
|
|
2012
|
+
left: [[{
|
|
2013
|
+
x: 37178,
|
|
2014
|
+
y: 37168
|
|
2015
|
+
}, {
|
|
2016
|
+
x: 37178,
|
|
2017
|
+
y: 38355
|
|
2018
|
+
}], [{
|
|
2019
|
+
x: 35966,
|
|
2020
|
+
y: 33182
|
|
2021
|
+
}, {
|
|
2022
|
+
x: 35966,
|
|
2023
|
+
y: 36394
|
|
2024
|
+
}], [{
|
|
2025
|
+
x: 35966,
|
|
2026
|
+
y: 27577
|
|
2027
|
+
}, {
|
|
2028
|
+
x: 35966,
|
|
2029
|
+
y: 33062
|
|
2030
|
+
}], [{
|
|
2031
|
+
x: 35966,
|
|
2032
|
+
y: 23487
|
|
2033
|
+
}, {
|
|
2034
|
+
x: 35966,
|
|
2035
|
+
y: 27377
|
|
2036
|
+
}]]
|
|
2037
|
+
}
|
|
1844
2038
|
}, {
|
|
1845
2039
|
floor_index: 2,
|
|
1846
2040
|
floor_name: '三层',
|
|
1847
2041
|
rooms: [{
|
|
1848
|
-
floor_type: 0,
|
|
1849
2042
|
id: 'u-Y3Z387ktE8wXe1',
|
|
1850
2043
|
name: '多功能间',
|
|
1851
|
-
observer_indexs: [46, 47, 50, 51, 52],
|
|
1852
2044
|
path: [{
|
|
1853
2045
|
x: 39123,
|
|
1854
2046
|
y: 35969
|
|
@@ -1883,6 +2075,9 @@ var floorplanServerData = {
|
|
|
1883
2075
|
x: 35878,
|
|
1884
2076
|
y: 35969
|
|
1885
2077
|
}],
|
|
2078
|
+
size: 39325321.030499935,
|
|
2079
|
+
room_type: '100900000001',
|
|
2080
|
+
floor_type: 0,
|
|
1886
2081
|
room_label: {
|
|
1887
2082
|
position: {
|
|
1888
2083
|
x: 38379.256774902344,
|
|
@@ -1893,13 +2088,10 @@ var floorplanServerData = {
|
|
|
1893
2088
|
y: 0.4518766428055088
|
|
1894
2089
|
}
|
|
1895
2090
|
},
|
|
1896
|
-
|
|
1897
|
-
size: 39325321.030499935
|
|
2091
|
+
observer_indexs: [46, 47, 50, 51, 52]
|
|
1898
2092
|
}, {
|
|
1899
|
-
floor_type: 1,
|
|
1900
2093
|
id: 'u-Y7QFVlKtE8xo1W',
|
|
1901
2094
|
name: '阳光房',
|
|
1902
|
-
observer_indexs: [48, 49],
|
|
1903
2095
|
path: [{
|
|
1904
2096
|
x: 39143,
|
|
1905
2097
|
y: 23332
|
|
@@ -1913,6 +2105,9 @@ var floorplanServerData = {
|
|
|
1913
2105
|
x: 39143,
|
|
1914
2106
|
y: 27459.8519
|
|
1915
2107
|
}],
|
|
2108
|
+
size: 12400269.225499988,
|
|
2109
|
+
room_type: '100900000012',
|
|
2110
|
+
floor_type: 1,
|
|
1916
2111
|
room_label: {
|
|
1917
2112
|
position: {
|
|
1918
2113
|
x: 37510.5,
|
|
@@ -1923,9 +2118,80 @@ var floorplanServerData = {
|
|
|
1923
2118
|
y: 0.7544888502751231
|
|
1924
2119
|
}
|
|
1925
2120
|
},
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
2121
|
+
observer_indexs: [48, 49]
|
|
2122
|
+
}],
|
|
2123
|
+
rules: {
|
|
2124
|
+
top: [[{
|
|
2125
|
+
x: 35938,
|
|
2126
|
+
y: 35909
|
|
2127
|
+
}, {
|
|
2128
|
+
x: 39063,
|
|
2129
|
+
y: 35909
|
|
2130
|
+
}], [{
|
|
2131
|
+
x: 39308,
|
|
2132
|
+
y: 33993
|
|
2133
|
+
}, {
|
|
2134
|
+
x: 42047,
|
|
2135
|
+
y: 33993
|
|
2136
|
+
}]],
|
|
2137
|
+
right: [[{
|
|
2138
|
+
x: 39063,
|
|
2139
|
+
y: 33993
|
|
2140
|
+
}, {
|
|
2141
|
+
x: 39063,
|
|
2142
|
+
y: 35909
|
|
2143
|
+
}], [{
|
|
2144
|
+
x: 42047,
|
|
2145
|
+
y: 29343
|
|
2146
|
+
}, {
|
|
2147
|
+
x: 42047,
|
|
2148
|
+
y: 33993
|
|
2149
|
+
}], [{
|
|
2150
|
+
x: 39083,
|
|
2151
|
+
y: 27584
|
|
2152
|
+
}, {
|
|
2153
|
+
x: 39083,
|
|
2154
|
+
y: 29343
|
|
2155
|
+
}], [{
|
|
2156
|
+
x: 39083,
|
|
2157
|
+
y: 23392
|
|
2158
|
+
}, {
|
|
2159
|
+
x: 39083,
|
|
2160
|
+
y: 27334
|
|
2161
|
+
}]],
|
|
2162
|
+
bottom: [[{
|
|
2163
|
+
x: 35938,
|
|
2164
|
+
y: 23392
|
|
2165
|
+
}, {
|
|
2166
|
+
x: 39083,
|
|
2167
|
+
y: 23392
|
|
2168
|
+
}], [{
|
|
2169
|
+
x: 39340,
|
|
2170
|
+
y: 29343
|
|
2171
|
+
}, {
|
|
2172
|
+
x: 42047,
|
|
2173
|
+
y: 29343
|
|
2174
|
+
}]],
|
|
2175
|
+
left: [[{
|
|
2176
|
+
x: 35938,
|
|
2177
|
+
y: 23392
|
|
2178
|
+
}, {
|
|
2179
|
+
x: 35938,
|
|
2180
|
+
y: 27334
|
|
2181
|
+
}], [{
|
|
2182
|
+
x: 35938,
|
|
2183
|
+
y: 31581
|
|
2184
|
+
}, {
|
|
2185
|
+
x: 35938,
|
|
2186
|
+
y: 35909
|
|
2187
|
+
}], [{
|
|
2188
|
+
x: 35938,
|
|
2189
|
+
y: 27584
|
|
2190
|
+
}, {
|
|
2191
|
+
x: 35938,
|
|
2192
|
+
y: 31461
|
|
2193
|
+
}]]
|
|
2194
|
+
}
|
|
1929
2195
|
}],
|
|
1930
2196
|
observers: [{
|
|
1931
2197
|
floor_index: 0,
|